@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,600&family=Nunito:wght@700;800;900&family=Nunito+Sans:wght@600;700;800&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: DM Sans, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: calc(var(--nav-bar-height, 96px) + 1rem);
}

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

body{
  font-family: DM Sans, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  background-color: #F6EFE4;
  background-image:
      radial-gradient(circle at 14% -12%, rgba(226, 139, 119, 0.16), transparent 50%),
      radial-gradient(circle at 92% 6%, rgba(242, 138, 29, 0.08), transparent 50%),
      radial-gradient(circle at 78% 112%, rgba(226, 139, 119, 0.12), transparent 48%),
      linear-gradient(180deg, #F6EFE4 0%, #FAF5EE 46%, #F6EFE4 100%),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, 240px 240px;
}

h1, h2, h3, h4, h5{
  font-family: Nunito, DM Sans, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.prose{
  color: #2E2A27;
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #F28A1D;
  text-decoration: none;
  font-weight: 600;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #C96C14;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #2E2A27;
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: #2E2A27;
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-color: #FFD37A;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #2E2A27;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #2E2A27;
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 12px 24px rgba(46, 42, 39, 0.08);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.section-tag{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(242 138 29 / var(--tw-text-opacity, 1));
}

.section-kicker{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(242 138 29 / var(--tw-text-opacity, 1));
}

.section-title{
  font-family: Nunito, DM Sans, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .section-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-title {
  letter-spacing: -0.018em;
  line-height: 1.08;
}

.section-copy > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.section-copy{
  color: rgb(46 42 39 / 0.8);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.55;
}

.section-copy--sm {
  font-size: 0.98rem;
  line-height: 1.5;
}

.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 63 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 12px 24px rgba(46, 42, 39, 0.08);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 139 103 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 107 63 / 0.35);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #F6EFE4;
}

.btn-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-outline:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(242 138 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 107 63 / var(--tw-text-opacity, 1));
}

.btn-outline:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(242 138 29 / 0.25);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #F6EFE4;
}

.btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-secondary:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(242 138 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 107 63 / var(--tw-text-opacity, 1));
}

.btn-secondary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(242 138 29 / 0.25);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #F6EFE4;
}

.btn-invert{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-invert:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-invert-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-invert-outline:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #4A4A4A;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 3.5rem);
}

.cta-banner__orb {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 107, 63, 0.24) 0%, transparent 68%);
  pointer-events: none;
}

.cta-banner__orb--bottom {
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(93, 169, 233, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.75rem;
}

.cta-banner__kicker {
  display: inline-block;
  color: #FF6B3F;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.cta-banner__heading {
  color: #ffffff;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner__body {
  margin: 0.9rem auto 0;
  color: rgba(255, 248, 240, 0.62);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 50ch;
}

.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.cta-banner__actions .btn-invert {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.82rem 1.6rem;
}

.cta-banner__actions .btn-invert-outline {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.82rem 1.6rem;
  border-color: rgba(255, 248, 240, 0.3);
}

.card{
  border-radius: 40px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 12px 24px rgba(46, 42, 39, 0.08);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-hover{
  transition-property: transform;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.card-hover:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 18px 30px rgba(46, 42, 39, 0.1);
  --tw-shadow-colored: 0 18px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faq-grid{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .faq-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq-grid {
  align-items: start;
}


  .card img.faq-item {
  border-radius: 24px;
  border: 1px solid rgba(46, 42, 39, 0.08);
  box-shadow:
      0 16px 30px rgba(46, 42, 39, 0.1),
      inset 0 0 40px rgba(46, 42, 39, 0.08);
}

.faq-item{
  border-radius: 32px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 10px 20px rgba(46, 42, 39, 0.07);
  overflow: clip;
}


  .card img.faq-question {
  border-radius: 24px;
  border: 1px solid rgba(46, 42, 39, 0.08);
  box-shadow:
      0 16px 30px rgba(46, 42, 39, 0.1),
      inset 0 0 40px rgba(46, 42, 39, 0.08);
}

.faq-question{
  width: 100%;
  cursor: pointer;
  list-style-type: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-chevron{
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.2);
  color: rgb(46 42 39 / 0.8);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-chevron {
  transform: rotate(45deg);
  color: #FF6B3F;
  border-color: rgba(255, 107, 63, 0.35);
}

.faq-answer{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(46 42 39 / 0.8);
  line-height: 1.65;
}

.faq-item:focus-within {
  box-shadow:
      0 10px 20px rgba(46, 42, 39, 0.07),
      0 0 0 3px rgba(255, 107, 63, 0.14);
}

.hero {
  /* Warm hero fade that blends into the site surface below. */
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #F6EFE4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 239 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FAF5EE var(--tw-gradient-to-position);
}

.hero-home-worldclass.section-wrap {
  padding-top: clamp(0.5rem, 1vw, 1rem);
  padding-bottom: 0;
}

.hero-home-worldclass .site-container {
  position: relative;
  z-index: 2;
}

.hero-home-worldclass__cta .btn-primary,
  .hero-home-worldclass__cta .btn-secondary {
  padding: 0.96rem 1.8rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
}

.hero-home-worldclass__cta .btn-secondary {
  border-color: rgba(255, 241, 225, 0.48);
  background: rgba(20, 16, 12, 0.26);
  color: #fff7ef;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.checklist--care-card .section-kicker {
  color: #F28A1D;
}

@media (max-width: 1023px) {
  .hero-home-worldclass.section-wrap {
    padding-top: 2.2rem;
    padding-bottom: 1rem;
  }

  .hero-home-worldclass__shell {
    min-height: clamp(33rem, 70vh, 46rem);
    align-items: center;
    padding: 3.4rem 0 1.15rem;
  }

  .hero-home-worldclass__content {
    align-items: center;
    text-align: center;
    max-width: 42rem;
  }

  .hero-home-worldclass__highlights {
    justify-content: center;
    gap: 0.85rem 1rem;
  }

  .live-care-summary {
    width: min(100%, 500px);
  }

  .live-care-summary__grid {
    grid-template-columns: 1fr;
  }

  .checklist-care-card {
    margin-top: 0.3rem;
  }
}

@media (max-width: 767px) {
  .hero-home-worldclass__video {
    -o-object-position: center 34%;
       object-position: center 34%;
    opacity: 0.8;
  }

  .hero-home-worldclass::before {
    background:
        linear-gradient(180deg, rgba(18, 14, 10, 0.54) 0%, rgba(18, 14, 10, 0.62) 100%);
  }

  .hero-home-worldclass__shell {
    min-height: 35rem;
    padding: 2.8rem 0 1.4rem;
  }

  .hero-home-worldclass__content {
    align-items: center;
    text-align: center;
    max-width: none;
    gap: 1.4rem;
  }

  .hero-home-worldclass__title {
    max-width: 12ch;
    font-size: clamp(2.2rem, 8.8vw, 3rem);
    line-height: 1.08;
  }

  .hero-home-worldclass__lede {
    max-width: 20rem;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-home-worldclass__cta .btn-primary,
    .hero-home-worldclass__cta .btn-secondary {
    font-size: 0.95rem;
    padding: 0.82rem 1.18rem;
  }

  .hero-home-worldclass__cta {
    justify-content: center;
    margin-top: 1.45rem;
  }

  .hero-home-worldclass__highlights {
    margin-top: 1.35rem;
    justify-content: center;
    gap: 0.6rem 0.9rem;
    padding: 0.9rem 0.95rem;
  }

  .hero-home-worldclass__highlight {
    font-size: 0.82rem;
  }

  .live-care-summary {
    width: min(100%, 340px);
    padding: 0.86rem 0.86rem 0.92rem;
    border-radius: 1.25rem;
  }

  .live-care-summary__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .live-care-summary__head {
    font-size: 0.72rem;
    padding: 0.4rem 0.62rem;
  }

  .live-care-summary__updated {
    font-size: 0.69rem;
  }

  .live-care-summary__item {
    padding: 0.62rem 0.7rem;
    border-radius: 0.86rem;
    min-height: 70px;
  }

  .live-care-summary__label {
    font-size: 0.67rem;
  }

  .live-care-summary__value {
    font-size: 0.86rem;
  }

  .checklist-care-card__kicker {
    font-size: 2rem;
  }

  .checklist-care-card__heading {
    font-size: 1.12rem;
  }

  .checklist-care-card__stat-value {
    font-size: 1.22rem;
  }
}

.hero-room-hotspot:hover .hero-room-hotspot__label,
  .hero-room-hotspot:focus-visible .hero-room-hotspot__label,
  .hero-room-hotspot.is-active .hero-room-hotspot__label {
  opacity: 1;
  transform: translateY(0);
}

.hero-room .site-container {
  position: relative;
  z-index: 2;
}

.hero-room .site-container .max-w-4xl {
  padding: clamp(28px, 5vw, 52px);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

@keyframes room-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 63, 0.4);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 107, 63, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 63, 0);
  }
}

@keyframes room-float {
  0%,
    100% {
    transform: translate3d(calc(var(--room-parallax-x) * 0.36), calc(var(--room-parallax-y) * 0.14), 0);
  }

  50% {
    transform: translate3d(calc(var(--room-parallax-x) * 0.36), calc((var(--room-parallax-y) * 0.14) - 8px), 0);
  }
}

.hero-room-reset .site-container {
  position: relative;
  z-index: 2;
}

.hero-room-reset .site-container .max-w-4xl {
  padding: clamp(24px, 4vw, 42px);
}

@keyframes hero-room-reset-ball {
  0%,
    100% {
    transform: translate3d(calc(var(--room-parallax-x) * 0.2), calc(var(--room-parallax-y) * 0.12), 0);
  }

  50% {
    transform: translate3d(calc(var(--room-parallax-x) * 0.2), calc((var(--room-parallax-y) * 0.12) - 7px), 0);
  }
}

.hero-clinic .site-container {
  position: relative;
  z-index: 2;
}

.hero-clinic .site-container .max-w-4xl {
  padding: clamp(28px, 4vw, 46px);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .hero-clinic {
    min-height: 520px;
  }

  .hero-clinic__scene,
    .hero-clinic__overlay {
    height: 520px;
  }

  .hero-clinic .site-container .max-w-4xl {
    padding-top: 34px;
  }
}


  .card img.icon-badge {
  border-radius: 24px;
  border: 1px solid rgba(46, 42, 39, 0.08);
  box-shadow:
      0 16px 30px rgba(46, 42, 39, 0.1),
      inset 0 0 40px rgba(46, 42, 39, 0.08);
}

.icon-badge{
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border-width: 1px;
  border-color: rgb(234 219 203 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 236 / var(--tw-bg-opacity, 1));
}

.icon-badge--trust{
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 252 / var(--tw-bg-opacity, 1));
}

.footer-muted{
  color: rgb(255 252 247 / 0.7);
}

.footer-muted-strong{
  color: rgb(255 252 247 / 0.7);
}

.footer-muted-light{
  color: rgb(255 252 247 / 0.6);
}

.footer-link{
  color: rgb(255 252 247 / 0.8);
}

.footer-privacy-button{
  color: rgb(255 252 247 / 0.8);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.privacy-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 1rem;
  pointer-events: none;
}

.privacy-banner[hidden],
  .privacy-modal[hidden],
  .privacy-banner__gpc[hidden],
  .privacy-modal__gpc[hidden] {
  display: none;
}

.privacy-banner__inner {
  pointer-events: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(46, 42, 39, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.98);
  box-shadow: 0 18px 44px rgba(46, 42, 39, 0.2);
}

.privacy-banner__eyebrow {
  margin: 0 0 0.25rem;
  color: #B84A1F;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.privacy-banner__title {
  margin: 0;
  color: #2E2A27;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.privacy-banner__text,
  .privacy-modal__intro,
  .privacy-choice p {
  margin: 0.35rem 0 0;
  color: rgba(46, 42, 39, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.privacy-banner__gpc,
  .privacy-modal__gpc {
  margin: 0.65rem 0 0;
  color: #6F371F;
  font-size: 0.82rem;
  font-weight: 700;
}

.privacy-banner__actions,
  .privacy-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.privacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.65rem 0.9rem;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.privacy-button:hover {
  transform: translateY(-1px);
}

.privacy-button:focus-visible,
  .privacy-modal__close:focus-visible,
  .footer-privacy-button:focus-visible {
  outline: 2px solid rgba(255, 107, 63, 0.5);
  outline-offset: 3px;
}

.privacy-button--primary {
  background: #D9572B;
  color: #FFFFFF;
}

.privacy-button--primary:hover {
  background: #B84A1F;
}

.privacy-button--secondary {
  background: #FFFFFF;
  border-color: rgba(46, 42, 39, 0.18);
  color: #2E2A27;
}

.privacy-button--secondary:hover,
  .privacy-button--ghost:hover {
  background: #FFF1E1;
}

.privacy-button--ghost {
  background: transparent;
  border-color: transparent;
  color: #7A3B20;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 22, 19, 0.58);
}

.privacy-modal__panel {
  position: relative;
  width: min(100%, 620px);
  max-height: min(760px, calc(100vh - 2rem));
  overflow: auto;
  border: 1px solid rgba(46, 42, 39, 0.12);
  border-radius: 8px;
  background: #FFFAF4;
  box-shadow: 0 24px 70px rgba(20, 16, 12, 0.32);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.privacy-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(46, 42, 39, 0.1);
  padding-bottom: 1rem;
}

.privacy-modal__header h2 {
  margin: 0;
  color: #2E2A27;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.privacy-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(46, 42, 39, 0.14);
  border-radius: 8px;
  background: #FFFFFF;
  color: #2E2A27;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.privacy-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(46, 42, 39, 0.1);
  border-radius: 8px;
  background: #FFFFFF;
}

.privacy-choice h3 {
  margin: 0;
  color: #2E2A27;
  font-size: 0.98rem;
  font-weight: 900;
}

.privacy-choice--locked {
  background: #FFF5EC;
}

.privacy-choice__status {
  color: #7A3B20;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.privacy-switch {
  position: relative;
  display: inline-flex;
  width: 3.25rem;
  height: 1.8rem;
}

.privacy-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.privacy-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(46, 42, 39, 0.18);
  transition: background-color 0.18s ease;
}

.privacy-switch span::after {
  content: "";
  position: absolute;
  top: 0.22rem;
  left: 0.22rem;
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(46, 42, 39, 0.25);
  transition: transform 0.18s ease;
}

.privacy-switch input:checked + span {
  background: #D9572B;
}

.privacy-switch input:checked + span::after {
  transform: translateX(1.45rem);
}

.privacy-switch input:focus-visible + span {
  outline: 2px solid rgba(255, 107, 63, 0.5);
  outline-offset: 3px;
}

.privacy-switch input:disabled + span {
  opacity: 0.55;
  cursor: not-allowed;
}

.privacy-modal__footer {
  margin-top: 1rem;
  border-top: 1px solid rgba(46, 42, 39, 0.1);
  padding-top: 1rem;
}

@media (max-width: 760px) {
  .privacy-banner {
    padding: 0.75rem;
  }

  .privacy-banner__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .privacy-banner__actions,
    .privacy-modal__footer {
    justify-content: stretch;
  }

  .privacy-button {
    flex: 1 1 100%;
  }
}

@media (max-width: 520px) {
  .privacy-choice {
    grid-template-columns: 1fr;
  }

  .privacy-choice__status,
    .privacy-switch {
    justify-self: start;
  }
}

.site-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* =========================================================================
     nav-bar — Option A (Refined classic, warm + minimal)
     Two-tier: utility (.nav-meta) above main (.nav-main) with mega-menus.
     ========================================================================= */

.nav-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(46, 42, 39, 0.07);
}

/* --- Utility bar ----------------------------------------------------- */

.nav-meta {
  background: #FAF5EE;
  border-bottom: 1px solid rgba(46, 42, 39, 0.06);
}

.nav-meta__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.55rem clamp(1.25rem, 3vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.82rem;
}

.nav-meta__group {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.nav-meta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(46, 42, 39, 0.78);
  text-decoration: none;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  transition: color 0.18s ease;
}

.nav-meta__link:hover,
  .nav-meta__link:focus-visible {
  color: #C2551A;
}

.nav-meta__icon {
  width: 0.95rem;
  height: 0.95rem;
  color: #FF6B3F;
  flex-shrink: 0;
}

.nav-meta__icon svg {
  width: 100%;
  height: 100%;
}

.nav-meta__divider {
  width: 1px;
  height: 0.85rem;
  background: rgba(46, 42, 39, 0.18);
}

@media (max-width: 900px) {
  .nav-meta__group--audience {
    display: none;
  }

  .nav-meta__inner {
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .nav-meta__inner {
    padding: 0.5rem 1rem;
    gap: 0.8rem;
    font-size: 0.78rem;
  }

  .nav-meta__group {
    gap: 0.9rem;
  }
}

/* --- Main bar -------------------------------------------------------- */

.nav-main__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.95rem clamp(1.25rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.nav-brand__mark {
  height: 3.4rem;
  width: auto;
  flex-shrink: 0;
}

.nav-brand__wordmark {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: #FC9428;
  line-height: 1;
}

.nav-brand__wordmark-suffix {
  color: #2E2A27;
  margin-left: 0.3rem;
}

.nav-primary {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 1.85rem;
}

.nav-item {
  position: relative;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #2E2A27;
  text-decoration: none;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.35rem 0;
  transition: color 0.18s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 2px;
  background: #FF6B3F;
  transition: right 0.25s ease;
}

.nav-link:hover,
  .nav-link:focus-visible {
  color: #C2551A;
}

.nav-link:hover::after,
  .nav-link:focus-visible::after {
  right: 0;
}

.nav-link__chev {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.nav-link__chev svg {
  width: 100%;
  height: 100%;
}

.nav-item:hover .nav-link__chev,
  .nav-item:focus-within .nav-link__chev {
  transform: rotate(180deg);
}

.nav-item:hover .nav-link::after,
  .nav-item:focus-within .nav-link::after {
  right: 0;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #FF6B3F;
  color: #FFFFFF;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 14px 26px -14px rgba(255, 107, 63, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta:hover,
  .nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px -14px rgba(255, 107, 63, 0.65);
  background: #E55A2F;
}

.nav-cta__arrow {
  width: 0.85rem;
  height: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}

.nav-cta:hover .nav-cta__arrow {
  transform: translateX(2px);
}

.nav-cta__arrow svg {
  width: 100%;
  height: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 0 10px;
  background: #FFF8EF;
  border: 1px solid rgba(46, 42, 39, 0.1);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.nav-toggle:hover {
  background: #FFE3D1;
  border-color: rgba(255, 107, 63, 0.4);
}

.nav-toggle__bar {
  display: block;
  height: 2px;
  background: #2E2A27;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1023px) {
  .nav-primary {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-cta {
    padding: 0.55rem 1rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 540px) {
  .nav-main__inner {
    padding: 0.7rem 1rem;
    gap: 0.6rem;
  }

  .nav-brand__wordmark {
    font-size: 1.05rem;
  }

  .nav-brand__mark {
    height: 3rem;
    width: auto;
  }
}

@media (max-width: 420px) {
  .nav-cta {
    padding: 0.55rem 0.9rem;
    font-size: 0.82rem;
  }

  .nav-cta__arrow {
    display: none;
  }
}

/* --- Mega menu ------------------------------------------------------- */

/* Every mega menu anchors to the same viewport-center position, so all four
     dropdowns open in the exact same spot regardless of which trigger fires.
     --nav-bar-height is set by site.js on load / resize. */

.nav-mega {
  position: fixed;
  top: calc(var(--nav-bar-height, 104px) + 0.4rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: min(96vw, 1040px);
  background: #FFFFFF;
  border: 1px solid rgba(46, 42, 39, 0.08);
  border-radius: 22px;
  box-shadow: 0 30px 70px -28px rgba(46, 42, 39, 0.32);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /* Hover-intent: 200ms grace period on close so the cursor has time to travel
       from the trigger down to the menu without it disappearing mid-flight.
       Visibility (not pointer-events) is used because visibility transitions
       support delays — pointer-events flips instantly. */
  transition: opacity 0.18s ease 0.18s,
                transform 0.22s ease 0.18s,
                visibility 0s linear 0.36s;
  z-index: 60;
}

.nav-item:hover .nav-mega,
  .nav-item:focus-within .nav-mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  /* On open: no delay — menu appears immediately. */
  transition: opacity 0.18s ease 0s,
                transform 0.22s ease 0s,
                visibility 0s linear 0s;
}

/* Two-part hover bridge so the cursor never crosses a dead zone:
     - ::before sits below each trigger (full-viewport-wide strip below the nav)
       to cover diagonal moves from any trigger toward the centered menu.
     - ::after spans the area directly above the menu for any vertical move. */

.nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -0.5rem;
  right: -0.5rem;
  height: 1.5rem;
  pointer-events: auto;
}

.nav-mega::before {
  content: "";
  position: fixed;
  top: var(--nav-bar-height, 104px);
  left: 0;
  width: 100vw;
  height: 0.9rem;
  pointer-events: auto;
}

.nav-mega__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  gap: 2rem;
  padding: 1.75rem 1.75rem 1.9rem;
}

.nav-mega__feature {
  background: linear-gradient(160deg, #FFE3D1 0%, #FFCFB1 100%);
  border-radius: 16px;
  padding: 1.3rem 1.3rem 1.4rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 74, 31, 0.16);
}

.nav-mega__feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B3F, #C2551A);
}

.nav-mega__feature-kicker {
  color: #C2551A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav-mega__feature-title {
  margin: 0.5rem 0 0;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 1.2;
  color: #2E2A27;
}

.nav-mega__feature-body {
  margin: 0.55rem 0 0;
  color: rgba(46, 42, 39, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.nav-mega__feature-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #C2551A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  transition: gap 0.18s ease;
}

.nav-mega__feature-cta:hover {
  gap: 0.65rem;
}

.nav-mega__content {
  min-width: 0;
}

.nav-mega__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}

.nav-mega__col-heading {
  color: rgba(46, 42, 39, 0.5);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.85rem;
}

.nav-mega__col-heading--soon {
  margin-top: 1.05rem;
}

.nav-mega__links {
  display: flex;
  flex-direction: column;
}

.nav-mega__link {
  display: block;
  padding: 0.55rem 0;
  color: #2E2A27;
  text-decoration: none;
  border-bottom: 1px dashed rgba(46, 42, 39, 0.1);
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.nav-mega__link:last-child {
  border-bottom: none;
}

.nav-mega__link:hover,
  .nav-mega__link:focus-visible {
  color: #FF6B3F;
  padding-left: 0.3rem;
}

.nav-mega__link-label {
  display: block;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.25;
}

.nav-mega__link-sub {
  display: block;
  color: rgba(46, 42, 39, 0.55);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  transition: color 0.18s ease;
}

.nav-mega__link:hover .nav-mega__link-sub {
  color: rgba(46, 42, 39, 0.7);
}

.nav-mega__states {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  -moz-column-rule: 1px dashed rgba(46, 42, 39, 0.1);
       column-rule: 1px dashed rgba(46, 42, 39, 0.1);
}

.nav-mega__states--soon {
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-rule: 0;
       column-rule: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.nav-mega__state-link {
  display: block;
  padding: 0.35rem 0;
  color: #2E2A27;
  text-decoration: none;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.18s ease, padding-left 0.18s ease;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.nav-mega__state-link:hover,
  .nav-mega__state-link:focus-visible {
  color: #FF6B3F;
  padding-left: 0.3rem;
}

.nav-mega__state-link--soon {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 107, 63, 0.22);
  border-radius: 999px;
  background: rgba(255, 107, 63, 0.08);
  color: #8A6F63;
  cursor: default;
  font-size: 0.82rem;
  padding: 0.3rem 0.7rem;
}

.nav-mega__state-link--soon:hover,
  .nav-mega__state-link--soon:focus-visible {
  color: #8A6F63;
  padding-left: 0.7rem;
}

.nav-mega__note {
  margin: 1.1rem 0 0;
  color: rgba(46, 42, 39, 0.55);
  font-size: 0.82rem;
  line-height: 1.45;
  font-style: italic;
}

/* --- Mobile menu ----------------------------------------------------- */

.nav-mobile {
  background: #FFFFFF;
  border-top: 1px solid rgba(46, 42, 39, 0.08);
  max-height: calc(100vh - var(--header-height, 96px));
  overflow-y: auto;
}

.nav-mobile[hidden] {
  display: none;
}

.nav-mobile__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 1.5rem;
}

.nav-mobile__group-title {
  color: rgba(46, 42, 39, 0.5);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 1.3rem 0 0.6rem;
}

.nav-mobile__group-title:first-child {
  margin-top: 0.2rem;
}

.nav-mobile__group {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.2rem;
}

.nav-mobile__subgroup-title {
  color: rgba(46, 42, 39, 0.5);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0.7rem 1rem 0.45rem;
}

.nav-mobile__soon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 1rem 0.35rem;
}

.nav-mobile__soon-item {
  border: 1px solid rgba(255, 107, 63, 0.22);
  border-radius: 999px;
  background: rgba(255, 107, 63, 0.08);
  color: #8A6F63;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
}

.nav-mobile__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  color: #2E2A27;
  text-decoration: none;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-mobile__link:hover,
  .nav-mobile__link:focus-visible {
  background: #FFF8EF;
  color: #C2551A;
}

.nav-mobile__link--primary {
  background: #FF6B3F;
  color: #FFFFFF;
  box-shadow: 0 14px 26px -14px rgba(255, 107, 63, 0.55);
}

.nav-mobile__link--primary:hover,
  .nav-mobile__link--primary:focus-visible {
  background: #E55A2F;
  color: #FFFFFF;
}

.nav-mobile__contact {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(46, 42, 39, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.nav-mobile__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(46, 42, 39, 0.78);
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-mobile__contact-link:hover {
  color: #C2551A;
}

@media (min-width: 1024px) {
  .nav-mobile {
    display: none;
  }
}

.section-wrap {
  position: relative;
  padding-top: clamp(3.25rem, 5.6vw, 5.25rem);
  padding-bottom: clamp(3.25rem, 5.6vw, 5.25rem);
}

.section-surface-muted{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 238 / var(--tw-bg-opacity, 1));
}

.section-surface-warm{
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 228 / var(--tw-bg-opacity, 1));
}

.site-main {
  background: linear-gradient(180deg, #fcf8f2 0%, #f8f2e9 100%);
}

.site-main > .section-wrap,
  .site-main > section.section-wrap {
  position: relative;
  background: linear-gradient(180deg, #faf5ee 0%, #f7f0e6 100%);
}

.site-main > .section-wrap:nth-of-type(even),
  .site-main > section.section-wrap:nth-of-type(even) {
  background: linear-gradient(180deg, #fffdfa 0%, #fbf7f1 100%);
}

.site-main > .section-wrap + .section-wrap,
  .site-main > section.section-wrap + section.section-wrap {
  border-top: 1px solid rgba(46, 42, 39, 0.07);
}

.site-main > .section-wrap + .section-wrap::before,
  .site-main > section.section-wrap + section.section-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 3rem, 10rem);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(242, 138, 29, 0.4) 50%, transparent 100%);
}

/* Reduce the "empty band" under the sticky header on the first section only. */

.site-main > .section-wrap:first-child,
  .site-main > section.section-wrap:first-child {
  padding-top: clamp(2.6rem, 4.5vw, 4rem);
}

@media (min-width: 768px) {
  .site-main > .section-wrap:first-child,
    .site-main > section.section-wrap:first-child {
    padding-top: clamp(3.1rem, 5.1vw, 4.75rem);
  }
}


  .card img.zoho-form-embed {
  border-radius: 24px;
  border: 1px solid rgba(46, 42, 39, 0.08);
  box-shadow:
      0 16px 30px rgba(46, 42, 39, 0.1),
      inset 0 0 40px rgba(46, 42, 39, 0.08);
}

.zoho-form-embed{
  width: 100%;
}

.zoho-hidden-frame {
  display: none;
}

.zoho-form-embed * {
  box-sizing: border-box;
}

.zoho-form-embed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zoho-form-embed .zf-templateWidth {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: transparent;
}

.zoho-form-embed .zf-templateWrapper,
  .zoho-form-embed .zf-tempHeadBdr,
  .zoho-form-embed .zf-tempHeadContBdr {
  border: 0;
  padding: 0;
  background: transparent;
}

.zoho-form-embed .zf-frmTitle,
  .zoho-form-embed .zf-frmDesc {
  display: none;
}

.zoho-form-embed label,
  .zoho-form-embed .zf-labelName {
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  color: #2E2A27;
  font-size: 13.5px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.zoho-form-embed input[type="text"],
  .zoho-form-embed input[type="email"],
  .zoho-form-embed input[type="tel"],
  .zoho-form-embed textarea,
  .zoho-form-embed select {
  width: 100% !important;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(46, 42, 39, 0.15);
  font-size: 14.5px;
  font-family: "DM Sans", system-ui, sans-serif;
  color: #2E2A27;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  outline: none;
}

.zoho-form-embed input[type="text"]:hover,
  .zoho-form-embed input[type="email"]:hover,
  .zoho-form-embed input[type="tel"]:hover,
  .zoho-form-embed textarea:hover,
  .zoho-form-embed select:hover {
  border-color: rgba(255, 107, 63, 0.45);
}

.zoho-form-embed input[type="text"]:focus,
  .zoho-form-embed input[type="email"]:focus,
  .zoho-form-embed input[type="tel"]:focus,
  .zoho-form-embed textarea:focus,
  .zoho-form-embed select:focus {
  border-color: #FF6B3F;
  box-shadow: 0 0 0 4px rgba(255, 107, 63, 0.14);
  background: #FFFCF9;
}

.zoho-form-embed input[type="text"]::-moz-placeholder, .zoho-form-embed input[type="email"]::-moz-placeholder, .zoho-form-embed input[type="tel"]::-moz-placeholder, .zoho-form-embed textarea::-moz-placeholder {
  color: rgba(46, 42, 39, 0.4);
}

.zoho-form-embed input[type="text"]::placeholder,
  .zoho-form-embed input[type="email"]::placeholder,
  .zoho-form-embed input[type="tel"]::placeholder,
  .zoho-form-embed textarea::placeholder {
  color: rgba(46, 42, 39, 0.4);
}

.zoho-form-embed select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M 4 6 L 8 10 L 12 6' stroke='%232E2A27' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 38px;
}

.zoho-form-embed textarea {
  min-height: 110px;
  resize: vertical;
}

.zoho-form-embed .zf-tempContDiv {
  margin-top: 6px;
}

/* Section sub-heading inside a multi-part form (e.g. referral form) */

.zoho-form-embed .zf-sectionLabel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gh-accent-strong, #C84A1E);
  margin: 4px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(46, 42, 39, 0.1);
}

.zoho-form-embed .zf-sectionLabel:not(:first-child) {
  margin-top: 18px;
}

.zoho-form-embed .zf-sectionLabel__hint {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11.5px;
  color: rgba(46, 42, 39, 0.45);
}

/* File inputs (referral attachments) */

.zoho-form-embed .zf-fileField input[type="file"] {
  width: 100%;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 13.5px;
  color: rgba(46, 42, 39, 0.7);
  padding: 9px 12px;
  border: 1.5px dashed rgba(46, 42, 39, 0.22);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.zoho-form-embed .zf-fileField input[type="file"]:hover {
  border-color: rgba(255, 107, 63, 0.5);
  background: #FFFCF9;
}

.zoho-form-embed .zf-fileField input[type="file"]::file-selector-button {
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  color: #fff;
  background: #FF6B3F;
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  margin-right: 12px;
  cursor: pointer;
  transition: background 0.18s ease;
}

.zoho-form-embed .zf-fileField input[type="file"]::file-selector-button:hover {
  background: #E55A2F;
}

.zoho-form-embed .zf-row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.zoho-form-embed .zf-row-2col,
  .zoho-form-embed .zf-nameWrapper {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.zoho-form-embed .zf-nameWrapper {
  gap: 12px;
}

.zoho-form-embed .zfCol {
  min-width: 0;
}

.zoho-form-embed .zf-nameWrapper span label,
  .zoho-form-embed .zf-phwrapper span label {
  font-size: 12px;
  color: rgba(46, 42, 39, 0.6);
}

.zoho-form-embed .zf-instruction {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  color: rgba(46, 42, 39, 0.6);
  margin-top: 6px;
}

.zoho-form-embed .zf-important {
  color: #F28A1D;
}

/* Multi-select (insurance) + radio (diagnosis) as selectable pills */

.zoho-form-embed .zf-optgroup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.zoho-form-embed .zf-optionPill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1.5px solid rgba(46, 42, 39, 0.15);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2E2A27;
  line-height: 1.1;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.zoho-form-embed .zf-optionPill input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #FF6B3F;
  cursor: pointer;
}

.zoho-form-embed .zf-optionPill:hover {
  border-color: rgba(255, 107, 63, 0.45);
}

.zoho-form-embed .zf-optionPill:has(input:checked) {
  border-color: #FF6B3F;
  background: rgba(255, 107, 63, 0.08);
}

.zoho-form-embed .zf-optionPill:has(input:focus-visible) {
  box-shadow: 0 0 0 4px rgba(255, 107, 63, 0.14);
}

.zoho-form-embed .zf-optionPill:has(input:disabled) {
  opacity: 0.4;
  cursor: not-allowed;
}

.zoho-form-embed .zf-optionPill:has(input:disabled) input {
  cursor: not-allowed;
}

.zoho-form-embed .zf-optgroup--radios .zf-optionPill {
  min-width: 92px;
  justify-content: center;
}

/* Consent checkboxes (terms + SMS) */

.zoho-form-embed .zf-decesion {
  margin-bottom: 4px;
}

.zoho-form-embed .zf-checkRow {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.45;
  color: #2E2A27;
}

.zoho-form-embed .zf-checkRow input {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #FF6B3F;
  cursor: pointer;
}

.zoho-form-embed .zf-checkRow a {
  color: #C84A1E;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.zoho-form-embed .zf-checkRow a:hover {
  color: #FF6B3F;
}

/* Honeypot — kept in the layout (not display:none) but pushed off-screen so
     real users never see it; bots that auto-fill it get rejected. */

.zf-honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.zoho-form-embed .zf-fmFooter {
  margin-top: 22px;
}

.zoho-form-embed .zf-submitColor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6B3F;
  color: #FFF;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 16px 30px -14px rgba(255, 107, 63, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.zoho-form-embed .zf-submitColor:hover {
  background: #E55A2F;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px -14px rgba(255, 107, 63, 0.65);
}

.zoho-form-embed .zf-submitColor:active {
  transform: translateY(0);
}

.zoho-form-embed .zf-submitColor:focus-visible {
  outline: 3px solid rgba(255, 107, 63, 0.4);
  outline-offset: 2px;
}

.zoho-form-embed .zf-errorMessage {
  color: #b83a3a;
}

.zoho-form-embed .zoho-form-success {
  display: none;
  background: #FFF1E1;
  border: 1px solid rgba(242, 138, 29, 0.2);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  color: #2E2A27;
  margin-bottom: 12px;
}

.zoho-form-embed.is-success .zoho-form-success {
  display: block;
}

.zoho-form-embed.is-success .zoho-form-body {
  display: none;
}

.zoho-form-embed .zoho-form-header {
  margin-bottom: 14px;
}

.zoho-form-embed .zoho-form-title {
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
}

.zoho-form-embed .zoho-form-subtitle {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(46, 42, 39, 0.66);
}

.zoho-form-embed .zoho-form-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,107,63,0.0), rgba(255,107,63,0.35), rgba(255,107,63,0.0));
  margin: 12px 0 16px;
}

[data-location-results] {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.section-wash {
  position: relative;
  overflow: hidden;
}

.section-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(circle at top left, rgba(255, 241, 225, 0.8), transparent 55%),
      radial-gradient(circle at bottom right, rgba(226, 139, 119, 0.2), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.hero.section-wash::before {
  background:
      radial-gradient(circle at 18% 12%, rgba(226, 139, 119, 0.20), transparent 54%),
      radial-gradient(circle at 84% 22%, rgba(242, 138, 29, 0.10), transparent 52%),
      radial-gradient(circle at 84% 92%, rgba(226, 139, 119, 0.12), transparent 50%),
      linear-gradient(180deg, rgba(246, 239, 228, 0.92), rgba(255, 255, 255, 0) 55%);
  opacity: 0.75;
}

.section-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.3;
  pointer-events: none;
}

.section-wash > * {
  position: relative;
}

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

.reveal-group .section-kicker + h1,
  .reveal-group .section-kicker + h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.018em;
  transform: translateY(4px);
  transition: transform 0.7s ease, letter-spacing 0.7s ease;
}

.reveal-group .section-kicker + h1::after,
  .reveal-group .section-kicker + h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 138, 29, 0.7), rgba(242, 138, 29, 0));
  transition: width 0.8s ease;
}

.reveal-group.is-visible .section-kicker + h1,
  .reveal-group.is-visible .section-kicker + h2 {
  transform: translateY(0);
  letter-spacing: 0.01em;
}

.reveal-group.is-visible .section-kicker + h1::after,
  .reveal-group.is-visible .section-kicker + h2::after {
  width: 48px;
}

.card-rhythm .card {
  box-shadow: 0 16px 28px rgba(46, 42, 39, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-rhythm .card:nth-child(even) {
  box-shadow: 0 10px 20px rgba(46, 42, 39, 0.08);
}

.card-rhythm .card:hover,
  .card-rhythm .card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 36px rgba(46, 42, 39, 0.12);
}

img.image-curated,
  .card img.rounded-2xl,
  .card img.w-full {
  border-radius: 24px;
  border: 1px solid rgba(46, 42, 39, 0.08);
  box-shadow:
      0 16px 30px rgba(46, 42, 39, 0.1),
      inset 0 0 40px rgba(46, 42, 39, 0.08);
}

/* ── Hero Home Centered ────────────────────────────── */

.hero-home-centered {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 7.5rem);
}

.hero-home-centered__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
      radial-gradient(ellipse 70% 58% at 12% -2%,  rgba(255,148,58,0.28) 0%, transparent 58%),
      radial-gradient(ellipse 48% 42% at 90% 5%,   rgba(255,198,78,0.20) 0%, transparent 52%),
      radial-gradient(ellipse 58% 48% at 50% 108%, rgba(255,128,48,0.16) 0%, transparent 58%),
      radial-gradient(ellipse 38% 38% at 3%  84%,  rgba(242,138,29,0.11) 0%, transparent 52%),
      radial-gradient(ellipse 34% 34% at 96% 82%,  rgba(255,168,68,0.11) 0%, transparent 52%),
      linear-gradient(155deg, #fef5e8 0%, #f9ead6 35%, #f5e2ca 65%, #faf0e0 100%);
}

.hero-home-centered__bg::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,140,60,0.13);
  box-shadow: 0 0 0 60px rgba(255,140,60,0.05), 0 0 0 125px rgba(255,140,60,0.025);
  pointer-events: none;
}

.hero-home-centered__bg::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  border: 1.5px solid rgba(242,138,29,0.11);
  box-shadow: 0 0 0 48px rgba(242,138,29,0.04), 0 0 0 100px rgba(242,138,29,0.02);
  pointer-events: none;
}

.hero-home-centered__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: clamp(1.5rem, 3vh, 2.5rem) 1.5rem clamp(0.6rem, 1.2vh, 1rem);
}

.hero-home-centered__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: rgba(255,237,213,0.92);
  color: #c2551a;
  border: 1px solid rgba(255,140,60,0.26);
  border-radius: 999px;
  padding: 0.38rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: clamp(0.65rem, 1.3vh, 0.9rem);
  box-shadow: 0 2px 14px rgba(255,107,63,0.13);
  opacity: 0;
  animation: hero-centered-up 0.5s ease 0.08s forwards;
}

.hero-home-centered__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.3rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.05;
  letter-spacing: -0.026em;
  margin-bottom: clamp(0.6rem, 1.2vh, 0.85rem);
  opacity: 0;
  animation: hero-centered-up 0.55s ease 0.2s forwards;
}

.hero-home-centered__title-accent {
  color: #FF6B3F;
}

.hero-home-centered__subtitle {
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  color: #6b5f54;
  line-height: 1.62;
  max-width: 60ch;
  margin-bottom: clamp(0.9rem, 1.8vh, 1.25rem);
  opacity: 0;
  animation: hero-centered-up 0.55s ease 0.34s forwards;
}

.hero-home-centered__ctas {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-bottom: clamp(0.5rem, 1vh, 0.7rem);
  opacity: 0;
  animation: hero-centered-up 0.5s ease 0.48s forwards;
}

.hero-home-centered__ctas .btn-primary {
  padding: 0.78rem 1.65rem;
  font-size: 0.92rem;
  font-weight: 800;
  font-family: "Nunito", "DM Sans", sans-serif;
  box-shadow: 0 4px 18px rgba(255,107,63,0.36);
}

.hero-home-centered__ctas .btn-secondary {
  padding: 0.78rem 1.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
  background: rgba(255,255,255,0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-home-centered__trust {
  font-size: 0.7rem;
  color: #a09080;
  letter-spacing: 0.04em;
  margin-bottom: clamp(0.9rem, 1.8vh, 1.3rem);
  opacity: 0;
  animation: hero-centered-up 0.5s ease 0.6s forwards;
}

.hero-home-centered__trust strong {
  color: #FF6B3F;
  font-weight: 700;
}

.hero-home-centered__footnote {
  margin-top: clamp(0.5rem, 1vh, 0.85rem);
  font-size: 0.72rem;
  color: #a09080;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  animation: hero-centered-up 0.5s ease 1.05s forwards;
}

.hero-home-centered__footnote span {
  color: #FF6B3F;
  font-weight: 800;
  margin-right: 0.15rem;
}

.hero-home-centered__photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3.5rem);
  max-width: min(100%, 60rem);
  margin: 0 auto;
  opacity: 0;
  animation: hero-centered-up 0.65s ease 0.76s forwards;
}

.hero-home-centered__photo-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
      transform 0.38s cubic-bezier(0.34,1.56,0.64,1),
      filter 0.32s ease,
      opacity 0.32s ease;
  cursor: default;
  transform-origin: bottom center;
  text-decoration: none;
  color: inherit;
}

.hero-home-centered__photo-wrap--linked {
  cursor: pointer;
}

.hero-home-centered__photo-wrap--linked:focus-visible {
  outline: 3px solid rgba(255,107,63,0.45);
  outline-offset: 8px;
  border-radius: 14px;
}

.hero-home-centered__photo-wrap img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 6px 18px rgba(46,42,39,0.10));
  transition: transform 0.38s cubic-bezier(0.34,1.56,0.64,1), filter 0.32s ease;
}

.hero-home-centered__photo-wrap--side img   {
  width: clamp(96px, 18vw, 210px);
  height: auto;
}

.hero-home-centered__photo-wrap--center img {
  width: clamp(112px, 20vw, 234px);
  height: auto;
}

@media (max-width: 640px) {
  .hero-home-centered__photos {
    gap: clamp(0.35rem, 2vw, 0.85rem);
    padding: 0 0.75rem;
  }

  .hero-home-centered__photo-wrap--side img,
    .hero-home-centered__photo-wrap--center img {
    width: clamp(90px, 26vw, 120px);
  }

  /* No hover on touch — show labels always so users know what each photo represents */

  .hero-home-centered__photo-label {
    opacity: 1;
    transform: translateY(0);
    font-size: 0.62rem;
    padding: 0.22rem 0.55rem;
  }
}

.hero-home-centered__photo-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #1A2235;
  color: #fff;
  border-radius: 999px;
  padding: 0.32rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34,1.56,0.64,1);
  margin-top: 0.5rem;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(46,42,39,0.18);
}

.hero-home-centered__photo-wrap:hover {
  transform: translateY(-14px) scale(1.09);
  z-index: 10;
}

.hero-home-centered__photo-wrap:hover img {
  filter: drop-shadow(0 20px 36px rgba(46,42,39,0.18))
            drop-shadow(0 4px 14px rgba(255,107,63,0.24));
  transform: scale(1.03);
}

.hero-home-centered__photo-wrap:hover .hero-home-centered__photo-label {
  opacity: 1;
  transform: translateY(0);
}

.hero-home-centered__photos:has(.hero-home-centered__photo-wrap:hover)
    .hero-home-centered__photo-wrap:not(:hover) {
  opacity: 0.55;
  transform: scale(0.93) translateY(5px);
}

.hero-home-centered__photos:has(.hero-home-centered__photo-wrap:hover)
    .hero-home-centered__photo-wrap:not(:hover) img {
  filter: drop-shadow(0 3px 8px rgba(46,42,39,0.07)) blur(0.5px);
}

.hero-home-centered__photo-wrap--left {
  animation: hero-centered-up 0.65s ease 0.76s forwards,
               hero-floatA 4.3s ease-in-out 1.55s infinite alternate;
}

.hero-home-centered__photo-wrap--center {
  animation: hero-centered-up 0.65s ease 0.88s forwards,
               hero-floatB 3.9s ease-in-out 1.7s infinite alternate;
}

.hero-home-centered__photo-wrap--right {
  animation: hero-centered-up 0.65s ease 1.0s forwards,
               hero-floatC 4.7s ease-in-out 1.85s infinite alternate;
}

.hero-home-centered__stats {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  background: rgba(255,252,247,0.96);
  border-top: 1px solid rgba(46,42,39,0.07);
  border-bottom: 1px solid rgba(46,42,39,0.09);
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset,
                0 -8px 18px -10px rgba(46,42,39,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  animation: hero-centered-up 0.5s ease 1.15s forwards;
}

.hero-home-centered__stat {
  flex: 1;
  text-align: center;
  padding: 0.68rem 1rem;
  border-right: 1px solid rgba(46,42,39,0.07);
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  transition: background 0.18s ease, transform 0.18s ease;
}

.hero-home-centered__stat:last-child {
  border-right: none;
}

.hero-home-centered__stat--linked {
  cursor: pointer;
}

.hero-home-centered__stat--linked::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0.65rem;
  transform: translateY(-50%);
  color: #FF6B3F;
  font-weight: 900;
  font-size: 0.78rem;
  opacity: 0;
  transition: opacity 0.18s ease, right 0.18s ease;
}

.hero-home-centered__stat--linked:hover,
  .hero-home-centered__stat--linked:focus-visible {
  background: rgba(255,107,63,0.08);
  outline: none;
}

.hero-home-centered__stat--linked:hover::after,
  .hero-home-centered__stat--linked:focus-visible::after {
  opacity: 1;
  right: 0.45rem;
}

.hero-home-centered__stat--linked:hover .hero-home-centered__stat-value,
  .hero-home-centered__stat--linked:focus-visible .hero-home-centered__stat-value {
  color: #C2551A;
}

.hero-home-centered__stat-value {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #FF6B3F;
  line-height: 1.2;
  transition: color 0.18s ease;
}

.hero-home-centered__stat-label {
  font-size: 0.6rem;
  color: #7a6e64;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 0.05rem;
}

@media (max-width: 640px) {
  .hero-home-centered__stats {
    flex-direction: column;
  }

  .hero-home-centered__stat {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(46,42,39,0.07);
    padding: 0.85rem 2.4rem 0.85rem 1.25rem;
    text-align: left;
  }

  .hero-home-centered__stat:last-child {
    border-bottom: none;
  }

  .hero-home-centered__stat-value {
    font-size: 1rem;
  }

  .hero-home-centered__stat-label {
    font-size: 0.62rem;
    margin-top: 0.18rem;
  }

  /* "→" always visible on touch since there's no hover state to reveal it */

  .hero-home-centered__stat--linked::after {
    opacity: 1;
    right: 1rem;
    font-size: 0.95rem;
  }
}

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

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

@keyframes hero-floatA {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes hero-floatB {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-8px);
  }
}

@keyframes hero-floatC {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-5px);
  }
}

/* --- Clementine Promise ------------------------------------- */

.clementine-promise {
  position: relative;
  background: #FFF5E8;
  padding: clamp(3.5rem, 6vw, 5.8rem) 0 clamp(3.25rem, 5vw, 4.8rem);
  overflow: hidden;
}

.clementine-promise__inner {
  position: relative;
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 4vw, 3.7rem);
}

.clementine-promise__lead {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.clementine-promise__quote-mark {
  position: absolute;
  left: 0;
  top: -0.18em;
  transform: translateX(-108%);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  color: #FF6B3F;
  font-size: clamp(3.6rem, 7vw, 6.5rem);
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 600px) {
  .clementine-promise__quote-mark {
    font-size: 2.8rem;
    top: -0.66em;
    transform: none;
  }
}

.clementine-promise__title {
  position: relative;
  margin: 0 auto 1.45rem;
  max-width: 24ch;
  color: #2E2A27;
}

.clementine-promise__title::after {
  content: "";
  display: block;
  width: min(100%, 18ch);
  height: 0.24rem;
  margin: 0.82rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,107,63,0.12), #FF6B3F 18%, #FF8B67 82%, rgba(255,107,63,0.12));
}

.clementine-promise__body {
  max-width: 68ch;
  margin: 0 auto;
  color: #514842;
}

.clementine-promise__body p {
  margin: 0 0 0.9rem;
}

.clementine-promise__body p:last-child {
  margin-bottom: 0;
}

.clementine-promise__signature {
  margin: 1.25rem auto 0;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #8a7a6f;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  max-width: 60ch;
}

.clementine-promise__notes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.45rem);
  align-items: stretch;
}

.clementine-promise__notes::before {
  content: "";
  position: absolute;
  left: calc((100% / 8) + 0.72rem);
  right: calc((100% / 8) + 0.72rem);
  top: calc(clamp(7.6rem, 14vw, 10.25rem) + 2.25rem);
  height: 2px;
  background: linear-gradient(90deg, rgba(181,59,34,0), rgba(181,59,34,0.18) 12%, rgba(181,59,34,0.18) 88%, rgba(181,59,34,0));
  pointer-events: none;
}

.clementine-promise__note {
  position: relative;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}

.clementine-promise__note-media {
  width: 100%;
  aspect-ratio: 5 / 3;
  margin: 0 0 1.35rem;
  border: 1px solid rgba(181,59,34,0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #F6EFE4;
  box-shadow: 0 16px 34px rgba(46,42,39,0.10);
}

.clementine-promise__note-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  opacity: 1;
  filter: saturate(1.02) contrast(0.98);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.clementine-promise__note:hover .clementine-promise__note-media img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.025);
}

.clementine-promise__note-node {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.45rem;
  background: rgba(255,235,228,0.92);
  box-shadow: 0 0 0 14px rgba(255,235,228,0.46), 0 12px 32px rgba(181,59,34,0.08);
}

.clementine-promise__note-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #E2603B;
  box-shadow: inset 0 0 0 1px rgba(181,59,34,0.08), 0 8px 20px rgba(181,59,34,0.08);
}

.clementine-promise__note-icon svg {
  width: 25px;
  height: 25px;
}

.clementine-promise__note-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  max-width: 18rem;
}

.clementine-promise__note-tag {
  display: inline-block;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: #A33A21;
  margin: 0 0 0.45rem;
}

.clementine-promise__note-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.86rem, 0.98vw, 0.98rem);
  font-weight: 500;
  color: #D18A76;
  line-height: 1.35;
  margin: 0 0 0.9rem;
}

.clementine-promise__note-title-text {
  background-image: none;
  padding: 0;
}

.clementine-promise__note-body {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  color: #5B514B;
  line-height: 1.62;
}

/* Gentle stagger keeps the visual row from appearing all at once. */

.clementine-promise__note {
  opacity: 0;
  transform: translateY(22px);
  transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.25s ease;
}

.clementine-promise__notes.is-visible .clementine-promise__note {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .clementine-promise__note {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .clementine-promise__note-media img {
    transition: none;
  }
}

@media (max-width: 900px) {
  .clementine-promise__notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.35rem 1.2rem;
  }

  .clementine-promise__notes::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .clementine-promise__notes {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .clementine-promise__note-media {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .clementine-promise__note-node {
    margin-bottom: 1.2rem;
  }
}

/* --- Living Plan -------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .clementine-promise__note,
    .living-plan__stage {
    transition: none;
  }

  .clementine-promise__note--1,
    .clementine-promise__note--2,
    .clementine-promise__note--3,
    .clementine-promise__note--4 {
    transform: none;
    margin-top: 0;
  }
}

/* --- Getting Started journey ----------------------------------- */

.getting-started {
  position: relative;
  background: linear-gradient(180deg, #FBEED5 0%, #F2DCAA 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4.5rem);
  overflow: hidden;
}

.getting-started__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.getting-started__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.7;
}

.getting-started__blob--a {
  width: 360px;
  height: 360px;
  top: -90px;
  right: -80px;
  background: radial-gradient(circle, rgba(255,140,60,0.20) 0%, transparent 70%);
}

.getting-started__blob--b {
  width: 320px;
  height: 320px;
  bottom: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(122,191,158,0.18) 0%, transparent 70%);
}

.getting-started__inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.getting-started__header {
  max-width: 720px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.6rem);
  text-align: center;
}

.getting-started__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.getting-started__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1rem;
}

.getting-started__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
}

.getting-started__intro p {
  margin: 0;
}

/* Horizontal 6-up timeline */

.getting-started__journey {
  --gs-gap: clamp(0.7rem, 1.2vw, 1.1rem);
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--gs-cols, 5), minmax(0, 1fr));
  gap: var(--gs-gap);
  align-items: stretch;
  padding-top: 0.4rem;
}

/* Per-step connector pseudo-elements: each step (except first) draws a
     connector LEFT, spanning back to the previous step's marker. This keeps
     the connector aligned with marker centers regardless of the journey grid's
     gap math. Steps 2–4 get a dashed wavy line; step 5 (the highlight) gets a
     bold solid line capped with an arrowhead pointing at it. */

.getting-started__step:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 2.05rem;
  /* Stop the connector OUTSIDE the marker's halo (marker radius 2.4rem + ~0.6rem halo) */
  right: calc(50% + 3rem);
  /* Span from current marker halo back to previous marker halo:
       (column_width + gap) - 2 * halo-radius = 100% + gap - 6rem */
  width: calc(100% + var(--gs-gap, 1.1rem) - 6rem);
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
}

/* Dashed wavy for the connectors INTO steps 2, 3, 4 (i.e. every non-first step
     that isn't the highlighted destination) */

.getting-started__step:not(:first-child):not(.getting-started__step--highlight)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'><path d='M 0 10 Q 25 0, 50 10 T 100 10' fill='none' stroke='%23FF6B3F' stroke-width='3' stroke-dasharray='6 5' stroke-linecap='round' vector-effect='non-scaling-stroke' opacity='0.85'/></svg>");
}

/* Bold solid line + arrowhead for the connector INTO step 5 (the destination) */

.getting-started__step--highlight::before {
  top: 1.95rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'><line x1='0' y1='10' x2='90' y2='10' stroke='%23FF6B3F' stroke-width='4.5' stroke-linecap='round' vector-effect='non-scaling-stroke'/><path d='M 84 3 L 96 10 L 84 17' fill='none' stroke='%23FF6B3F' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'/></svg>");
}

.getting-started__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

/* Hero-sized numbered badge */

.getting-started__step-marker {
  align-self: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #FF6B3F;
  box-shadow:
      0 0 0 7px rgba(250,245,238,0.96),
      0 12px 22px rgba(255,107,63,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: -0.7rem;
  transition: transform 0.3s cubic-bezier(0.4, 0.7, 0.3, 1);
}

.getting-started__step:hover .getting-started__step-marker {
  transform: translateY(-3px);
}

.getting-started__step-num {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #FF6B3F;
  letter-spacing: -0.02em;
  line-height: 1;
}

.getting-started__step-card {
  --gs-tone: #FF6B3F;
  --gs-tone-text: #c2551a;
  --gs-tone-soft: rgba(255,140,60,0.10);
  --gs-tone-border: rgba(255,107,63,0.16);
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 18px;
  padding: clamp(1.45rem, 2vw, 1.85rem) clamp(0.9rem, 1.2vw, 1.15rem) clamp(1rem, 1.4vw, 1.3rem);
  box-shadow: 0 10px 22px rgba(46,42,39,0.05);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.4, 0.7, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.getting-started__step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(46,42,39,0.10);
  border-color: var(--gs-tone-border);
}

/* Per-step palette — tints icon box + time pill, keeps journey infra orange */

.getting-started__step--peach .getting-started__step-card {
  --gs-tone: #B84A1F;
  --gs-tone-text: #B84A1F;
  --gs-tone-soft: rgba(255,107,63,0.10);
  --gs-tone-border: rgba(184,74,31,0.30);
}

.getting-started__step--sage .getting-started__step-card {
  --gs-tone: #3F7A55;
  --gs-tone-text: #3F7A55;
  --gs-tone-soft: rgba(63,122,85,0.10);
  --gs-tone-border: rgba(63,122,85,0.28);
}

.getting-started__step--blue .getting-started__step-card {
  --gs-tone: #3A6EA5;
  --gs-tone-text: #3A6EA5;
  --gs-tone-soft: rgba(58,110,165,0.10);
  --gs-tone-border: rgba(58,110,165,0.28);
}

.getting-started__step--butter .getting-started__step-card {
  --gs-tone: #8A6512;
  --gs-tone-text: #8A6512;
  --gs-tone-soft: rgba(138,101,18,0.10);
  --gs-tone-border: rgba(138,101,18,0.28);
}

.getting-started__step--lavender .getting-started__step-card {
  --gs-tone: #6E5AA5;
  --gs-tone-text: #6E5AA5;
  --gs-tone-soft: rgba(110,90,165,0.10);
  --gs-tone-border: rgba(110,90,165,0.28);
}

.getting-started__step--ocean .getting-started__step-card {
  --gs-tone: #2D7A8A;
  --gs-tone-text: #2D7A8A;
  --gs-tone-soft: rgba(45,122,138,0.10);
  --gs-tone-border: rgba(45,122,138,0.28);
}

/* Reserved-height row that holds the time pill — keeps the icon row aligned
     across cards regardless of whether the pill wraps to 2 lines */

.getting-started__step-meta-row {
  width: 100%;
  min-height: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.65rem;
}

.getting-started__step-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gs-tone-text);
  background: var(--gs-tone-soft);
  border-radius: 999px;
  padding: 0.26rem 0.6rem;
  line-height: 1.3;
}

.getting-started__step-meta-icon {
  width: 0.78rem;
  height: 0.78rem;
  color: var(--gs-tone);
}

.getting-started__step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
}

.getting-started__step-icon {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  background: var(--gs-tone-soft);
  border: 1px solid var(--gs-tone-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gs-tone);
}

.getting-started__step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.getting-started__step-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  line-height: 1.22;
  letter-spacing: -0.012em;
}

.getting-started__step-body {
  margin: 0;
  color: #5b524b;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* --- Step 5 highlight: the "destination" card ---------------- */

.getting-started__step--highlight .getting-started__step-card {
  background: linear-gradient(150deg, #FF6B3F 0%, #FF8B67 60%, #FFA987 100%);
  border-color: rgba(255,107,63,0.45);
  box-shadow:
      0 24px 48px rgba(255,107,63,0.32),
      0 8px 18px rgba(46,42,39,0.12);
  color: #FFF8EF;
}

.getting-started__step--highlight .getting-started__step-card::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(255,248,239,0.28);
  border-radius: 14px;
  pointer-events: none;
}

.getting-started__step--highlight .getting-started__step-card:hover {
  box-shadow:
      0 30px 56px rgba(255,107,63,0.40),
      0 10px 22px rgba(46,42,39,0.14);
}

.getting-started__step--highlight .getting-started__step-title {
  color: #FFF8EF;
}

.getting-started__step--highlight .getting-started__step-body {
  color: rgba(255,248,239,0.92);
}

.getting-started__step--highlight .getting-started__step-meta {
  color: #FFF8EF;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(3px);
}

.getting-started__step--highlight .getting-started__step-meta-icon {
  color: #FFF8EF;
}

.getting-started__step--highlight .getting-started__step-icon {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.32);
  color: #FFF8EF;
}

.getting-started__step--highlight .getting-started__step-marker {
  width: 5.4rem;
  height: 5.4rem;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  border-color: #FFF8EF;
  box-shadow:
      0 0 0 7px rgba(250,245,238,0.96),
      0 0 0 11px rgba(255,107,63,0.18),
      0 16px 30px rgba(255,107,63,0.36);
}

.getting-started__step--highlight .getting-started__step-num {
  color: #FFF8EF;
  font-size: 2.6rem;
}

/* --- Always-included tiles row (below the 5-step journey) ---- */

.getting-started__tiles {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

.getting-started__tiles-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B84A1F;
  margin-bottom: clamp(1rem, 1.6vw, 1.4rem);
}

.getting-started__tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.3rem);
  align-items: stretch;
}

@media (max-width: 880px) {
  .getting-started__tiles-grid {
    grid-template-columns: 1fr;
  }
}

.getting-started__tile {
  --gs-tone: #FF6B3F;
  --gs-tone-text: #B84A1F;
  --gs-tone-soft: rgba(255,107,63,0.10);
  --gs-tone-border: rgba(255,107,63,0.22);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: start;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 18px;
  padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.1rem, 1.5vw, 1.35rem);
  box-shadow: 0 10px 22px rgba(46,42,39,0.05);
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0.7, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.getting-started__tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(46,42,39,0.10);
  border-color: var(--gs-tone-border);
}

.getting-started__tile-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  background: var(--gs-tone-soft);
  border: 1px solid var(--gs-tone-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gs-tone-text);
  flex-shrink: 0;
  align-self: center;
}

.getting-started__tile-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.getting-started__tile-body {
  min-width: 0;
}

.getting-started__tile-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.25rem;
  line-height: 1.22;
  letter-spacing: -0.012em;
}

.getting-started__tile-copy {
  margin: 0;
  color: #5b524b;
  font-size: 0.86rem;
  line-height: 1.5;
}

.getting-started__tile-arrow {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--gs-tone-soft);
  color: var(--gs-tone-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}

.getting-started__tile-arrow svg {
  width: 0.9rem;
  height: 0.9rem;
}

.getting-started__tile:hover .getting-started__tile-arrow {
  transform: translateX(3px);
}

/* Tablet: 3-up, two rows */

@media (max-width: 1100px) and (min-width: 721px) {
  .getting-started__journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.6rem);
    row-gap: clamp(1.5rem, 3vw, 2.4rem);
  }

  .getting-started__step::before {
    display: none;
  }

  .getting-started__step-card {
    padding-top: clamp(1.7rem, 2.4vw, 2.1rem);
  }

  .getting-started__step-title {
    font-size: 1.1rem;
  }

  .getting-started__step-body {
    font-size: 0.92rem;
  }

  .getting-started__step--highlight .getting-started__step-marker {
    width: 5rem;
    height: 5rem;
  }

  .getting-started__step--highlight .getting-started__step-num {
    font-size: 2.4rem;
  }
}

/* Mobile: stacked rows with badge + card side-by-side */

@media (max-width: 720px) {
  .getting-started__journey {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding-top: 0;
  }

  .getting-started__step::before {
    display: none;
  }

  .getting-started__step {
    flex-direction: row;
    gap: 0.85rem;
    align-items: stretch;
    position: relative;
  }

  .getting-started__step::after {
    content: '';
    position: absolute;
    left: 1.6rem;
    top: 3.3rem;
    bottom: -1.1rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(255,139,103,0.45), rgba(255,139,103,0.12));
    border-radius: 999px;
    z-index: 0;
  }

  .getting-started__step:last-child::after {
    display: none;
  }

  .getting-started__step-marker {
    width: 3.3rem;
    height: 3.3rem;
    border-width: 3px;
    margin-bottom: 0;
    flex-shrink: 0;
    align-self: flex-start;
    box-shadow:
        0 0 0 5px rgba(250,245,238,0.96),
        0 8px 16px rgba(255,107,63,0.18);
  }

  .getting-started__step-num {
    font-size: 1.4rem;
  }

  .getting-started__step-card {
    flex: 1;
    padding: 1rem 1.1rem 1.1rem;
    align-items: flex-start;
    text-align: left;
  }

  .getting-started__step-card:hover {
    transform: none;
  }

  .getting-started__step-meta-row {
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 0.55rem;
  }

  .getting-started__step-head {
    align-items: flex-start;
  }

  .getting-started__step-title {
    font-size: 1.05rem;
  }

  .getting-started__step-body {
    font-size: 0.9rem;
  }

  .getting-started__step--highlight .getting-started__step-marker {
    width: 3.7rem;
    height: 3.7rem;
  }

  .getting-started__step--highlight .getting-started__step-num {
    font-size: 1.6rem;
  }
}

/* Scroll-reveal: hidden initial state only when JS attaches data-reveal-ready.
     Per-card transition-delay staggers the reveal even when the whole row enters
     the viewport at the same scroll position. */

.getting-started[data-reveal-ready] .getting-started__step {
  opacity: 0;
  transform: translateY(34px);
  transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc((var(--step-index, 1) - 1) * 0.12s);
  will-change: opacity, transform;
}

.getting-started[data-reveal-ready] .getting-started__step[data-revealed] {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile cards already stagger via natural per-card scroll position — no delay */

@media (max-width: 720px) {
  .getting-started[data-reveal-ready] .getting-started__step {
    transition-delay: 0s;
  }
}

/* Capstone — horizontal endcap spanning the journey rail */

.getting-started__capstone {
  position: relative;
  margin: clamp(2.2rem, 3.5vw, 3.2rem) 0 0;
  width: 100%;
}

.getting-started__capstone-glow {
  position: absolute;
  inset: -24px -6%;
  background: radial-gradient(ellipse at center, rgba(255,107,63,0.16) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.getting-started__capstone-inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  border-radius: 22px;
  padding: clamp(1.1rem, 1.8vw, 1.55rem) clamp(1.4rem, 2.6vw, 2.1rem);
  color: #FFF8EF;
  box-shadow: 0 22px 44px rgba(255,107,63,0.26), 0 8px 18px rgba(46,42,39,0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.getting-started__capstone-inner::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(255,248,239,0.32);
  border-radius: 18px;
  pointer-events: none;
}

.getting-started__capstone-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.getting-started__capstone-kicker {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,248,239,0.92);
  background: rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0.32rem 0.85rem;
  backdrop-filter: blur(2px);
}

.getting-started__capstone-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  color: #FFF8EF;
}

.getting-started__capstone-cta {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  background: #FFF8EF;
  color: #c2551a;
  border-color: #FFF8EF;
  white-space: nowrap;
}

.getting-started__capstone-cta:hover {
  background: #FFFFFF;
  color: #FF6B3F;
  border-color: #FFFFFF;
}

@media (max-width: 720px) {
  .getting-started__capstone-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
    padding: 1.2rem 1.3rem;
  }

  .getting-started__capstone-title {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .getting-started__step-card,
    .getting-started__step-marker {
    transition: none;
  }

  .getting-started__step:hover .getting-started__step-marker {
    transform: none;
  }

  .getting-started[data-reveal-ready] .getting-started__step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- Services Overview ---------------------------------------- */

.services-overview {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3.5rem, 6vw, 5rem);
  overflow: hidden;
}

.services-overview__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.services-overview__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.services-overview__blob--a {
  width: 380px;
  height: 380px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(255,179,128,0.20) 0%, transparent 70%);
}

.services-overview__blob--b {
  width: 340px;
  height: 340px;
  bottom: -100px;
  right: -90px;
  background: radial-gradient(circle, rgba(122,191,158,0.16) 0%, transparent 70%);
}

.services-overview__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.services-overview__header {
  max-width: 740px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
}

.services-overview__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.services-overview__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1rem;
}

.clementine-promise__title.services-overview__title {
  color: #2E2A27;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.services-overview__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
}

.services-overview__intro p {
  margin: 0;
}

/* Featured wide card — sits above the three modality cards */

/* Featured card — compact wide banner sitting BELOW the primary grid */

.services-overview__featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 150px) 1fr;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  margin-top: clamp(1.2rem, 1.8vw, 1.7rem);
  transition:
      transform 0.32s cubic-bezier(0.34, 1.45, 0.64, 1),
      box-shadow 0.32s ease,
      border-color 0.32s ease;
}

.services-overview__featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(46,42,39,0.09);
  border-color: rgba(255,107,63,0.22);
}

@media (max-width: 820px) {
  .services-overview__featured {
    grid-template-columns: 1fr;
  }
}

.services-overview__featured-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid rgba(46,42,39,0.05);
  min-height: 100%;
}

.services-overview__featured-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.55) 0%, transparent 55%),
                      radial-gradient(circle at 80% 80%, rgba(255,255,255,0.35) 0%, transparent 55%);
  pointer-events: none;
}

.services-overview__featured-scene .services-overview__scene-svg {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 68px;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.services-overview__featured:hover .services-overview__scene-svg {
  transform: translateY(-3px) scale(1.04);
}

@media (max-width: 820px) {
  .services-overview__featured-scene {
    min-height: 110px;
    border-right: none;
    border-bottom: 1px solid rgba(46,42,39,0.05);
  }

  .services-overview__featured-scene .services-overview__scene-svg {
    width: 92px;
    height: 80px;
  }
}

/* Per-color theming applies to featured scene panels too */

.services-overview__featured.services-overview__card--peach  .services-overview__featured-scene {
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  color: #C2551A;
}

.services-overview__featured.services-overview__card--sage   .services-overview__featured-scene {
  background: linear-gradient(135deg, #DDEEDB 0%, #BFDEC1 100%);
  color: #3F7A55;
}

.services-overview__featured.services-overview__card--blue   .services-overview__featured-scene {
  background: linear-gradient(135deg, #DEE9F2 0%, #C5D8E8 100%);
  color: #3A6EA5;
}

.services-overview__featured.services-overview__card--butter .services-overview__featured-scene {
  background: linear-gradient(135deg, #FCE9B6 0%, #F6D88E 100%);
  color: #8A6512;
}

.services-overview__featured-body {
  padding: clamp(1rem, 1.6vw, 1.4rem) clamp(1.25rem, 2vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.services-overview__featured-text {
  flex: 1 1 auto;
  min-width: 0;
}

.services-overview__featured-cta {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 820px) {
  .services-overview__featured-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.25rem 1.4rem 1.4rem;
  }
}

.services-overview__featured.services-overview__card--butter .services-overview__card-tag {
  color: #8A6512;
}

.services-overview__featured-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.4rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.18;
  letter-spacing: -0.014em;
  margin: 0 0 0.35rem;
}

.services-overview__featured-copy {
  font-size: clamp(0.88rem, 0.95vw, 0.96rem);
  color: #5b524b;
  line-height: 1.5;
  margin: 0;
  max-width: 72ch;
}

/* Primary services grid (3 therapy modalities) */

.services-overview__primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.6vw, 1.5rem);
}

@media (max-width: 960px) {
  .services-overview__primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-overview__primary {
    grid-template-columns: 1fr;
  }
}

.services-overview__card-soon {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: #FF6B3F;
  color: #FFFFFF;
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3rem 0.78rem;
  box-shadow: 0 4px 12px rgba(255, 107, 63, 0.32);
}

.services-overview__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 30px rgba(46,42,39,0.05);
  transition:
      transform 0.32s cubic-bezier(0.34, 1.45, 0.64, 1),
      box-shadow 0.32s ease,
      border-color 0.32s ease;
}

.services-overview__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(46,42,39,0.10);
  border-color: rgba(255,107,63,0.22);
}

.services-overview__scene {
  position: relative;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(46,42,39,0.05);
}

.services-overview__scene::after {
  /* subtle paper grain */
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.55) 0%, transparent 55%),
                      radial-gradient(circle at 80% 80%, rgba(255,255,255,0.35) 0%, transparent 55%);
  pointer-events: none;
}

.services-overview__scene-svg {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 110px;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.services-overview__card:hover .services-overview__scene-svg {
  transform: translateY(-3px) scale(1.04);
}

/* Per-color theming */

.services-overview__card--peach .services-overview__scene {
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  color: #C2551A;
}

.services-overview__card--sage .services-overview__scene {
  background: linear-gradient(135deg, #DDEEDB 0%, #BFDEC1 100%);
  color: #3F7A55;
}

.services-overview__card--blue .services-overview__scene {
  background: linear-gradient(135deg, #DEE9F2 0%, #C5D8E8 100%);
  color: #3A6EA5;
}

.services-overview__card--butter .services-overview__scene {
  background: linear-gradient(135deg, #FCE9B6 0%, #F6D88E 100%);
  color: #8A6512;
}

.services-overview__card-body {
  padding: clamp(1.4rem, 1.9vw, 1.7rem) clamp(1.4rem, 1.9vw, 1.65rem) clamp(1.2rem, 1.7vw, 1.55rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.services-overview__card-tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7a6f;
  margin-bottom: 0.55rem;
}

.services-overview__card--peach .services-overview__card-tag {
  color: #C2551A;
}

.services-overview__card--sage .services-overview__card-tag {
  color: #3F7A55;
}

.services-overview__card--blue .services-overview__card-tag {
  color: #3A6EA5;
}

.services-overview__card--butter .services-overview__card-tag {
  color: #8A6512;
}

.services-overview__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.25rem, 1.5vw, 1.45rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.18;
  letter-spacing: -0.014em;
  margin: 0 0 0.7rem;
}

.services-overview__card-copy {
  font-size: 0.92rem;
  color: #5b524b;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.services-overview__card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #FF6B3F;
}

.services-overview__card-cta-arrow {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}

.services-overview__card-cta-arrow svg {
  width: 0.95rem;
  height: 0.95rem;
}

.services-overview__card:hover .services-overview__card-cta-arrow {
  transform: translateX(4px);
  background: rgba(255,107,63,0.18);
}

/* Divider between zones */

.services-overview__divider {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.4vw, 1.4rem);
  margin: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(1.4rem, 2vw, 1.85rem);
}

.services-overview__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46,42,39,0.18), transparent);
}

.services-overview__divider-label {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a7a6f;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 999px;
  padding: 0.38rem 0.95rem;
}

/* Supporting tiles */

.services-overview__supporting {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
}

@media (max-width: 820px) {
  .services-overview__supporting {
    grid-template-columns: 1fr;
  }
}

.services-overview__tile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.95rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 18px;
  padding: 1.05rem 1.1rem;
  text-decoration: none;
  color: inherit;
  transition:
      background 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease;
}

.services-overview__tile:hover {
  background: #FFFFFF;
  border-color: rgba(255,107,63,0.25);
  transform: translateY(-2px);
}

.services-overview__tile-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: rgba(255,107,63,0.10);
  border: 1px solid rgba(255,107,63,0.16);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.services-overview__tile-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.services-overview__tile-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.15rem;
  letter-spacing: -0.005em;
  line-height: 1.25;
}

.services-overview__tile-copy {
  font-size: 0.82rem;
  color: #5b524b;
  line-height: 1.5;
  margin: 0;
}

.services-overview__tile-arrow {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FF6B3F;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.services-overview__tile-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}

.services-overview__tile:hover .services-overview__tile-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.16);
}

@media (prefers-reduced-motion: reduce) {
  .services-overview__card,
    .services-overview__scene-svg,
    .services-overview__card-cta-arrow,
    .services-overview__tile,
    .services-overview__tile-arrow {
    transition: none;
  }
}

/* --- Insurance Strip ------------------------------------------ */

.insurance-strip {
  position: relative;
  background: linear-gradient(180deg, #FFE3D1 0%, #FFD3B3 100%);
  padding: clamp(2.5rem, 5vw, 3.6rem) 0;
  overflow: hidden;
}

.insurance-strip::before,
  .insurance-strip::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.insurance-strip::before {
  width: 420px;
  height: 420px;
  top: -160px;
  right: -120px;
  background: radial-gradient(circle, rgba(255,107,63,0.30) 0%, transparent 70%);
}

.insurance-strip::after {
  width: 360px;
  height: 360px;
  bottom: -140px;
  left: -100px;
  background: radial-gradient(circle, rgba(255,255,255,0.45) 0%, transparent 70%);
}

.insurance-strip__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
}

.insurance-strip__header {
  margin-bottom: clamp(1.6rem, 2.8vw, 2.2rem);
}

.insurance-strip__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.18;
  letter-spacing: -0.022em;
  margin: 0 auto;
  max-width: 26ch;
}

.insurance-strip__subtitle {
  margin: 0.85rem auto 0;
  max-width: 56ch;
  color: #6F4126;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.6;
}

.insurance-strip__subtitle em {
  color: #B84A1F;
  font-style: italic;
  font-weight: 700;
}

.insurance-strip__logos {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(1.4rem, 2.6vw, 2rem);
  /* Even grid so the last logo never orphans onto its own centered line.
       5 and 2 both divide the 10-logo set → no partial rows at any width. */
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
  gap: clamp(1.2rem, 2.4vw, 2.4rem) clamp(1.6rem, 3.2vw, 3.2rem);
}

@media (max-width: 640px) {
  .insurance-strip__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.insurance-strip__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.insurance-strip__logo:nth-child(1) {
  transition-delay: 0ms;
}

.insurance-strip__logo:nth-child(2) {
  transition-delay: 40ms;
}

.insurance-strip__logo:nth-child(3) {
  transition-delay: 80ms;
}

.insurance-strip__logo:nth-child(4) {
  transition-delay: 120ms;
}

.insurance-strip__logo:nth-child(5) {
  transition-delay: 160ms;
}

.insurance-strip__logo:nth-child(6) {
  transition-delay: 200ms;
}

.insurance-strip__logo:nth-child(7) {
  transition-delay: 240ms;
}

.insurance-strip__logo:nth-child(8) {
  transition-delay: 280ms;
}

.insurance-strip__logo:nth-child(9) {
  transition-delay: 320ms;
}

.insurance-strip__logos.is-visible .insurance-strip__logo {
  opacity: 1;
  transform: translateY(0);
}

.insurance-strip__logo img {
  height: 100%;
  width: auto;
  max-width: min(180px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1) opacity(0.65);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.insurance-strip__logo:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.05);
}

.insurance-strip__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.insurance-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  border-radius: 999px;
  padding: 0.92rem 1.8rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(255,107,63,0.34), 0 4px 10px rgba(184,74,31,0.18);
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease;
}

.insurance-strip__cta:hover {
  background: linear-gradient(135deg, #FF6B3F 0%, #FF7A52 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255,107,63,0.40), 0 6px 14px rgba(184,74,31,0.22);
}

.insurance-strip__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.55);
  color: #8A3A14;
  border: 1.5px solid rgba(138,58,20,0.32);
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.93rem;
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}

.insurance-strip__cta-secondary:hover {
  background: rgba(255,255,255,0.85);
  border-color: rgba(138,58,20,0.55);
  color: #6F2D0F;
  transform: translateY(-2px);
}

.insurance-strip__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}

.insurance-strip__cta:hover .insurance-strip__cta-arrow,
  .insurance-strip__cta-secondary:hover .insurance-strip__cta-arrow {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .insurance-strip__logo {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .insurance-strip__cta,
    .insurance-strip__cta-secondary,
    .insurance-strip__cta-arrow,
    .insurance-strip__logo img {
    transition: none;
  }
}

/* --- Coverage Overview ---------------------------------------- */

/* Two-card split */

/* Promise card (left) */

/* Action / CTA card (right) */

/* Logo wall */

/* --- What ABA Therapy Helps With (helps-with) ----------------- */

.helps-with {
  position: relative;
  background: linear-gradient(180deg, #FCF8F1 0%, #F5EFE3 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}

.helps-with__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.helps-with__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.helps-with__blob--a {
  width: 460px;
  height: 460px;
  top: -180px;
  left: -140px;
  background: radial-gradient(circle, rgba(255,179,128,0.22) 0%, transparent 70%);
}

.helps-with__blob--b {
  width: 380px;
  height: 380px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(122,191,158,0.16) 0%, transparent 70%);
}

.helps-with__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.helps-with__header {
  max-width: 760px;
  margin: 0 auto clamp(2.6rem, 4.5vw, 3.6rem);
  text-align: center;
}

.helps-with__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.helps-with__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1.05rem;
}

.helps-with__anchor {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-style: italic;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  color: #6F5E55;
  line-height: 1.55;
  max-width: 56ch;
  margin: 0 auto;
}

/* Collapsible white cards */

.helps-with__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
}

.helps-with__row {
  --hw-tone: #B84A1F;
  --hw-tone-rule: rgba(184,74,31,0.22);
  --hw-tone-badge-bg: rgba(255,237,222,0.92);
  --hw-tone-badge-border: rgba(184,74,31,0.30);
  list-style: none;
}

/* Scroll-reveal: hidden initial state only when JS attaches data-reveal-ready */

.helps-with[data-reveal-ready] .helps-with__row {
  opacity: 0;
  transform: translateY(32px);
  transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.helps-with[data-reveal-ready] .helps-with__row[data-revealed] {
  opacity: 1;
  transform: translateY(0);
}

.helps-with__card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(46,42,39,0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.helps-with__card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--hw-tone);
  opacity: 0.9;
}

.helps-with__card:hover {
  border-color: var(--hw-tone-badge-border);
  box-shadow: 0 14px 30px rgba(46,42,39,0.08);
}

.helps-with__card[open] {
  border-color: var(--hw-tone-badge-border);
  box-shadow: 0 18px 38px rgba(46,42,39,0.10);
}

.helps-with__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.1rem, 2vw, 1.55rem) clamp(1.25rem, 2.4vw, 1.9rem) clamp(1.1rem, 2vw, 1.55rem) calc(4px + clamp(1.25rem, 2.4vw, 1.9rem));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.helps-with__summary::-webkit-details-marker {
  display: none;
}

.helps-with__summary:focus-visible {
  outline: 2px solid var(--hw-tone);
  outline-offset: -2px;
}

.helps-with__rail-badge {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--hw-tone-badge-bg);
  border: 1.5px solid var(--hw-tone-badge-border);
  color: var(--hw-tone);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(46,42,39,0.05);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.helps-with__rail-badge svg {
  width: 1.75rem;
  height: 1.75rem;
}

.helps-with__card:hover .helps-with__rail-badge,
  .helps-with__card[open] .helps-with__rail-badge {
  transform: scale(1.06);
}

.helps-with__summary-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.helps-with__category {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hw-tone);
}

.helps-with__row-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.2rem, 1.9vw, 1.65rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.helps-with__chevron {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--hw-tone-badge-bg);
  color: var(--hw-tone);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.helps-with__chevron svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.3s cubic-bezier(0.4, 0.7, 0.3, 1);
}

.helps-with__card[open] .helps-with__chevron {
  background: var(--hw-tone-badge-bg);
  color: var(--hw-tone);
}

.helps-with__card[open] .helps-with__chevron svg {
  transform: rotate(180deg);
}

.helps-with__card-body {
  padding: 0 clamp(1.25rem, 2.4vw, 1.9rem) clamp(1.4rem, 2.4vw, 2rem) calc(4px + clamp(1.25rem, 2.4vw, 1.9rem));
}

.helps-with__card-body::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46,42,39,0.12) 20%, rgba(46,42,39,0.12) 80%, transparent);
  margin-bottom: clamp(1.2rem, 2vw, 1.6rem);
}

.helps-with__panels {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: start;
}

.helps-with__panel {
  min-width: 0;
}

.helps-with__panel-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(46,42,39,0.12), transparent);
}

.helps-with__panel-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.helps-with__panel--now .helps-with__panel-label {
  color: #8a7a6f;
}

.helps-with__panel--together .helps-with__panel-label {
  color: var(--hw-tone);
}

.helps-with__panel-mark {
  width: 0.95rem;
  height: 0.95rem;
}

.helps-with__panel-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.3;
  margin: 0 0 0.45rem;
}

.helps-with__panel-body {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #5b524b;
  margin: 0;
}

.helps-with__panel--now .helps-with__panel-body {
  color: #6f6a64;
}

/* Per-row palette */

.helps-with__row--peach {
  --hw-tone: #B84A1F;
  --hw-tone-rule: rgba(184,74,31,0.24);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(255,237,222,0.95) 0%, rgba(255,213,182,0.78) 100%);
  --hw-tone-badge-border: rgba(184,74,31,0.32);
}

.helps-with__row--sage {
  --hw-tone: #3F7A55;
  --hw-tone-rule: rgba(63,122,85,0.22);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(232,245,229,0.95) 0%, rgba(204,228,205,0.78) 100%);
  --hw-tone-badge-border: rgba(63,122,85,0.32);
}

.helps-with__row--blue {
  --hw-tone: #3A6EA5;
  --hw-tone-rule: rgba(58,110,165,0.22);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(232,240,249,0.95) 0%, rgba(207,222,237,0.78) 100%);
  --hw-tone-badge-border: rgba(58,110,165,0.30);
}

.helps-with__row--butter {
  --hw-tone: #8A6512;
  --hw-tone-rule: rgba(138,101,18,0.22);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(255,242,209,0.95) 0%, rgba(248,224,162,0.78) 100%);
  --hw-tone-badge-border: rgba(138,101,18,0.30);
}

.helps-with__row--lavender {
  --hw-tone: #6E5AA5;
  --hw-tone-rule: rgba(110,90,165,0.22);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(238,234,250,0.95) 0%, rgba(220,212,242,0.78) 100%);
  --hw-tone-badge-border: rgba(110,90,165,0.30);
}

.helps-with__row--ocean {
  --hw-tone: #2D7A8A;
  --hw-tone-rule: rgba(45,122,138,0.22);
  --hw-tone-badge-bg: linear-gradient(135deg, rgba(225,243,246,0.95) 0%, rgba(195,228,234,0.78) 100%);
  --hw-tone-badge-border: rgba(45,122,138,0.30);
}

@media (max-width: 720px) {
  .helps-with__card {
    border-radius: 16px;
  }

  .helps-with__summary {
    gap: 0.85rem;
    padding: 1.1rem 1.1rem 1.1rem calc(4px + 1.1rem);
  }

  .helps-with__rail-badge {
    width: 2.85rem;
    height: 2.85rem;
  }

  .helps-with__rail-badge svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .helps-with__row-title {
    font-size: 1.18rem;
  }

  .helps-with__chevron {
    width: 2.1rem;
    height: 2.1rem;
  }

  .helps-with__card-body {
    padding: 0 1.1rem 1.4rem calc(4px + 1.1rem);
  }

  .helps-with__panels {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .helps-with__panel-divider {
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(46,42,39,0.12), transparent);
  }
}

/* Closing CTA footer */

.helps-with__footer {
  margin-top: clamp(2.4rem, 4vw, 3.2rem);
  text-align: center;
}

.helps-with__footer-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  font-weight: 700;
  color: #2E2A27;
  margin: 0 0 1.1rem;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.helps-with__footer-cta {
  /* inherits btn-primary; nothing extra needed */
}

@media (prefers-reduced-motion: reduce) {
  .helps-with__card,
    .helps-with__rail-badge,
    .helps-with__chevron,
    .helps-with__chevron svg {
    transition: none;
  }

  .helps-with__card:hover .helps-with__rail-badge,
    .helps-with__card[open] .helps-with__rail-badge {
    transform: none;
  }

  .helps-with[data-reveal-ready] .helps-with__row {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- Locations Overview --------------------------------------- */

.locations-overview {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}

.locations-overview__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.locations-overview__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
}

.locations-overview__blob--a {
  width: 400px;
  height: 400px;
  top: -140px;
  left: -100px;
  background: radial-gradient(circle, rgba(255,140,60,0.18) 0%, transparent 70%);
}

.locations-overview__blob--b {
  width: 360px;
  height: 360px;
  bottom: -130px;
  right: -100px;
  background: radial-gradient(circle, rgba(122,191,158,0.16) 0%, transparent 70%);
}

.locations-overview__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.locations-overview__header {
  max-width: 760px;
  margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
}

.locations-overview__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.locations-overview__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1rem;
}

.locations-overview__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
  max-width: 56ch;
  margin: 0 auto;
}

.locations-overview__intro p {
  margin: 0;
}

/* Split layout */

.locations-overview__split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

@media (max-width: 880px) {
  .locations-overview__split {
    grid-template-columns: 1fr;
  }
}

/* Map */

.locations-overview__map-wrap {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 26px;
  padding: clamp(1rem, 2vw, 1.75rem);
  box-shadow: 0 14px 30px rgba(46,42,39,0.05);
}

.locations-overview__map {
  position: relative;
  width: 100%;
  aspect-ratio: 959 / 593;
}

.locations-overview__map svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Default state path styling */

.locations-overview__map svg path[class] {
  fill: #ECE6DB;
  stroke: #FFFFFF;
  stroke-width: 0.8;
  transition: fill 0.25s ease, transform 0.25s ease;
  transform-origin: center;
  transform-box: fill-box;
}

/* Inter-state borders (e.g., class="al-fl") — keep slightly visible */

.locations-overview__map svg path[class*="-"] {
  fill: transparent;
  stroke: rgba(46,42,39,0.18);
  stroke-width: 0.5;
}

/* Active state — clementine orange, clickable */

.locations-overview__map svg path.is-active {
  fill: #FF6B3F;
  filter: drop-shadow(0 4px 10px rgba(255,107,63,0.35));
  cursor: pointer;
}

.locations-overview__map svg path.is-active:hover,
  .locations-overview__map svg path.is-active:focus {
  fill: #FF8B67;
  outline: none;
}

/* Coming-soon state — peach tint */

.locations-overview__map svg path.is-coming-soon {
  fill: #FFD3B3;
}

/* Hover-label tooltip over served states */

.locations-overview__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%) translateY(2px);
  background: #1A2235;
  color: #FFF8EF;
  padding: 0.32rem 0.7rem;
  border-radius: 6px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 5;
  box-shadow: 0 6px 14px rgba(46,42,39,0.18);
}

.locations-overview__tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  /* trick: pull bg color from parent via inherited border-top-color is tricky;
       set color per state via the class variants below */
}

.locations-overview__tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -100%) translateY(-6px);
}

.locations-overview__tooltip.is-active {
  background: #B84A1F;
  color: #FFF8EF;
}

.locations-overview__tooltip.is-active::after {
  border-top-color: #B84A1F;
}

.locations-overview__tooltip.is-coming-soon {
  background: #1A2235;
  color: #FFF8EF;
}

.locations-overview__tooltip.is-coming-soon::after {
  border-top-color: #1A2235;
}

.locations-overview__tooltip::after {
  border-top-color: #1A2235;
}

/* Map legend */

.locations-overview__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin-top: 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6F5E55;
}

.locations-overview__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.locations-overview__legend-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 3px;
  display: inline-block;
}

.locations-overview__legend-swatch--active {
  background: #FF6B3F;
  box-shadow: 0 0 0 2px rgba(255,107,63,0.15);
}

.locations-overview__legend-swatch--coming {
  background: #FFD3B3;
}

/* Sidebar (right column) */

.locations-overview__sidebar {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 1.8vw, 1.5rem);
}

.locations-overview__sidebar-section {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 20px;
  padding: clamp(1.2rem, 1.8vw, 1.55rem);
  box-shadow: 0 10px 22px rgba(46,42,39,0.04);
}

.locations-overview__sidebar-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B84A1F;
  margin-bottom: 0.85rem;
}

.locations-overview__sidebar-label--muted {
  color: #8a7a6f;
}

/* Active state list rows */

.locations-overview__state-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.locations-overview__state {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(135deg, rgba(255,227,209,0.55) 0%, rgba(255,207,177,0.4) 100%);
  border: 1px solid rgba(255,107,63,0.2);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.locations-overview__state:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255,227,209,0.85) 0%, rgba(255,207,177,0.65) 100%);
  border-color: rgba(255,107,63,0.4);
}

.locations-overview__state-icon {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(255,107,63,0.25);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.locations-overview__state-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.locations-overview__state-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.005em;
}

.locations-overview__state-cities {
  font-size: 0.82rem;
  color: #6F5E55;
  line-height: 1.4;
  margin-top: 0.18rem;
}

.locations-overview__state-arrow {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.12);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.locations-overview__state-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}

.locations-overview__state:hover .locations-overview__state-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.22);
}

/* Coming-soon pill list */

.locations-overview__pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.locations-overview__pill {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8a4e2a;
  background: rgba(255,211,179,0.45);
  border: 1px solid rgba(255,140,60,0.22);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
}

/* Footer line */

.locations-overview__sidebar-footer {
  padding: 0 clamp(0.3rem, 0.6vw, 0.5rem);
}

.locations-overview__sidebar-footer p {
  margin: 0;
  font-size: 0.88rem;
  color: #6F5E55;
  line-height: 1.55;
}

.locations-overview__sidebar-footer a {
  color: #FF6B3F;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

/* Browse-all CTA at section bottom */

.locations-overview__browse-all {
  text-align: center;
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

.locations-overview__browse-all-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: #FFFFFF;
  color: #2E2A27;
  border: 1px solid rgba(255,107,63,0.28);
  border-radius: 999px;
  padding: 0.85rem 1.6rem 0.85rem 1.1rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(46,42,39,0.06);
  transition:
      transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

.locations-overview__browse-all-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255,107,63,0.5);
  box-shadow: 0 18px 32px rgba(46,42,39,0.10);
}

.locations-overview__browse-all-icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #FF6B3F;
  flex-shrink: 0;
}

.locations-overview__browse-all-arrow {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.12);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.locations-overview__browse-all-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}

.locations-overview__browse-all-cta:hover .locations-overview__browse-all-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.22);
}

.locations-overview__browse-all-subline {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: #6F5E55;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .locations-overview__map svg path[class],
    .locations-overview__state,
    .locations-overview__state-arrow,
    .locations-overview__browse-all-cta,
    .locations-overview__browse-all-arrow {
    transition: none;
  }
}

/* --- FAQ Overview --------------------------------------------- */

.faq-overview {
  position: relative;
  background: linear-gradient(180deg, #FCF8F1 0%, #F5EDDC 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}

.faq-overview__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.faq-overview__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
}

.faq-overview__blob--a {
  width: 400px;
  height: 400px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(255,140,60,0.16) 0%, transparent 70%);
}

.faq-overview__blob--b {
  width: 360px;
  height: 360px;
  bottom: -130px;
  left: -100px;
  background: radial-gradient(circle, rgba(122,191,158,0.14) 0%, transparent 70%);
}

.faq-overview__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.faq-overview__header {
  max-width: 720px;
  margin: 0 auto clamp(2.2rem, 3.5vw, 3rem);
  text-align: center;
}

.faq-overview__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.faq-overview__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1rem;
}

.faq-overview__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
  max-width: 56ch;
  margin: 0 auto;
}

.faq-overview__intro p {
  margin: 0;
}

/* Jump nav chips */

.faq-overview__jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
}

.faq-overview__chip {
  font-size: 0.82rem;
  font-weight: 700;
  color: #6F4126;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.1);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faq-overview__chip:hover,
  .faq-overview__chip:focus {
  background: #FF6B3F;
  border-color: #FF6B3F;
  color: #FFF8EF;
  transform: translateY(-1px);
  outline: none;
}

/* Categories — 2-col grid of self-contained cards, natural heights */

.faq-overview__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 1.7rem);
  align-items: start;
}

@media (max-width: 820px) {
  .faq-overview__categories {
    grid-template-columns: 1fr;
  }
}

.faq-overview__category {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 22px;
  padding: clamp(1.4rem, 2vw, 1.85rem) clamp(1.4rem, 2vw, 1.85rem) clamp(0.6rem, 1.1vw, 0.95rem);
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  scroll-margin-top: 6rem;
  transition: transform 0.32s cubic-bezier(0.4, 0.7, 0.3, 1),
                box-shadow 0.32s ease,
                border-color 0.32s ease;
}

.faq-overview__category:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(46,42,39,0.09);
  border-color: rgba(255,107,63,0.2);
}

.faq-overview__category-header {
  display: flex;
  align-items: baseline;
  gap: clamp(0.85rem, 1.4vw, 1.15rem);
  padding-bottom: 1rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px dashed rgba(46,42,39,0.1);
}

.faq-overview__category-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.15rem, 1.45vw, 1.4rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

/* Items */

.faq-overview__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-overview__item + .faq-overview__item {
  border-top: 1px solid rgba(46,42,39,0.07);
}

.faq-overview__item details {
  padding: 0.95rem 0;
}

.faq-overview__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight: 700;
  color: #2E2A27;
  line-height: 1.34;
  padding-right: 0.2rem;
}

.faq-overview__q::-webkit-details-marker {
  display: none;
}

.faq-overview__q-text {
  flex: 1;
}

.faq-overview__q-icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.3s ease;
}

.faq-overview__q-icon svg {
  width: 1rem;
  height: 1rem;
}

.faq-overview__q-icon-vert {
  transition: transform 0.3s cubic-bezier(0.4, 0.7, 0.3, 1), opacity 0.2s ease;
  transform-origin: center;
}

.faq-overview__item details[open] .faq-overview__q-icon-vert {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

.faq-overview__item details[open] .faq-overview__q-icon {
  background: #FF6B3F;
  color: #FFF8EF;
}

.faq-overview__a {
  margin-top: 0.7rem;
  font-size: 0.95rem;
  line-height: 1.66;
  color: #5b524b;
}

.faq-overview__a p {
  margin: 0 0 0.7rem;
}

.faq-overview__a p:last-child {
  margin-bottom: 0;
}

.faq-overview__a strong {
  color: #2E2A27;
}

.faq-overview__a a {
  color: #C2551A;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,107,63,0.45);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.faq-overview__a a:hover {
  color: #FF6B3F;
  text-decoration-color: #FF6B3F;
}

.faq-overview__a-link {
  margin-top: 0.55rem !important;
}

.faq-overview__a-link a {
  color: #FF6B3F;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

/* Pathway inside an answer (numbered steps) */

.faq-overview__pathway {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-overview__pathway-step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.5rem 0.85rem;
  background: rgba(255,107,63,0.06);
  border-radius: 12px;
}

.faq-overview__pathway-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid rgba(255,107,63,0.4);
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-overview__pathway-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  color: #2E2A27;
  font-size: 0.95rem;
  font-weight: 800;
  margin-right: 0.4rem;
}

.faq-overview__pathway-body {
  color: #5b524b;
  font-size: 0.9rem;
}

/* Closing CTA card */

.faq-overview__closing {
  margin-top: clamp(2rem, 3vw, 2.6rem);
}

.faq-overview__closing-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.9rem, 1.5vw, 1.4rem);
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  border-radius: 24px;
  padding: clamp(1.4rem, 2vw, 1.8rem) clamp(1.5rem, 2.4vw, 2rem);
  color: #FFF8EF;
  box-shadow: 0 22px 44px rgba(255,107,63,0.28);
}

.faq-overview__closing-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.3);
  color: #FFF8EF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-overview__closing-icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.faq-overview__closing-body {
  flex: 1;
  min-width: 0;
}

.faq-overview__closing-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 800;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.faq-overview__closing-copy {
  margin: 0;
  color: rgba(255,248,239,0.88);
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-overview__closing-cta {
  background: #FFF8EF !important;
  color: #B84A1F !important;
  border-color: #FFF8EF !important;
  flex-shrink: 0;
}

.faq-overview__closing-cta:hover {
  background: #FFFFFF !important;
  color: #FF6B3F !important;
}

@media (max-width: 640px) {
  .faq-overview__closing-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .faq-overview__closing-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* --- Resources Overview --------------------------------------- */

/* resources-start: "Not sure where to start?" featured + 2-card layout */

.resources-start {
  background: #F0F6ED;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.resources-start__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.resources-start__header {
  max-width: 680px;
  margin: 0 auto clamp(2rem, 3vw, 2.8rem);
  text-align: center;
}

.resources-start__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3F7A55;
  background: rgba(74,143,99,0.12);
  border: 1px solid rgba(74,143,99,0.28);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1rem;
}

.resources-start__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.1;
  letter-spacing: -0.024em;
  margin: 0;
}

.resources-start__intro {
  margin-top: 0.75rem;
  color: #6F5E55;
  font-size: clamp(0.95rem, 1.1vw, 1.04rem);
  line-height: 1.65;
}

.resources-start__intro p {
  margin: 0;
}

.resources-start__layout {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.6vw, 1.25rem);
}

.resources-start__featured {
  display: block;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: clamp(1.8rem, 2.8vw, 2.5rem) clamp(1.8rem, 3vw, 2.8rem);
  text-decoration: none;
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.resources-start__featured:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,0.09);
  border-color: rgba(63,122,85,0.3);
  transform: translateY(-2px);
}

.resources-start__featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3F7A55;
  background: rgba(74,143,99,0.1);
  border: 1px solid rgba(74,143,99,0.22);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  margin-bottom: 1rem;
}

.resources-start__featured-badge svg {
  width: 0.75rem;
  height: 0.75rem;
}

.resources-start__featured-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.2;
  letter-spacing: -0.016em;
  margin: 0 0 0.75rem;
  max-width: 680px;
}

.resources-start__featured-body {
  color: #6F5E55;
  font-size: clamp(0.93rem, 1.05vw, 1.02rem);
  line-height: 1.65;
  margin: 0 0 1.4rem;
  max-width: 640px;
}

.resources-start__secondaries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 1.6vw, 1.25rem);
}

.resources-start__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: clamp(1.5rem, 2.2vw, 2rem) clamp(1.5rem, 2.2vw, 2rem);
  text-decoration: none;
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.resources-start__card:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,0.09);
  border-color: rgba(63,122,85,0.3);
  transform: translateY(-2px);
}

.resources-start__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.25;
  letter-spacing: -0.012em;
  margin: 0 0 0.65rem;
}

.resources-start__card-body {
  color: #6F5E55;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0 0 1.2rem;
  flex: 1;
}

.resources-start__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  color: #3F7A55;
  text-decoration: none;
  transition: gap 0.2s ease;
  margin-top: auto;
}

.resources-start__featured:hover .resources-start__link,
  .resources-start__card:hover .resources-start__link {
  gap: 0.7rem;
}

.resources-start__link-arrow {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #3F7A55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.resources-start__link-arrow svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #FFFFFF;
}

@media (max-width: 640px) {
  .resources-start__secondaries {
    grid-template-columns: 1fr;
  }
}

.resources-overview {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}

.resources-overview__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
      radial-gradient(circle at 90% 10%, rgba(255,140,60,0.12) 0%, transparent 50%),
      radial-gradient(circle at 10% 90%, rgba(122,191,158,0.10) 0%, transparent 55%);
}

.resources-overview__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.resources-overview__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.4rem;
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
}

.resources-overview__header-left {
  max-width: 680px;
}

.resources-overview__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.resources-overview__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 0.95rem;
}

.resources-overview__intro {
  color: #5b524b;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.65;
}

.resources-overview__intro p {
  margin: 0;
}

.resources-overview__browse-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  color: #FF6B3F;
  text-decoration: none;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  background: rgba(255,107,63,0.08);
  border: 1px solid rgba(255,107,63,0.2);
  transition: background 0.25s ease, transform 0.25s ease;
  flex-shrink: 0;
}

.resources-overview__browse-cta:hover {
  background: rgba(255,107,63,0.16);
  transform: translateY(-2px);
}

.resources-overview__browse-cta-arrow {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: #FF6B3F;
  color: #FFF8EF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.resources-overview__browse-cta-arrow svg {
  width: 0.78rem;
  height: 0.78rem;
}

.resources-overview__browse-cta:hover .resources-overview__browse-cta-arrow {
  transform: translateX(2px);
}

/* Cards grid */

.resources-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.6vw, 1.5rem);
}

@media (max-width: 900px) {
  .resources-overview__grid {
    grid-template-columns: 1fr;
  }
}

.resources-overview__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  transition: transform 0.32s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.32s ease, border-color 0.32s ease;
}

.resources-overview__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 42px rgba(46,42,39,0.10);
  border-color: rgba(255,107,63,0.22);
}

.resources-overview__card-illo {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(46,42,39,0.05);
  position: relative;
}

.resources-overview__card-illo svg {
  width: 100px;
  height: 80px;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.resources-overview__card:hover .resources-overview__card-illo svg {
  transform: translateY(-3px) scale(1.04);
}

.resources-overview__card--peach .resources-overview__card-illo {
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  color: #C2551A;
}

.resources-overview__card--sage .resources-overview__card-illo {
  background: linear-gradient(135deg, #DDEEDB 0%, #BFDEC1 100%);
  color: #3F7A55;
}

.resources-overview__card--blue .resources-overview__card-illo {
  background: linear-gradient(135deg, #DEE9F2 0%, #C5D8E8 100%);
  color: #3A6EA5;
}

.resources-overview__card--butter .resources-overview__card-illo {
  background: linear-gradient(135deg, #FCE9B6 0%, #F6D88E 100%);
  color: #8A6512;
}

.resources-overview__card-body {
  padding: clamp(1.2rem, 1.7vw, 1.5rem) clamp(1.2rem, 1.6vw, 1.45rem) clamp(1.1rem, 1.5vw, 1.35rem);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resources-overview__card-tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7a6f;
  margin-bottom: 0.5rem;
}

.resources-overview__card--peach .resources-overview__card-tag {
  color: #C2551A;
}

.resources-overview__card--sage .resources-overview__card-tag {
  color: #3F7A55;
}

.resources-overview__card--blue .resources-overview__card-tag {
  color: #3A6EA5;
}

.resources-overview__card--butter .resources-overview__card-tag {
  color: #8A6512;
}

.resources-overview__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.012em;
  margin: 0 0 0.6rem;
}

.resources-overview__card-copy {
  font-size: 0.9rem;
  color: #5b524b;
  line-height: 1.6;
  margin: 0 0 1.05rem;
  flex: 1;
}

.resources-overview__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: #FF6B3F;
}

.resources-overview__card-arrow {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.resources-overview__card-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}

.resources-overview__card:hover .resources-overview__card-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.2);
}

/* Volume strip */

.resources-overview__volume {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  margin-top: clamp(2rem, 3vw, 2.4rem);
  padding: clamp(1.3rem, 2vw, 1.7rem) clamp(1.5rem, 2.4vw, 2rem);
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(46,42,39,0.04);
}

.resources-overview__volume-stat {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1;
}

.resources-overview__volume-num {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2.4rem, 3.6vw, 3.2rem);
  font-weight: 900;
  color: #FF6B3F;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.resources-overview__volume-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a7a6f;
  margin-top: 0.4rem;
}

.resources-overview__volume-body {
  flex: 1;
  min-width: 240px;
  margin: 0;
  font-size: 0.95rem;
  color: #5b524b;
  line-height: 1.55;
}

.resources-overview__volume-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  flex-shrink: 0;
}

.resources-overview__volume-cta:hover {
  color: #B84A1F;
}

@media (prefers-reduced-motion: reduce) {
  .faq-overview__q-icon,
    .faq-overview__q-icon-vert,
    .faq-overview__chip,
    .resources-overview__card,
    .resources-overview__card-illo svg,
    .resources-overview__card-arrow,
    .resources-overview__browse-cta,
    .resources-overview__browse-cta-arrow {
    transition: none;
  }
}

.resources-library {
  background: #FFF8EF;
  padding: clamp(3.5rem, 7vw, 5.75rem) 0;
  border-top: 1px solid rgba(46,42,39,0.06);
}

.resources-library__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.resources-library__header {
  max-width: 720px;
  margin: 0 auto clamp(1.75rem, 3vw, 2.5rem);
  text-align: center;
}

.resources-library__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B84A1F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1rem;
}

.resources-library__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.024em;
  margin: 0;
}

.resources-library__intro {
  margin-top: 0.75rem;
  color: #5b524b;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.65;
}

.resources-library__intro p {
  margin: 0;
}

.resources-library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.4rem);
}

.resources-library__card {
  min-width: 0;
}

.resources-library__card-link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 20px;
  padding: clamp(1.35rem, 2vw, 1.75rem);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 26px rgba(46,42,39,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.resources-library__card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(46,42,39,0.09);
  border-color: rgba(255,107,63,0.24);
}

.resources-library__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.resources-library__card-eyebrow,
  .resources-library__card-meta {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #B84A1F;
}

.resources-library__card-meta {
  color: #8a7a6f;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.resources-library__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.012em;
  margin: 0 0 0.65rem;
}

.resources-library__card-copy {
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0 0 1.25rem;
  flex: 1;
}

.resources-library__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  color: #FF6B3F;
  margin-top: auto;
}

.resources-library__card-arrow {
  width: 1.42rem;
  height: 1.42rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.11);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.resources-library__card-arrow svg {
  width: 0.78rem;
  height: 0.78rem;
}

.resources-library__card-link:hover .resources-library__card-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.2);
}

.resources-library__empty {
  margin: 0;
  color: #6F5E55;
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .resources-library__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .resources-library__grid {
    grid-template-columns: 1fr;
  }

  .resources-library__card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resources-library__card-link,
    .resources-library__card-arrow {
    transition: none;
  }

  .resources-library__card-link:hover {
    transform: none;
  }
}

/* --- Page Hero (sub-page hero, redesigned) -------------------- */

.page-hero {
  position: relative;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}

.page-hero--clementine {
  background: linear-gradient(180deg, #FFF1E1 0%, #FFD8B8 100%);
  --ph-accent: #FF6B3F;
  --ph-accent-strong: #C2551A;
  --ph-accent-soft: rgba(255,107,63,0.13);
  --ph-scene-bg: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
}

.page-hero--peach {
  background: linear-gradient(180deg, #FFF1E1 0%, #FFD8B8 100%);
  --ph-accent: #B84A1F;
  --ph-accent-strong: #8A3614;
  --ph-accent-soft: rgba(184,74,31,0.12);
  --ph-scene-bg: linear-gradient(135deg, #FFE3D1 0%, #FFC09A 100%);
}

.page-hero--sage {
  background: linear-gradient(180deg, #F0F7EC 0%, #C5DDBA 100%);
  --ph-accent: #3F7A55;
  --ph-accent-strong: #2D5A3D;
  --ph-accent-soft: rgba(63,122,85,0.12);
  --ph-scene-bg: linear-gradient(135deg, #DDEEDB 0%, #B6D9B5 100%);
}

.page-hero--blue {
  background: linear-gradient(180deg, #EEF4F9 0%, #C5DAEA 100%);
  --ph-accent: #3A6EA5;
  --ph-accent-strong: #29547E;
  --ph-accent-soft: rgba(58,110,165,0.12);
  --ph-scene-bg: linear-gradient(135deg, #DEE9F2 0%, #B6D0E3 100%);
}

.page-hero--butter {
  background: linear-gradient(180deg, #FFF8E2 0%, #F6DCA1 100%);
  --ph-accent: #8A6512;
  --ph-accent-strong: #6B4D0B;
  --ph-accent-soft: rgba(138,101,18,0.12);
  --ph-scene-bg: linear-gradient(135deg, #FCE9B6 0%, #F2D17B 100%);
}

.page-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.page-hero__blob--a {
  width: 460px;
  height: 460px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, var(--ph-accent), transparent 65%);
}

.page-hero__blob--b {
  width: 380px;
  height: 380px;
  bottom: -160px;
  left: -100px;
  background: radial-gradient(circle, var(--ph-accent), transparent 70%);
  opacity: 0.35;
}

.page-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
      radial-gradient(circle at 1px 1px, rgba(46,42,39,0.05) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 50% at center, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at center, #000 30%, transparent 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

@media (max-width: 900px) {
  .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.page-hero__content {
  max-width: 60ch;
  min-width: 0;
}

.page-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ph-accent);
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--ph-accent-soft);
  border-radius: 999px;
  padding: 0.4rem 1.05rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 4px 14px rgba(46,42,39,0.05);
  backdrop-filter: blur(4px);
}

.page-hero__kicker-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--ph-accent);
  box-shadow: 0 0 0 3px var(--ph-accent-soft);
}

.page-hero__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.02;
  letter-spacing: -0.032em;
  margin: 0 0 1.2rem;
}

.page-hero__intro {
  color: #4d443e;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.6;
}

.page-hero__intro p {
  margin: 0 0 0.85rem;
}

.page-hero__intro p:last-child {
  margin: 0;
}

.page-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.7rem;
}

.page-hero__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding-right: 0.55rem !important;
  transition: transform 0.25s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.25s ease;
}

.page-hero__cta-primary:hover {
  transform: translateY(-2px);
}

.page-hero__cta-arrow {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.page-hero__cta-arrow svg {
  width: 0.9rem;
  height: 0.9rem;
  color: #FFFFFF;
}

.page-hero__cta-primary:hover .page-hero__cta-arrow {
  transform: translateX(3px);
  background: rgba(255,255,255,0.3);
}

.page-hero__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ph-accent-strong);
  text-decoration: underline;
  text-decoration-color: var(--ph-accent-soft);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.25s ease;
}

.page-hero__cta-secondary:hover {
  text-decoration-color: var(--ph-accent);
}

.page-hero__trust {
  list-style: none;
  padding: 0;
  margin: 1.9rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px dashed rgba(46,42,39,0.18);
}

.page-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #4d443e;
}

.page-hero__trust-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--ph-accent);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-hero__trust-icon svg {
  width: 0.75rem;
  height: 0.75rem;
}

.page-hero__trust-text strong {
  color: #2E2A27;
  font-weight: 800;
}

/* Scene panel — the visual hero element */

.page-hero__scene {
  position: relative;
  padding: 0 0 0 clamp(0.5rem, 1.5vw, 1rem);
  min-width: 0;
}

@media (max-width: 900px) {
  .page-hero__scene {
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* --- Modality cards (vertical "button tower" — colored art panel on top,
       kicker + title in white panel below). Replaces the scene art on hubs
       like /services. --- */

/* When the scene contains a modality stack:
     - on desktop, top-align it so the cards sit next to the heading rather
       than centered against the much taller left column;
     - on mobile, override the scene's default max-width: 480px / margin: 0
       auto so the card stack fills the column instead of being centered. */

@media (min-width: 901px) {
  .page-hero__scene:has(.page-hero__modality-stack) {
    align-self: start;
    padding-top: 3rem;
    /* kicker height + margin-bottom — aligns buttons with title */
  }
}

@media (max-width: 900px) {
  .page-hero__scene:has(.page-hero__modality-stack) {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

/* Mobile-first sizing — compact cards. Desktop bumps everything up below. */

.page-hero__modality-stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Horizontal row: icon square + title/sublabel + arrow circle */

.page-hero__modality-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
  background: var(--mod-bg);
  border: 1.5px solid var(--mod-border);
  border-radius: 18px;
  padding: 1.1rem 1rem 1.1rem 1rem;
  text-decoration: none;
  color: #2E2A27;
  opacity: 0;
  transform: translateY(16px);
  animation: page-hero-mod-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--btn-delay, 0ms);
  transition: transform 0.3s cubic-bezier(0.34, 1.45, 0.64, 1),
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}

.page-hero__modality-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px var(--mod-glow);
  border-color: var(--mod-border-strong);
}

@keyframes page-hero-mod-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* White icon square */

.page-hero__modality-btn-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #FFFFFF;
  color: var(--mod-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.page-hero__modality-btn-icon svg {
  width: 28px;
  height: 28px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.page-hero__modality-btn:hover .page-hero__modality-btn-icon svg {
  transform: scale(1.1);
}

/* Title + sublabel */

.page-hero__modality-btn-body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  flex: 1;
  text-align: left;
}

.page-hero__modality-btn-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.014em;
  color: #2E2A27;
  line-height: 1.2;
}

.page-hero__modality-btn-kicker {
  font-size: 0.8rem;
  font-weight: 400;
  color: #6F5E55;
  letter-spacing: 0;
  text-transform: none;
}

/* Arrow circle on the right */

.page-hero__modality-btn-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--mod-border-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--mod-accent);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-hero__modality-btn-arrow svg {
  width: 14px;
  height: 14px;
}

.page-hero__modality-btn:hover .page-hero__modality-btn-arrow {
  background: #FFFFFF;
  transform: translateX(2px);
}

/* "START HERE" badge anchored to top-right of button */

.page-hero__modality-btn-badge {
  position: absolute;
  top: -13px;
  right: 14px;
  background: #FF6B3F;
  color: #FFFFFF;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
}

.page-hero__modality-btn--sage .page-hero__modality-btn-badge {
  background: #3F7A55;
  box-shadow: 0 2px 8px rgba(255,107,63,0.35);
  pointer-events: none;
}

/* Color variants */

.page-hero__modality-btn--peach {
  --mod-accent: #C2551A;
  --mod-bg: #FFEAD8;
  --mod-border: rgba(194,85,26,0.2);
  --mod-border-strong: rgba(194,85,26,0.42);
  --mod-glow: rgba(255,107,63,0.2);
}

.page-hero__modality-btn--sage {
  --mod-accent: #3F7A55;
  --mod-bg: #E6F2E8;
  --mod-border: rgba(63,122,85,0.2);
  --mod-border-strong: rgba(63,122,85,0.42);
  --mod-glow: rgba(74,143,99,0.2);
}

.page-hero__modality-btn--blue {
  --mod-accent: #3A6EA5;
  --mod-bg: #E3EBF3;
  --mod-border: rgba(58,110,165,0.2);
  --mod-border-strong: rgba(58,110,165,0.42);
  --mod-glow: rgba(58,110,165,0.2);
}

.page-hero__modality-btn--butter {
  --mod-accent: #8A6512;
  --mod-bg: #FCEFC8;
  --mod-border: rgba(138,101,18,0.22);
  --mod-border-strong: rgba(138,101,18,0.45);
  --mod-glow: rgba(246,216,142,0.4);
}

@media (min-width: 901px) {
  .page-hero__modality-stack {
    max-width: 100%;
    gap: 0.9rem;
  }

  .page-hero__modality-btn {
    border-radius: 20px;
    padding: 1.45rem 1.4rem 1.45rem 1.2rem;
    gap: 1.2rem;
  }

  .page-hero__modality-btn-icon {
    width: 64px;
    height: 64px;
    border-radius: 15px;
  }

  .page-hero__modality-btn-icon svg {
    width: 36px;
    height: 36px;
  }

  .page-hero__modality-btn-title {
    font-size: 1.15rem;
  }

  .page-hero__modality-btn-kicker {
    font-size: 0.86rem;
  }

  .page-hero__modality-btn-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__modality-btn {
    opacity: 1;
    transform: none;
    animation: none;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .page-hero__modality-btn:hover .page-hero__modality-btn-icon svg {
    transform: none;
  }

  .page-hero__modality-btn:hover .page-hero__modality-btn-arrow {
    transform: none;
  }
}

.page-hero__scene-soon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  background: #FF6B3F;
  color: #FFFFFF;
  font-family: "Nunito", "DM Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.34rem 0.85rem;
  box-shadow: 0 6px 16px rgba(255, 107, 63, 0.38);
}

.page-hero__scene-card {
  position: relative;
  background: var(--ph-scene-bg);
  border-radius: 32px;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  aspect-ratio: 6 / 5;
  overflow: visible;
  color: var(--ph-accent-strong);
  box-shadow:
      0 32px 60px rgba(46,42,39,0.12),
      0 12px 24px rgba(46,42,39,0.06),
      inset 0 0 0 1px rgba(255,255,255,0.4);
  transform: rotate(-1.4deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.page-hero__scene-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.page-hero__scene-tape {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 92px;
  height: 26px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 3px;
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 6px rgba(46,42,39,0.08);
  z-index: 2;
}

.page-hero__scene-art {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero__scene-art svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}

.page-hero__scene-stamp {
  position: absolute;
  bottom: -12px;
  right: -6px;
  width: clamp(6rem, 7.4vw, 6.8rem);
  height: clamp(6rem, 7.4vw, 6.8rem);
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--ph-accent);
  color: var(--ph-accent);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: clamp(0.58rem, 0.68vw, 0.72rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.16;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem;
  box-shadow: 0 12px 24px rgba(46,42,39,0.18);
  transform: rotate(6deg);
  z-index: 2;
  overflow-wrap: anywhere;
}

.page-hero__scene-stamp:empty {
  display: none;
}

@media (max-width: 640px) {
  .page-hero__inner,
    .page-hero__content,
    .page-hero__scene {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-hero__content {
    width: min(100%, 18rem);
    max-width: 18rem;
    margin: 0;
    justify-self: start;
  }

  .page-hero__title {
    font-size: clamp(1.7rem, 8vw, 1.95rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .page-hero__ctas {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.8rem;
  }

  .page-hero__cta-primary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .page-hero__cta-secondary {
    max-width: 100%;
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .page-hero__scene-card {
    overflow: hidden;
    width: min(100%, 18rem);
    margin: 0;
    justify-self: start;
  }

  .page-hero__scene-stamp {
    right: 1.15rem;
    bottom: 1rem;
    width: 4.65rem;
    height: 4.65rem;
    font-size: 0.45rem;
    line-height: 1.1;
    padding: 0.46rem;
    transform: rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__scene-card {
    transform: none;
    transition: none;
  }

  .page-hero__cta-primary, .page-hero__cta-arrow {
    transition: none;
  }
}

/* === Signs Grid (diagnostics ONLY) ============================ */

.signs-grid {
  position: relative;
  background: linear-gradient(180deg, #FFF8E2 0%, #FFFFFF 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.signs-grid__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 10% 20%, rgba(255,140,60,0.10), transparent 50%),
      radial-gradient(circle at 90% 80%, rgba(255,179,128,0.12), transparent 55%);
}

.signs-grid__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.signs-grid__header {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 3vw, 2.8rem);
  text-align: center;
}

.signs-grid__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8A6512;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(138,101,18,0.2);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.signs-grid__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.signs-grid__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.signs-grid__intro p {
  margin: 0;
}

.signs-grid__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.6vw, 1.4rem);
}

@media (max-width: 720px) {
  .signs-grid__list {
    grid-template-columns: 1fr;
  }
}

.signs-grid__card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 22px;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  box-shadow: 0 14px 30px rgba(46,42,39,0.06);
  position: relative;
  overflow: hidden;
}

.signs-grid__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.signs-grid__card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.signs-grid__card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.signs-grid__card-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.signs-grid__card--butter .signs-grid__card-icon {
  background: rgba(252,233,182,0.5);
  color: #8A6512;
}

.signs-grid__card--peach .signs-grid__card-icon  {
  background: rgba(255,227,209,0.5);
  color: #B84A1F;
}

.signs-grid__card--sage .signs-grid__card-icon   {
  background: rgba(221,238,219,0.5);
  color: #3F7A55;
}

.signs-grid__card--blue .signs-grid__card-icon   {
  background: rgba(222,233,242,0.5);
  color: #3A6EA5;
}

.signs-grid__card-meta {
  flex: 1;
  min-width: 0;
}

.signs-grid__card-tag {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.signs-grid__card--butter .signs-grid__card-tag {
  color: #8A6512;
}

.signs-grid__card--peach .signs-grid__card-tag  {
  color: #B84A1F;
}

.signs-grid__card--sage .signs-grid__card-tag   {
  color: #3F7A55;
}

.signs-grid__card--blue .signs-grid__card-tag   {
  color: #3A6EA5;
}

.signs-grid__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.012em;
  margin: 0;
}

.signs-grid__examples {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.signs-grid__examples li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.92rem;
  color: #5b524b;
  line-height: 1.55;
}

.signs-grid__examples li::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}

.signs-grid__footer {
  margin-top: clamp(1.8rem, 2.5vw, 2.4rem);
  text-align: center;
  padding: 1.3rem 1.5rem;
  background: rgba(255,255,255,0.7);
  border: 1px dashed rgba(46,42,39,0.18);
  border-radius: 18px;
}

.signs-grid__footer p {
  margin: 0 0 0.65rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  font-weight: 700;
  color: #2E2A27;
}

.signs-grid__footer-cta {
  color: #B84A1F;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* === Evaluation Tour (diagnostics ONLY) ======================= */

.evaluation-tour {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF1E1 100%);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}

.evaluation-tour__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.evaluation-tour__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.evaluation-tour__blob--a {
  width: 360px;
  height: 360px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(255,140,60,0.16), transparent 70%);
}

.evaluation-tour__blob--b {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -80px;
  background: radial-gradient(circle, rgba(122,191,158,0.14), transparent 70%);
}

.evaluation-tour__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.evaluation-tour__header {
  max-width: 760px;
  margin: 0 auto clamp(2.2rem, 3vw, 2.8rem);
  text-align: center;
}

.evaluation-tour__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.evaluation-tour__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.evaluation-tour__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.evaluation-tour__intro p {
  margin: 0;
}

.evaluation-tour__experience {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 3.5vw, 3.5rem);
  align-items: center;
}

@media (max-width: 860px) {
  .evaluation-tour__experience {
    grid-template-columns: 1fr;
  }
}

.evaluation-tour__experience-frame {
  position: relative;
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  border-radius: 24px;
  padding: 1.5rem;
  color: #C2551A;
  box-shadow:
      0 24px 50px rgba(46,42,39,0.10),
      inset 0 0 0 1px rgba(255,255,255,0.4);
  transform: rotate(-1deg);
}

.evaluation-tour__experience-art {
  width: 100%;
  height: auto;
  display: block;
}

/* Flippable evaluation-room card: SVG illustration flips to a real photo. */

.evaluation-tour__experience-frame--flippable {
  perspective: 1200px;
  cursor: pointer;
}

.evaluation-tour__flip {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.34, 1, 0.6, 1);
}

.evaluation-tour__experience-frame--flippable:hover .evaluation-tour__flip,
  .evaluation-tour__experience-frame--flippable:focus-within .evaluation-tour__flip {
  transform: rotateY(180deg);
}

.evaluation-tour__flip-front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.evaluation-tour__flip-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 12px;
  overflow: hidden;
  background: #2E2A27;
}

.evaluation-tour__flip-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .evaluation-tour__flip {
    transition: none;
  }
}

.evaluation-tour__experience-label {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(1deg);
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.12);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C2551A;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(46,42,39,0.08);
}

.evaluation-tour__beats {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.evaluation-tour__beat {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1rem;
  align-items: start;
}

.evaluation-tour__beat-num {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #FF6B3F;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,107,63,0.18);
}

.evaluation-tour__beat-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.28;
  letter-spacing: -0.008em;
  margin: 0 0 0.3rem;
  padding-top: 0.45rem;
}

.evaluation-tour__beat-body {
  margin: 0;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.evaluation-tour__reassurance {
  margin-top: clamp(2.4rem, 4vw, 3.5rem);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.4rem 1.8rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(255,107,63,0.08);
}

.evaluation-tour__reassurance-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 14px;
  background: rgba(255,107,63,0.12);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.evaluation-tour__reassurance-icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.evaluation-tour__reassurance-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.25rem;
  letter-spacing: -0.008em;
}

.evaluation-tour__reassurance-copy {
  margin: 0;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* === Deliverables List (diagnostics ONLY) ===================== */

.deliverables-list {
  position: relative;
  background: #FAF5EE;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.deliverables-list__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.deliverables-list__header {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.deliverables-list__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.deliverables-list__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.deliverables-list__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.deliverables-list__intro p {
  margin: 0;
}

/* Manila packet metaphor */

.deliverables-list__packet {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.1);
  border-radius: 20px;
  padding: clamp(2.4rem, 3.5vw, 3rem) clamp(1.6rem, 2.4vw, 2.4rem) clamp(1.6rem, 2.4vw, 2rem);
  box-shadow: 0 22px 48px rgba(46,42,39,0.08);
}

.deliverables-list__packet-flap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(255,107,63,0.18) 0%, transparent 100%);
  border-radius: 20px 20px 0 0;
}

.deliverables-list__packet-tab {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FF6B3F;
  color: #FFF8EF;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(255,107,63,0.32);
  z-index: 2;
}

.deliverables-list__packet-tab svg {
  width: 1rem;
  height: 1rem;
  color: #FFF8EF;
}

.deliverables-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.deliverables-list__item {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 0.95rem 0;
}

.deliverables-list__item + .deliverables-list__item {
  border-top: 1px dashed rgba(46,42,39,0.15);
}

.deliverables-list__item-num {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  border: 1.5px solid rgba(255,107,63,0.35);
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.deliverables-list__item-body {
  padding-top: 0.3rem;
}

.deliverables-list__item-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.28;
  letter-spacing: -0.008em;
  margin: 0 0 0.35rem;
}

.deliverables-list__item-body-text {
  margin: 0;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.deliverables-list__item-audience {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #B84A1F;
  background: rgba(255,107,63,0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  letter-spacing: 0.06em;
}

.deliverables-list__footer {
  margin-top: clamp(1.6rem, 2.4vw, 2rem);
  text-align: center;
  font-size: 0.9rem;
  color: #6F5E55;
  line-height: 1.6;
  font-style: italic;
}

/* === CAST Screener (diagnostics ONLY) ========================= */

.cast-screener {
  position: relative;
  background: linear-gradient(180deg, #FFF8E2 0%, #FFE7B8 100%);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}

.cast-screener__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cast-screener__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
}

.cast-screener__blob--a {
  width: 420px;
  height: 420px;
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(255,179,128,0.30), transparent 65%);
}

.cast-screener__blob--b {
  width: 360px;
  height: 360px;
  bottom: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(252,233,182,0.50), transparent 70%);
}

.cast-screener__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.cast-screener__header {
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
}

.cast-screener__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8A6512;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(138,101,18,0.2);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.05rem;
  box-shadow: 0 4px 14px rgba(46,42,39,0.05);
}

.cast-screener__kicker-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #8A6512;
  box-shadow: 0 0 0 3px rgba(138,101,18,0.18);
}

.cast-screener__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.cast-screener__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  max-width: 54ch;
  margin: 0 auto 1.4rem;
}

.cast-screener__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.5rem;
}

.cast-screener__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #6F4126;
}

.cast-screener__meta li svg {
  width: 1.05rem;
  height: 1.05rem;
  color: #8A6512;
  flex-shrink: 0;
}

.cast-screener__meta strong {
  color: #2E2A27;
  font-weight: 800;
}

.cast-screener__note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.78rem;
  color: #8a7a6f;
  font-style: italic;
}

.cast-screener__note svg {
  width: 0.95rem;
  height: 0.95rem;
  color: #B89045;
  flex-shrink: 0;
}

/* Main panel */

.cast-screener__panel {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 28px;
  padding: clamp(1.5rem, 2.4vw, 2.2rem) clamp(1.5rem, 2.4vw, 2.4rem);
  box-shadow: 0 28px 56px rgba(46,42,39,0.10), 0 8px 18px rgba(46,42,39,0.04);
  position: relative;
  overflow: hidden;
}

.cast-screener__panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #FCE9B6, #F0C266, #FCE9B6);
}

/* Start state */

.cast-screener__start {
  text-align: center;
  padding: clamp(1.6rem, 3vw, 2.5rem) 0 clamp(1rem, 2vw, 1.4rem);
}

.cast-screener__start-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.2rem;
  color: #8A6512;
}

.cast-screener__start-icon svg {
  width: 100%;
  height: 100%;
}

.cast-screener__start-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.7rem;
  letter-spacing: -0.012em;
}

.cast-screener__start-body {
  margin: 0 auto 1.5rem;
  font-size: 0.98rem;
  color: #5b524b;
  line-height: 1.6;
  max-width: 44ch;
}

.cast-screener__start-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
}

.cast-screener__start-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: #5b524b;
  line-height: 1.5;
}

.cast-screener__start-tick {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: rgba(138,101,18,0.12);
  color: #8A6512;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.cast-screener__start-tick svg {
  width: 0.85rem;
  height: 0.85rem;
}

.cast-screener__start-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(255,107,63,0.32);
  transition: transform 0.25s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.25s ease;
}

.cast-screener__start-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255,107,63,0.38);
}

.cast-screener__start-button svg {
  width: 1rem;
  height: 1rem;
  color: #FFF8EF;
  transition: transform 0.25s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.cast-screener__start-button:hover svg {
  transform: translateX(3px);
}

/* Body / form */

.cast-screener__form-head {
  text-align: center;
  margin-bottom: 1.6rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px dashed rgba(46,42,39,0.12);
}

.cast-screener__form-step {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8A6512;
  background: rgba(252,233,182,0.55);
  border-radius: 999px;
  padding: 0.32rem 0.85rem;
  margin-bottom: 0.7rem;
}

.cast-screener__form-heading {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.45rem;
  letter-spacing: -0.014em;
}

.cast-screener__form-help {
  margin: 0;
  font-size: 0.88rem;
  color: #6F5E55;
  line-height: 1.55;
  font-style: italic;
}

.cast-screener__questions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.cast-screener__question {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: #FAF5EE;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 16px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cast-screener__question:has(input:checked) {
  background: #FFFFFF;
  border-color: rgba(138,101,18,0.28);
  box-shadow: 0 6px 14px rgba(46,42,39,0.05);
}

.cast-screener__question-num {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid rgba(138,101,18,0.28);
  color: #8A6512;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.cast-screener__question-body {
  min-width: 0;
}

.cast-screener__question-text {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #2E2A27;
  line-height: 1.42;
  margin-bottom: 0.85rem;
}

/* Choices — pill-style toggle */

.cast-screener__choices {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.cast-screener__choice {
  position: relative;
  cursor: pointer;
}

.cast-screener__choice input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  cursor: pointer;
  margin: 0;
}

.cast-screener__choice-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #FFFFFF;
  border: 1.5px solid rgba(46,42,39,0.14);
  border-radius: 999px;
  padding: 0.5rem 1rem 0.5rem 0.6rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5b524b;
  transition:
      background 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s cubic-bezier(0.34, 1.45, 0.64, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cast-screener__choice:hover .cast-screener__choice-pill {
  transform: translateY(-1px);
  border-color: rgba(138,101,18,0.45);
}

.cast-screener__choice-mark {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: rgba(46,42,39,0.06);
  color: rgba(46,42,39,0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.cast-screener__choice-mark svg {
  width: 0.75rem;
  height: 0.75rem;
}

.cast-screener__choice input:checked + .cast-screener__choice-pill {
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  border-color: #FF6B3F;
  color: #FFF8EF;
  box-shadow: 0 6px 14px rgba(255,107,63,0.28);
}

.cast-screener__choice input:checked + .cast-screener__choice-pill .cast-screener__choice-mark {
  background: rgba(255,255,255,0.22);
  color: #FFF8EF;
}

.cast-screener__choice input:focus-visible + .cast-screener__choice-pill {
  outline: 2px solid #FF6B3F;
  outline-offset: 3px;
}

/* Form foot */

.cast-screener__form-foot {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px dashed rgba(46,42,39,0.12);
  text-align: center;
}

.cast-screener__error {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(220,38,38,0.08);
  border: 1px solid rgba(220,38,38,0.22);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  color: #b91c1c;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cast-screener__error svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.cast-screener__score-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(255,107,63,0.32);
  transition: transform 0.25s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.25s ease;
}

.cast-screener__score-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255,107,63,0.38);
}

.cast-screener__score-button svg {
  width: 1rem;
  height: 1rem;
  color: #FFF8EF;
}

/* Result state */

.cast-screener__result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(46,42,39,0.12);
}

.cast-screener__result-display {
  text-align: center;
  margin-bottom: 2rem;
}

.cast-screener__result-score {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 1.4rem 2rem;
  background: linear-gradient(135deg, #FCE9B6 0%, #F6D88E 100%);
  border-radius: 22px;
  margin-bottom: 1.2rem;
  box-shadow: 0 14px 30px rgba(138,101,18,0.15);
}

.cast-screener__result-score-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B4D0B;
}

.cast-screener__result-score-value {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.2em;
}

.cast-screener__result-score-total {
  font-size: 0.45em;
  color: #8A6512;
  font-weight: 700;
}

.cast-screener__result-explanation {
  margin: 0;
  color: #5b524b;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.cast-screener__result-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.cast-screener__result-card {
  position: relative;
  padding: clamp(1.4rem, 2vw, 1.7rem);
  border-radius: 20px;
  border: 1px solid rgba(46,42,39,0.1);
  background: #FFFFFF;
}

.cast-screener__result-card--high {
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  border-color: rgba(255,107,63,0.28);
}

.cast-screener__result-card-badge {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.cast-screener__result-card-badge--high {
  color: #B84A1F;
}

.cast-screener__result-card-badge--low {
  color: #6F5E55;
}

.cast-screener__result-card-badge svg {
  width: 1.4rem;
  height: 1.4rem;
}

.cast-screener__result-card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.55rem;
  letter-spacing: -0.008em;
}

.cast-screener__result-card-body {
  margin: 0 0 1rem;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cast-screener__result-card--high .cast-screener__result-card-body {
  color: #6F4126;
}

.cast-screener__result-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #FFFFFF;
  color: #2E2A27;
  border: 1.5px solid rgba(46,42,39,0.18);
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: gap 0.25s ease, border-color 0.2s ease;
}

.cast-screener__result-card-cta:hover {
  gap: 0.75rem;
  border-color: rgba(46,42,39,0.4);
}

.cast-screener__result-card-cta svg {
  width: 0.85rem;
  height: 0.85rem;
}

.cast-screener__result-card-cta--strong {
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(255,107,63,0.32);
}

.cast-screener__result-card-cta--strong:hover {
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(255,107,63,0.38);
}

@media (prefers-reduced-motion: reduce) {
  .cast-screener__start-button,
    .cast-screener__start-button svg,
    .cast-screener__score-button,
    .cast-screener__choice-pill,
    .cast-screener__question,
    .cast-screener__result-card-cta {
    transition: none;
  }
}

/* === Insurance Finder (insurance page ONLY) =================== */

.insurance-finder {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.insurance-finder__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.insurance-finder__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.insurance-finder__blob--a {
  width: 400px;
  height: 400px;
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(255,140,60,0.16), transparent 65%);
}

.insurance-finder__blob--b {
  width: 360px;
  height: 360px;
  bottom: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(122,191,158,0.12), transparent 70%);
}

.insurance-finder__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.insurance-finder__header {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 3vw, 2.5rem);
  text-align: center;
}

.insurance-finder__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.insurance-finder__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.insurance-finder__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.insurance-finder__intro p {
  margin: 0;
}

/* The tool */

.insurance-finder__tool {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(46,42,39,0.08), 0 6px 16px rgba(46,42,39,0.04);
}

/* Single-state mode (state/city pages): no tool-head/results wrappers, so the
     panel itself needs the inset padding. */

.insurance-finder__tool--single {
  padding: clamp(1.5rem, 2.4vw, 2rem);
}

.insurance-finder__tool--single .insurance-finder__group-foot {
  margin-top: 1.3rem;
}

.insurance-finder__tool-head {
  padding: clamp(1.4rem, 2.2vw, 1.9rem) clamp(1.5rem, 2.4vw, 2rem);
  background: linear-gradient(135deg, rgba(255,107,63,0.06) 0%, rgba(255,255,255,1) 70%);
  border-bottom: 1px solid rgba(46,42,39,0.06);
}

.insurance-finder__search {
  margin-bottom: 1.2rem;
}

.insurance-finder__search-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B3F;
  margin-bottom: 0.5rem;
}

.insurance-finder__search-label svg {
  width: 1rem;
  height: 1rem;
}

.insurance-finder__search-input {
  width: 100%;
  background: #FAF5EE;
  border: 2px solid rgba(46,42,39,0.1);
  border-radius: 16px;
  padding: 0.95rem 1.15rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #2E2A27;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.insurance-finder__search-input::-moz-placeholder {
  color: #8a7a6f;
  font-weight: 500;
}

.insurance-finder__search-input::placeholder {
  color: #8a7a6f;
  font-weight: 500;
}

.insurance-finder__search-input:focus {
  outline: none;
  background: #FFFFFF;
  border-color: #FF6B3F;
  box-shadow: 0 0 0 4px rgba(255,107,63,0.14);
}

.insurance-finder__states-label {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B3F;
  margin-bottom: 0.55rem;
}

.insurance-finder__states-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.insurance-finder__chip {
  background: #FFFFFF;
  border: 1.5px solid rgba(46,42,39,0.1);
  color: #5b524b;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s cubic-bezier(0.34,1.45,0.64,1);
}

.insurance-finder__chip:hover {
  border-color: rgba(255,107,63,0.4);
  transform: translateY(-1px);
}

.insurance-finder__chip.is-active {
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  border-color: #FF6B3F;
  box-shadow: 0 6px 14px rgba(255,107,63,0.28);
}

/* Results */

.insurance-finder__results {
  padding: clamp(1.4rem, 2.2vw, 1.9rem) clamp(1.5rem, 2.4vw, 2rem) clamp(1.5rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 2.6vw, 2.5rem);
}

.insurance-finder__group {
  position: relative;
}

.insurance-finder__group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed rgba(46,42,39,0.12);
}

.insurance-finder__group-state {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.insurance-finder__group-state-abbr {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.insurance-finder__group-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  letter-spacing: -0.012em;
}

.insurance-finder__group-meta {
  font-size: 0.78rem;
  color: #8a7a6f;
  margin: 0.1rem 0 0;
  font-weight: 600;
}

.insurance-finder__group-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  color: #FF6B3F;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.insurance-finder__group-link:hover {
  gap: 0.65rem;
}

.insurance-finder__group-link svg {
  width: 0.85rem;
  height: 0.85rem;
}

.insurance-finder__providers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem;
}

.insurance-finder__provider-card {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s cubic-bezier(0.34,1.45,0.64,1);
}

.insurance-finder__provider-card:hover {
  background: #FAF5EE;
  border-color: rgba(255,107,63,0.28);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(46,42,39,0.06);
}

.insurance-finder__provider-logo {
  width: 3rem;
  height: 2.2rem;
  background: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid transparent;
}

.insurance-finder__provider-logo img {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.insurance-finder__provider-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2E2A27;
  line-height: 1.3;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insurance-finder__provider-arrow {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.insurance-finder__provider-arrow svg {
  width: 0.78rem;
  height: 0.78rem;
}

.insurance-finder__provider-card:hover .insurance-finder__provider-arrow {
  background: rgba(255,107,63,0.22);
  transform: translateX(2px);
}

.insurance-finder__group-foot {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: #6F5E55;
}

.insurance-finder__group-foot a {
  color: #FF6B3F;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.insurance-finder__empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #6F5E55;
}

.insurance-finder__empty svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #FF6B3F;
  margin: 0 auto 0.7rem;
  display: block;
  opacity: 0.6;
}

.insurance-finder__empty h4 {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.4rem;
}

.insurance-finder__empty p {
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.insurance-finder__empty a {
  color: #FF6B3F;
  font-weight: 700;
  text-decoration: underline;
}

/* === Paperwork Strip (insurance page ONLY) ==================== */

.paperwork-strip {
  position: relative;
  background: linear-gradient(180deg, #FAF5EE 0%, #FFF1E1 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.paperwork-strip__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 15% 20%, rgba(255,140,60,0.08), transparent 50%),
      radial-gradient(circle at 85% 20%, rgba(255,140,60,0.08), transparent 50%),
      radial-gradient(circle at 85% 80%, rgba(255,140,60,0.09), transparent 55%);
}

.paperwork-strip__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.paperwork-strip__header {
  max-width: 760px;
  margin: 0 auto clamp(2.2rem, 3vw, 3rem);
  text-align: center;
}

.paperwork-strip__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.paperwork-strip__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.paperwork-strip__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.paperwork-strip__intro p {
  margin: 0;
}

.paperwork-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
}

@media (max-width: 960px) {
  .paperwork-strip__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .paperwork-strip__list {
    grid-template-columns: 1fr;
  }
}

.paperwork-strip__tile {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 22px;
  padding: clamp(1.4rem, 1.9vw, 1.7rem);
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  overflow: hidden;
}

.paperwork-strip__tile-num {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: rgba(255,107,63,0.6);
}

.paperwork-strip__tile-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.paperwork-strip__tile-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.paperwork-strip__tile-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0 0 0.55rem;
}

.paperwork-strip__tile-body {
  margin: 0 0 0.85rem;
  color: #5b524b;
  font-size: 0.91rem;
  line-height: 1.6;
}

.paperwork-strip__tile-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #B84A1F;
  background: rgba(255,107,63,0.1);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.paperwork-strip__tile-highlight svg {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
}

.paperwork-strip__footer {
  margin: clamp(2rem, 3vw, 2.6rem) auto 0;
  max-width: 56ch;
  text-align: center;
  font-size: 0.95rem;
  color: #6F5E55;
  line-height: 1.6;
  font-style: italic;
}

/* === Cost Reality (insurance page ONLY) ======================= */

.cost-reality {
  position: relative;
  background: linear-gradient(180deg, #E6F2E8 0%, #DDEEDB 100%);
  color: #2E2A27;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  overflow: hidden;
}

.cost-reality__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
      radial-gradient(circle at 16% 20%, rgba(122,191,158,0.28), transparent 55%),
      radial-gradient(circle at 84% 80%, rgba(63,122,85,0.12), transparent 60%);
}

.cost-reality__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.cost-reality__header {
  max-width: 740px;
  margin: 0 auto clamp(2.2rem, 3vw, 2.8rem);
  text-align: center;
}

.cost-reality__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3F7A55;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(63,122,85,0.22);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.cost-reality__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 0.95rem;
}

.cost-reality__intro {
  color: #4F6B58;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
}

.cost-reality__intro p {
  margin: 0;
}

.cost-reality__compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: stretch;
}

@media (max-width: 860px) {
  .cost-reality__compare {
    grid-template-columns: 1fr;
  }
}

.cost-reality__panel {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(63,122,85,0.14);
  border-radius: 24px;
  padding: clamp(1.6rem, 2.4vw, 2rem);
}

.cost-reality__panel--uninsured {
  background: rgba(255,255,255,0.74);
  border-color: rgba(63,122,85,0.16);
}

.cost-reality__panel--insured  {
  background: rgba(255,255,255,0.86);
  border-color: rgba(63,122,85,0.28);
}

.cost-reality__panel-head {
  margin-bottom: 1.2rem;
}

.cost-reality__panel-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
}

.cost-reality__panel--uninsured .cost-reality__panel-tag {
  background: rgba(255,107,63,0.10);
  color: #B84A1F;
}

.cost-reality__panel--insured  .cost-reality__panel-tag {
  background: rgba(63,122,85,0.12);
  color: #3F7A55;
}

.cost-reality__panel-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.2;
  letter-spacing: -0.012em;
  margin: 0;
}

.cost-reality__panel-body {
  margin: 0 0 1.2rem;
  color: #4F6B58;
  font-size: 0.93rem;
  line-height: 1.6;
}

.cost-reality__ranges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.cost-reality__ranges li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.65rem 0.85rem;
  background: rgba(63,122,85,0.08);
  border-radius: 10px;
  gap: 0.7rem;
}

.cost-reality__range-label {
  font-size: 0.85rem;
  color: #55705D;
  font-weight: 600;
}

.cost-reality__range-value {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #2E2A27;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.cost-reality__panel--uninsured .cost-reality__range-value {
  color: #B84A1F;
}

.cost-reality__panel--insured  .cost-reality__range-value {
  color: #3F7A55;
}

.cost-reality__panel-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: #667A69;
  line-height: 1.55;
  font-style: italic;
}

/* Bridge between the two panels */

.cost-reality__bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 0.5rem;
}

@media (max-width: 860px) {
  .cost-reality__bridge {
    flex-direction: row;
    padding: 0.5rem 0;
  }
}

.cost-reality__bridge-line {
  flex: 1;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(63,122,85,0.45) 0, rgba(63,122,85,0.45) 4px, transparent 4px, transparent 9px);
  min-height: 2rem;
}

@media (max-width: 860px) {
  .cost-reality__bridge-line {
    width: auto;
    height: 2px;
    background: repeating-linear-gradient(to right, rgba(63,122,85,0.45) 0, rgba(63,122,85,0.45) 4px, transparent 4px, transparent 9px);
    min-height: 0;
  }
}

.cost-reality__bridge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, #3F7A55 0%, #5E9B72 100%);
  color: #FFF8EF;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(63,122,85,0.26);
  white-space: nowrap;
}

.cost-reality__bridge-pill svg {
  width: 0.95rem;
  height: 0.95rem;
  color: #FFF8EF;
}

.cost-reality__cta {
  margin-top: clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.cost-reality__cta-title {
  margin: 0 0 0.85rem;
  color: #3D5545;
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  line-height: 1.45;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.cost-reality__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #FFF8EF;
  color: #3F7A55;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(63,122,85,0.18);
  transition: transform 0.25s cubic-bezier(0.34,1.45,0.64,1), box-shadow 0.25s ease;
}

.cost-reality__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(63,122,85,0.24);
}

.cost-reality__cta-button svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* === Jargon Cards (insurance page ONLY) ======================= */

.jargon-cards {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.jargon-cards__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 90% 10%, rgba(255,179,128,0.10), transparent 50%);
}

.jargon-cards__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.jargon-cards__header {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.jargon-cards__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.jargon-cards__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.jargon-cards__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.jargon-cards__intro p {
  margin: 0;
}

.jargon-cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.3rem);
}

@media (max-width: 720px) {
  .jargon-cards__list {
    grid-template-columns: 1fr;
  }
}

.jargon-cards__card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  padding: clamp(1.3rem, 1.8vw, 1.55rem);
  box-shadow: 0 12px 24px rgba(46,42,39,0.05);
}

.jargon-cards__card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.jargon-cards__card-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jargon-cards__card-mark svg {
  width: 100%;
  height: 100%;
}

.jargon-cards__card-term {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.jargon-cards__card-pron {
  display: block;
  font-size: 0.78rem;
  color: #8a7a6f;
  font-style: italic;
  margin-top: 0.15rem;
}

.jargon-cards__card-def {
  margin: 0;
  color: #4d443e;
  font-size: 0.95rem;
  line-height: 1.6;
}

.jargon-cards__card-example {
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(46,42,39,0.12);
}

.jargon-cards__card-example-label {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B3F;
  margin-bottom: 0.3rem;
}

.jargon-cards__card-example p {
  margin: 0;
  color: #5b524b;
  font-size: 0.88rem;
  line-height: 1.55;
  font-style: italic;
}

.jargon-cards__footer {
  margin: clamp(2rem, 3vw, 2.6rem) auto 0;
  max-width: 56ch;
  text-align: center;
  font-size: 0.95rem;
  color: #6F5E55;
  line-height: 1.6;
  font-style: italic;
}

.jargon-cards__cta-wrap {
  margin-top: 1rem;
  text-align: center;
}

.jargon-cards__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
}

.jargon-cards__cta:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jargon-cards__cta svg {
  width: 0.85rem;
  height: 0.85rem;
}

/* === Parent Checklist (insurance page ONLY) =================== */

.parent-checklist {
  position: relative;
  background: linear-gradient(180deg, #FAF5EE 0%, #F6EFE4 100%);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}

.parent-checklist__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 12% 20%, rgba(255,179,128,0.12), transparent 50%),
      radial-gradient(circle at 88% 75%, rgba(122,191,158,0.10), transparent 55%);
}

.parent-checklist__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

@media (max-width: 900px) {
  .parent-checklist__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.parent-checklist__intro-pane {
  position: sticky;
  top: 6rem;
}

@media (max-width: 900px) {
  .parent-checklist__intro-pane {
    position: static;
  }
}

.parent-checklist__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.parent-checklist__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.55rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
}

.parent-checklist__body {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.parent-checklist__body p {
  margin: 0 0 0.85rem;
}

.parent-checklist__body p:last-child {
  margin-bottom: 0;
}

.parent-checklist__takeaway {
  margin-top: 1.4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  padding: 1rem 1.2rem;
}

.parent-checklist__takeaway-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: rgba(255,107,63,0.12);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.parent-checklist__takeaway-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.parent-checklist__takeaway-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.2rem;
}

.parent-checklist__takeaway-body {
  margin: 0;
  color: #5b524b;
  font-size: 0.85rem;
  line-height: 1.5;
}

.parent-checklist__takeaway-cta {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.parent-checklist__takeaway-cta:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.parent-checklist__takeaway-cta svg {
  width: 0.78rem;
  height: 0.78rem;
}

/* The notepad metaphor */

.parent-checklist__notepad {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.1);
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(46,42,39,0.08);
  padding: clamp(2.4rem, 3vw, 2.8rem) clamp(1.4rem, 2vw, 1.8rem) clamp(1.4rem, 2vw, 1.8rem);
  overflow: hidden;
}

.parent-checklist__notepad-binding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(180deg, rgba(255,107,63,0.18) 0%, rgba(255,107,63,0.06) 100%);
  padding: 0 8%;
}

.parent-checklist__notepad-binding span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #FF6B3F;
  box-shadow: inset 0 1px 2px rgba(46,42,39,0.12);
}

.parent-checklist__notepad-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed rgba(46,42,39,0.15);
}

.parent-checklist__notepad-num {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(255,107,63,0.32);
}

.parent-checklist__notepad-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  letter-spacing: -0.008em;
  line-height: 1.25;
}

.parent-checklist__notepad-sub {
  margin: 0.2rem 0 0;
  font-size: 0.84rem;
  color: #6F5E55;
  line-height: 1.45;
}

.parent-checklist__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.parent-checklist__item {
}

.parent-checklist__row {
  display: grid;
  grid-template-columns: auto 2.2rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  background: #FAF5EE;
  border: 1px solid rgba(46,42,39,0.07);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.parent-checklist__row:hover {
  border-color: rgba(255,107,63,0.32);
  background: #FFFFFF;
}

.parent-checklist__check {
  width: 1.3rem;
  height: 1.3rem;
  accent-color: #FF6B3F;
  flex-shrink: 0;
}

.parent-checklist__row-num {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid rgba(255,107,63,0.32);
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.74rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.parent-checklist__row-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.parent-checklist__row-q {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2E2A27;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.parent-checklist__row-why {
  font-size: 0.82rem;
  color: #6F5E55;
  margin-top: 0.2rem;
  line-height: 1.45;
  font-style: italic;
}

.parent-checklist__row-tick {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.3;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.parent-checklist__row-tick svg {
  width: 0.85rem;
  height: 0.85rem;
}

.parent-checklist__check:checked ~ .parent-checklist__row-body .parent-checklist__row-q {
  text-decoration: line-through;
  color: #8a7a6f;
}

.parent-checklist__row:has(.parent-checklist__check:checked) {
  background: rgba(255,107,63,0.06);
  border-color: rgba(255,107,63,0.3);
}

.parent-checklist__row:has(.parent-checklist__check:checked) .parent-checklist__row-tick {
  opacity: 1;
  background: #FF6B3F;
  color: #FFF8EF;
}

.parent-checklist__row:has(.parent-checklist__check:checked) .parent-checklist__row-num {
  background: #FF6B3F;
  color: #FFF8EF;
  border-color: #FF6B3F;
}

.parent-checklist__notepad-foot {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px dashed rgba(46,42,39,0.15);
  text-align: center;
}

.parent-checklist__notepad-foot p {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  color: #5b524b;
  line-height: 1.55;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.parent-checklist__notepad-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #FF6B3F 0%, #FF8B67 100%);
  color: #FFF8EF;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255,107,63,0.28);
  transition: transform 0.25s cubic-bezier(0.34,1.45,0.64,1), box-shadow 0.25s ease;
}

.parent-checklist__notepad-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255,107,63,0.36);
}

.parent-checklist__notepad-cta svg {
  width: 0.85rem;
  height: 0.85rem;
  color: #FFF8EF;
}

/* === Origin Story (About page) ================================ */

.origin-story {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}

.origin-story__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 85% 25%, rgba(255,179,128,0.14), transparent 50%);
}

.origin-story__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

@media (max-width: 900px) {
  .origin-story__inner {
    grid-template-columns: 1fr;
  }
}

.origin-story__copy {
  max-width: 60ch;
}

.origin-story__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.origin-story__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.04;
  letter-spacing: -0.028em;
  margin: 0 0 1.2rem;
}

.origin-story__body {
  color: #4d443e;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.7;
}

.origin-story__body p {
  margin: 0 0 1rem;
}

.origin-story__body p:last-child {
  margin-bottom: 0;
}

.origin-story__body strong {
  color: #2E2A27;
}

.origin-story__signature {
  margin: 1.4rem 0 0;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #8a7a6f;
}

.origin-story__visual {
  position: relative;
}

.origin-story__visual-card {
  position: relative;
  background: linear-gradient(135deg, #FFE3D1 0%, #FFCFB1 100%);
  border-radius: 28px;
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  aspect-ratio: 5 / 5;
  color: #C2551A;
  box-shadow: 0 26px 50px rgba(46,42,39,0.10), inset 0 0 0 1px rgba(255,255,255,0.4);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.origin-story__visual-tape {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 92px;
  height: 26px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(46,42,39,0.08);
}

.origin-story__visual-art {
  width: 100%;
  height: 100%;
}

.origin-story__visual-art svg {
  width: 100%;
  height: 100%;
}

.origin-story__visual-stamp {
  position: absolute;
  bottom: -16px;
  right: -8px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #FF6B3F;
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  box-shadow: 0 12px 24px rgba(46,42,39,0.18);
  transform: rotate(-7deg);
}

/* === Belief Stack (About + Team) ============================== */

.belief-stack {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.belief-stack--cream {
  background: linear-gradient(180deg, #FAF5EE 0%, #F6EFE4 100%);
}

.belief-stack--dark {
  background: linear-gradient(180deg, #1A2235 0%, #11192B 100%);
  color: #F6EFE4;
}

.belief-stack__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 12% 20%, rgba(255,140,60,0.10), transparent 50%),
      radial-gradient(circle at 88% 80%, rgba(122,191,158,0.10), transparent 55%);
}

.belief-stack--dark .belief-stack__atmosphere {
  background-image:
      radial-gradient(circle at 12% 20%, rgba(255,140,60,0.18), transparent 50%),
      radial-gradient(circle at 88% 80%, rgba(122,191,158,0.12), transparent 55%);
}

.belief-stack__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.belief-stack__header {
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.belief-stack__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.belief-stack--dark .belief-stack__kicker {
  color: #FFB68A;
  background: rgba(255,140,60,0.12);
  border-color: rgba(255,140,60,0.22);
}

.belief-stack__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.belief-stack--dark .belief-stack__title {
  color: #FFF8EF;
}

.belief-stack__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.belief-stack--dark .belief-stack__intro {
  color: rgba(246,239,228,0.78);
}

.belief-stack__intro p {
  margin: 0;
}

.belief-stack__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.belief-stack__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: start;
  padding: clamp(1.2rem, 1.8vw, 1.55rem);
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(46,42,39,0.05);
  transition: transform 0.25s ease;
}

.belief-stack--dark .belief-stack__row {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
  box-shadow: none;
}

.belief-stack__row:hover {
  transform: translateX(4px);
}

.belief-stack__row-num {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.belief-stack--dark .belief-stack__row-num {
  background: rgba(255,140,60,0.18);
  color: #FFB68A;
}

.belief-stack__row-stance {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.3;
  letter-spacing: -0.012em;
  margin: 0 0 0.45rem;
}

.belief-stack--dark .belief-stack__row-stance {
  color: #FFF8EF;
}

.belief-stack__row-reason {
  margin: 0;
  color: #5b524b;
  font-size: 0.93rem;
  line-height: 1.6;
}

.belief-stack--dark .belief-stack__row-reason {
  color: rgba(246,239,228,0.74);
}

.belief-stack__row-mark {
  width: 2.2rem;
  height: 2.2rem;
  color: #FF6B3F;
  flex-shrink: 0;
  margin-top: 0.2rem;
  opacity: 0.55;
}

.belief-stack--dark .belief-stack__row-mark {
  color: #FFB68A;
}

.belief-stack__row-mark svg {
  width: 100%;
  height: 100%;
}

.belief-stack__footer {
  margin: clamp(1.8rem, 2.5vw, 2.2rem) auto 0;
  max-width: 50ch;
  text-align: center;
  font-size: 0.95rem;
  color: #6F5E55;
  line-height: 1.55;
  font-style: italic;
}

.belief-stack--dark .belief-stack__footer {
  color: rgba(246,239,228,0.7);
}

/* === Simple Stats (About) ===================================== */

.simple-stats {
  position: relative;
  background: linear-gradient(180deg, #FFF1E1 0%, #FFE3D1 100%);
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  overflow: hidden;
}

.simple-stats__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.4), transparent 60%);
}

.simple-stats__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.simple-stats__header {
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.simple-stats__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B84A1F;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(184,74,31,0.22);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.simple-stats__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.024em;
  margin: 0 0 0.9rem;
}

.simple-stats__intro {
  color: #6F4126;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.simple-stats__intro p {
  margin: 0;
}

.simple-stats__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.4vw, 1.2rem);
}

@media (max-width: 960px) {
  .simple-stats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .simple-stats__list {
    grid-template-columns: 1fr;
  }
}

.simple-stats__item {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  padding: clamp(1.2rem, 1.8vw, 1.5rem);
  text-align: center;
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
}

.simple-stats__item-value {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 900;
  color: #FF6B3F;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}

.simple-stats__item-label {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.simple-stats__item-detail {
  font-size: 0.78rem;
  color: #6F4126;
  line-height: 1.4;
}

.simple-stats__footnote {
  margin: clamp(1.6rem, 2.4vw, 2rem) auto 0;
  max-width: 56ch;
  text-align: center;
  font-size: 0.85rem;
  color: #6F4126;
  line-height: 1.55;
  font-style: italic;
}

/* === Team Roster (Team page) ================================== */

.team-roster {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.team-roster__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 88% 15%, rgba(255,179,128,0.10), transparent 50%),
      radial-gradient(circle at 12% 85%, rgba(122,191,158,0.10), transparent 55%);
}

.team-roster__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.team-roster__header {
  max-width: 720px;
  margin: 0 auto clamp(2.4rem, 3.5vw, 3rem);
  text-align: center;
}

.team-roster__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.team-roster__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.team-roster__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.team-roster__intro p {
  margin: 0;
}

.team-roster__supervision {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(46,42,39,0.1);
  border-radius: 999px;
  padding: 0.55rem 1.1rem 0.55rem 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #4d443e;
}

.team-roster__supervision-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.13);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team-roster__supervision-icon svg {
  width: 1rem;
  height: 1rem;
}

/* Roles diagram */

.team-roster__diagram {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 22px;
  padding: clamp(1.4rem, 2vw, 1.9rem);
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
}

.team-roster__diagram-label {
  text-align: center;
  margin: 0 0 1.3rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B3F;
}

.team-roster__diagram-flow {
  display: flex;
  align-items: stretch;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 720px) {
  .team-roster__diagram-flow {
    flex-direction: column;
    align-items: stretch;
  }
}

.team-roster__diagram-step {
  flex: 1;
  min-width: 160px;
  background: #FAF5EE;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
}

.team-roster__diagram-step-pill {
  display: inline-block;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.team-roster__diagram-step-desc {
  margin: 0;
  font-size: 0.83rem;
  color: #5b524b;
  line-height: 1.5;
}

.team-roster__diagram-arrow {
  display: flex;
  align-items: center;
  color: #FF6B3F;
  opacity: 0.7;
}

.team-roster__diagram-arrow svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 720px) {
  .team-roster__diagram-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
}

/* Member cards */

.team-roster__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(1rem, 1.5vw, 1.3rem);
}

.team-roster__card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  padding: clamp(1.3rem, 1.9vw, 1.6rem);
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  transition: transform 0.3s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.3s ease;
}

.team-roster__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(46,42,39,0.10);
}

.team-roster__card-portrait {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.95rem;
  border-radius: 50%;
  overflow: hidden;
}

.team-roster__card-portrait svg {
  width: 100%;
  height: 100%;
}

.team-roster__card-name-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
}

.team-roster__card-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.15rem;
  letter-spacing: -0.01em;
}

.team-roster__card-role {
  font-size: 0.78rem;
  font-weight: 700;
  color: #FF6B3F;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.team-roster__card-brings {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: #5b524b;
  line-height: 1.55;
}

.team-roster__card-quote {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0.95rem;
  background: rgba(255,107,63,0.06);
  border-radius: 12px;
  border-left: 3px solid #FF6B3F;
  position: relative;
}

.team-roster__card-quote-mark {
  width: 1.1rem;
  height: 1.1rem;
  color: #FF6B3F;
  opacity: 0.6;
  margin-bottom: 0.35rem;
}

.team-roster__card-quote p {
  margin: 0;
  font-size: 0.88rem;
  color: #4d443e;
  line-height: 1.55;
  font-style: italic;
}

.team-roster__footer {
  margin: clamp(2.5rem, 4vw, 3rem) 0 0;
  text-align: center;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  background: linear-gradient(135deg, #FF6B3F, #FF8B67);
  border-radius: 22px;
  color: #FFF8EF;
  box-shadow: 0 22px 42px rgba(255,107,63,0.28);
}

.team-roster__footer-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 800;
  color: #FFF8EF;
  margin: 0 0 0.85rem;
  letter-spacing: -0.012em;
}

.team-roster__footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #FFF8EF;
  color: #B84A1F;
  padding: 0.78rem 1.4rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  transition: transform 0.25s cubic-bezier(0.34,1.45,0.64,1);
}

.team-roster__footer-cta:hover {
  transform: translateY(-2px);
}

.team-roster__footer-cta svg {
  width: 0.85rem;
  height: 0.85rem;
}

/* === Center Tour (Centers page) =============================== */

.center-tour {
  position: relative;
  background: linear-gradient(180deg, #FAF5EE 0%, #FFF1E1 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.center-tour__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(circle at 15% 25%, rgba(255,179,128,0.14), transparent 50%),
      radial-gradient(circle at 85% 75%, rgba(122,191,158,0.10), transparent 55%);
}

.center-tour__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.center-tour__header {
  max-width: 720px;
  margin: 0 auto clamp(2.4rem, 3.5vw, 3rem);
  text-align: center;
}

.center-tour__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.center-tour__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.center-tour__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.center-tour__intro p {
  margin: 0;
}

/* Amenities grid */

.center-tour__amenities {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(2.5rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.3rem);
}

@media (max-width: 800px) {
  .center-tour__amenities {
    grid-template-columns: 1fr;
  }
}

.center-tour__amenity {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.1rem 1.2rem;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(46,42,39,0.04);
}

.center-tour__amenity-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFE3D1, #FFCFB1);
  color: #B84A1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.center-tour__amenity-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.center-tour__amenity-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.35rem;
  letter-spacing: -0.008em;
}

.center-tour__amenity-desc {
  margin: 0;
  font-size: 0.87rem;
  color: #5b524b;
  line-height: 1.55;
}

/* Locations / per-center cards */

.center-tour__locations {
}

.center-tour__locations-head {
  text-align: center;
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

/* When the amenities ("what's inside") block follows the center list
     (centers_first), give its sub-header clear separation from the cards above. */

.center-tour__locations-head--amenities {
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
}

.center-tour__locations-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.4rem, 1.9vw, 1.7rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.6rem;
  letter-spacing: -0.018em;
}

.center-tour__locations-body {
  margin: 0;
  color: #5b524b;
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.center-tour__center-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: clamp(1.1rem, 1.6vw, 1.4rem);
}

.center-tour__center-card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  transition: transform 0.3s cubic-bezier(0.34,1.45,0.64,1), box-shadow 0.3s ease;
}

.center-tour__center-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(46,42,39,0.1);
}

.center-tour__center-image {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.center-tour__center-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.center-tour__center-status {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #FFF8EF;
  color: #B84A1F;
  border: 1px solid rgba(184,74,31,0.3);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(46,42,39,0.1);
}

.center-tour__center-body {
  padding: clamp(1.2rem, 1.7vw, 1.5rem);
}

.center-tour__center-head {
  margin-bottom: 0.85rem;
}

.center-tour__center-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2E2A27;
  margin: 0 0 0.2rem;
  letter-spacing: -0.012em;
}

.center-tour__center-city {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FF6B3F;
  letter-spacing: 0.05em;
}

.center-tour__center-line {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  color: #5b524b;
  line-height: 1.5;
}

.center-tour__center-line svg {
  width: 1rem;
  height: 1rem;
  color: #FF6B3F;
  flex-shrink: 0;
  margin-top: 0.18rem;
}

.center-tour__center-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  background: #FAF5EE;
  color: #FF6B3F;
  border: 1px solid rgba(255,107,63,0.25);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.center-tour__center-cta:hover {
  gap: 0.7rem;
}

.center-tour__center-cta svg {
  width: 0.75rem;
  height: 0.75rem;
}

/* Statewide reach */

.center-tour__statewide {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  margin-top: clamp(2rem, 3vw, 2.6rem);
  padding: clamp(1.5rem, 2vw, 1.9rem);
  background: linear-gradient(135deg, rgba(122,191,158,0.16) 0%, rgba(255,255,255,0.7) 100%);
  border: 1px dashed rgba(63,122,85,0.3);
  border-radius: 22px;
}

.center-tour__statewide-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: #FFFFFF;
  color: #3F7A55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(63,122,85,0.3);
}

.center-tour__statewide-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.center-tour__statewide-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #2D5A3D;
  margin: 0 0 0.4rem;
  letter-spacing: -0.012em;
}

.center-tour__statewide-copy {
  margin: 0;
  color: #3F7A55;
  font-size: 0.92rem;
  line-height: 1.55;
}

.center-tour__statewide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  color: #2D5A3D;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.center-tour__statewide-cta svg {
  width: 0.85rem;
  height: 0.85rem;
}

/* === Featured Row (Resources page) ============================ */

.featured-row {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

/* Resources "start here" guides band — match the homepage Why Clementine tone. */

#guides.featured-row {
  background: #FFF5E8;
}

.featured-row__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 88% 20%, rgba(255,179,128,0.10), transparent 50%);
}

.featured-row__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.featured-row__header {
  max-width: 740px;
  margin: 0 auto clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.featured-row__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.featured-row__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
}

.featured-row__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.featured-row__intro p {
  margin: 0;
}

.featured-row__list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(2rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.6vw, 1.4rem);
}

@media (max-width: 800px) {
  .featured-row__list {
    grid-template-columns: 1fr;
  }
}

.featured-row__card {
}

.featured-row__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 20px;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  transition: transform 0.3s cubic-bezier(0.34,1.45,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.featured-row__card-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.featured-row__card--peach .featured-row__card-link::before {
  background: linear-gradient(90deg, #FFE3D1, #FF6B3F);
}

.featured-row__card--sage .featured-row__card-link::before  {
  background: linear-gradient(90deg, #DDEEDB, #7ABF9E);
}

.featured-row__card--blue .featured-row__card-link::before  {
  background: linear-gradient(90deg, #DEE9F2, #5DA9E9);
}

.featured-row__card--butter .featured-row__card-link::before {
  background: linear-gradient(90deg, #FCE9B6, #F0C266);
}

.featured-row__card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 40px rgba(46,42,39,0.1);
  border-color: rgba(255,107,63,0.22);
}

.featured-row__card-eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B3F;
  margin-bottom: 0.7rem;
}

.featured-row__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.3rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.25;
  letter-spacing: -0.012em;
  margin: 0 0 0.7rem;
}

.featured-row__card-body {
  margin: 0 0 1rem;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
}

.featured-row__card-meta {
  font-size: 0.78rem;
  color: #8a7a6f;
  margin-bottom: 0.7rem;
}

.featured-row__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  color: #FF6B3F;
}

.featured-row__card-arrow {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.featured-row__card-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}

.featured-row__card-link:hover .featured-row__card-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.2);
}

/* Formats strip */

.featured-row__formats {
  margin-top: clamp(1.6rem, 2.5vw, 2.2rem);
  padding-top: clamp(1.6rem, 2.5vw, 2.2rem);
  border-top: 1px dashed rgba(46,42,39,0.15);
}

.featured-row__formats-label {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF6B3F;
}

.featured-row__formats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .featured-row__formats-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.featured-row__format {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.featured-row__format:hover {
  background: #FFFFFF;
  border-color: rgba(255,107,63,0.3);
  transform: translateY(-2px);
}

.featured-row__format-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  background: rgba(255,107,63,0.1);
  color: #FF6B3F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.featured-row__format-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.featured-row__format-text {
  display: flex;
  flex-direction: column;
}

.featured-row__format-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.2;
}

.featured-row__format-count {
  font-size: 0.72rem;
  color: #8a7a6f;
  margin-top: 0.15rem;
}

.featured-row__footer {
  text-align: center;
  margin-top: clamp(2rem, 3vw, 2.6rem);
}

.featured-row__footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #FF6B3F, #FF8B67);
  color: #FFF8EF;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.94rem;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(255,107,63,0.3);
  transition: transform 0.25s cubic-bezier(0.34,1.45,0.64,1);
}

.featured-row__footer-cta:hover {
  transform: translateY(-2px);
}

.featured-row__footer-cta svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* === Modality Vignettes (shared modality pages) =============== */

.modality-vignettes {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.modality-vignettes--peach {
  background: linear-gradient(180deg, #FFF6EB 0%, #FFEAD7 100%);
  --mv-accent: #B84A1F;
  --mv-accent-soft: #FFE3D1;
  --mv-accent-bg: rgba(255,107,63,0.08);
}

.modality-vignettes--sage {
  background: linear-gradient(180deg, #F2F7EF 0%, #DCEBD5 100%);
  --mv-accent: #3F7A55;
  --mv-accent-soft: #DDEEDB;
  --mv-accent-bg: rgba(74,143,99,0.08);
}

.modality-vignettes--blue {
  background: linear-gradient(180deg, #F0F5F9 0%, #D8E5EE 100%);
  --mv-accent: #3A6EA5;
  --mv-accent-soft: #DEE9F2;
  --mv-accent-bg: rgba(58,110,165,0.08);
}

.modality-vignettes__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.modality-vignettes__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.modality-vignettes__header {
  max-width: 760px;
  margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
}

.modality-vignettes__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mv-accent);
  background: var(--mv-accent-bg);
  border: 1px solid var(--mv-accent-soft);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.modality-vignettes__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 1rem;
}

.modality-vignettes__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
  max-width: 60ch;
  margin: 0 auto;
}

.modality-vignettes__intro p {
  margin: 0;
}

.modality-vignettes__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4vw, 4rem);
}

.modality-vignettes__row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.modality-vignettes__row--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.modality-vignettes__row--reverse .modality-vignettes__figure {
  order: 2;
}

@media (max-width: 760px) {
  .modality-vignettes__row,
    .modality-vignettes__row--reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .modality-vignettes__row--reverse .modality-vignettes__figure {
    order: 0;
  }
}

.modality-vignettes__figure {
  position: relative;
  margin: 0;
}

.modality-vignettes__chip {
  position: absolute;
  top: -0.85rem;
  left: -0.6rem;
  z-index: 2;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid var(--mv-accent);
  color: var(--mv-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  box-shadow: 0 6px 16px rgba(46,42,39,0.10);
}

.modality-vignettes__scene {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 28px;
  padding: clamp(1.6rem, 2.4vw, 2.4rem);
  color: var(--mv-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5 / 4;
  box-shadow: 0 18px 38px rgba(46,42,39,0.07);
}

.modality-vignettes__scene svg {
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 220px;
}

/* Flip card — activates when vignette has an image: field */

.modality-vignettes__scene--flippable {
  padding: 0;
  position: relative;
  overflow: hidden;
  perspective: 1200px;
  cursor: pointer;
}

.modality-vignettes__flip {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.34, 1, 0.6, 1);
}

.modality-vignettes__figure:hover .modality-vignettes__flip,
  .modality-vignettes__figure:focus-within .modality-vignettes__flip {
  transform: rotateY(180deg);
}

.modality-vignettes__flip-front,
  .modality-vignettes__flip-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 28px;
  overflow: hidden;
}

.modality-vignettes__flip-front {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.6rem, 2.4vw, 2.4rem);
  color: var(--mv-accent);
}

.modality-vignettes__flip-back {
  transform: rotateY(180deg);
  background: #2E2A27;
}

.modality-vignettes__flip-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .modality-vignettes__flip {
    transition: none;
  }
}

.modality-vignettes__body {
  padding: 0 clamp(0.2rem, 1vw, 0.8rem);
}

.modality-vignettes__tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mv-accent);
  margin-bottom: 0.7rem;
}

.modality-vignettes__row-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.35rem, 1.7vw, 1.65rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.18;
  letter-spacing: -0.018em;
  margin: 0 0 0.85rem;
}

.modality-vignettes__row-body {
  margin: 0;
  color: #5b524b;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.65;
}

/* === Day Stack (shared modality pages) ======================== */

.day-stack {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.day-stack--peach   {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEDDC 100%);
  --ds-accent: #B84A1F;
  --ds-soft: #FFE3D1;
}

.day-stack--sage    {
  background: linear-gradient(180deg, #FFFFFF 0%, #E2EFDC 100%);
  --ds-accent: #3F7A55;
  --ds-soft: #DDEEDB;
}

.day-stack--blue    {
  background: linear-gradient(180deg, #FFFFFF 0%, #DDE9F2 100%);
  --ds-accent: #3A6EA5;
  --ds-soft: #DEE9F2;
}

.day-stack__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.day-stack__header {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.day-stack__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ds-accent);
  background: var(--ds-soft);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.day-stack__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.024em;
  margin: 0 0 0.9rem;
}

.day-stack__intro {
  color: #5b524b;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.65;
}

.day-stack__intro p {
  margin: 0;
}

.day-stack__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.day-stack__list::before {
  /* vertical timeline rule */
  content: '';
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: clamp(4.5rem, 8vw, 5.5rem);
  width: 2px;
  background: repeating-linear-gradient(
      to bottom,
      var(--ds-accent) 0,
      var(--ds-accent) 4px,
      transparent 4px,
      transparent 10px
    );
  opacity: 0.32;
}

@media (max-width: 720px) {
  .day-stack__list::before {
    display: none;
  }
}

.day-stack__block {
  display: grid;
  grid-template-columns: clamp(7rem, 11vw, 8.5rem) 1fr;
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
  padding: 0.9rem 0;
  position: relative;
}

@media (max-width: 720px) {
  .day-stack__block {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.day-stack__time {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: clamp(0.7rem, 1.4vw, 1.2rem);
}

@media (max-width: 720px) {
  .day-stack__time {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.7rem;
    padding-right: 0;
  }

  .day-stack__time-duration {
    margin-top: 0;
  }
}

.day-stack__time-pill {
  background: #FFFFFF;
  border: 2px solid var(--ds-accent);
  color: var(--ds-accent);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(46,42,39,0.06);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.day-stack__time-duration {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #8a7a6f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.day-stack__content {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 18px;
  padding: clamp(1.2rem, 1.8vw, 1.5rem) clamp(1.2rem, 1.8vw, 1.5rem);
  box-shadow: 0 10px 24px rgba(46,42,39,0.05);
}

.day-stack__block-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0 0 0.55rem;
}

/* Scroll-reveal expand: collapsed by default when JS is present */

.day-stack--animated .day-stack__block-title {
  margin-bottom: 0;
  transition: margin-bottom 0.35s ease;
}

.day-stack--animated .day-stack__block[data-revealed] .day-stack__block-title {
  margin-bottom: 0.55rem;
}

.day-stack__expand {
  display: grid;
  grid-template-rows: 1fr;
  /* open by default — overridden below when animated */
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.day-stack--animated .day-stack__expand {
  grid-template-rows: 0fr;
}

.day-stack--animated .day-stack__block[data-revealed] .day-stack__expand {
  grid-template-rows: 1fr;
}

.day-stack__expand-inner {
  overflow: hidden;
}

.day-stack__block-body {
  margin: 0 0 0.8rem;
  color: #5b524b;
  font-size: 0.94rem;
  line-height: 1.62;
}

.day-stack__block-body:last-child {
  margin-bottom: 0;
}

.day-stack__detail {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(46,42,39,0.1);
}

.day-stack__detail-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ds-accent);
  margin-bottom: 0.3rem;
}

.day-stack__detail-body {
  margin: 0;
  color: #6f6a64;
  font-size: 0.88rem;
  line-height: 1.6;
}

.day-stack__note {
  max-width: 46rem;
  margin: clamp(1.8rem, 3vw, 2.4rem) auto 0;
  color: rgba(91, 82, 75, 0.68);
  font-size: clamp(0.98rem, 1.15vw, 1.15rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/* === Prep Grid (shared modality pages) ======================== */

.prep-grid {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.prep-grid--peach   {
  background: linear-gradient(180deg, #FFEAD7 0%, #FFFFFF 100%);
  --pg-accent: #B84A1F;
  --pg-soft: #FFE3D1;
}

.prep-grid--sage    {
  background: linear-gradient(180deg, #DCEBD5 0%, #FFFFFF 100%);
  --pg-accent: #3F7A55;
  --pg-soft: #DDEEDB;
}

.prep-grid--blue    {
  background: linear-gradient(180deg, #D8E5EE 0%, #FFFFFF 100%);
  --pg-accent: #3A6EA5;
  --pg-soft: #DEE9F2;
}

.prep-grid__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.prep-grid__header {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.prep-grid__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pg-accent);
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--pg-soft);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.prep-grid__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.024em;
  margin: 0 0 0.9rem;
}

.prep-grid__intro {
  color: #5b524b;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.65;
}

.prep-grid__intro p {
  margin: 0;
}

.prep-grid__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.3rem);
}

@media (max-width: 720px) {
  .prep-grid__list {
    grid-template-columns: 1fr;
  }
}

.prep-grid__card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 22px;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  box-shadow: 0 14px 28px rgba(46,42,39,0.05);
  position: relative;
  overflow: hidden;
}

.prep-grid__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--pg-accent);
}

.prep-grid__card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.prep-grid__card-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: var(--pg-soft);
  color: var(--pg-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prep-grid__card-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.prep-grid__card-tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pg-accent);
}

.prep-grid__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.25;
  letter-spacing: -0.008em;
  margin: 0 0 0.55rem;
}

.prep-grid__card-body {
  margin: 0;
  color: #5b524b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.prep-grid__footer {
  margin-top: clamp(1.8rem, 2.5vw, 2.2rem);
  text-align: center;
  background: rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: clamp(1.4rem, 2vw, 1.7rem);
  border: 1px dashed rgba(46,42,39,0.15);
}

.prep-grid__footer-body {
  margin: 0 0 1rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.05rem, 1.2vw, 1.15rem);
  font-weight: 700;
  color: #2E2A27;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

/* === Compare Modalities (services hub ONLY) =================== */

.compare-modalities {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5EE 100%);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}

.compare-modalities__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.compare-modalities__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(85px);
  opacity: 0.5;
}

.compare-modalities__blob--a {
  width: 280px;
  height: 280px;
  top: -100px;
  left: -80px;
  background: radial-gradient(circle, rgba(255,140,60,0.18), transparent 70%);
}

.compare-modalities__blob--b {
  width: 240px;
  height: 240px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(122,191,158,0.14), transparent 70%);
}

.compare-modalities__blob--c {
  width: 280px;
  height: 280px;
  top: 50px;
  right: -100px;
  background: radial-gradient(circle, rgba(93,169,233,0.14), transparent 70%);
}

.compare-modalities__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.compare-modalities__header {
  max-width: 740px;
  margin: 0 auto clamp(2.2rem, 3vw, 2.8rem);
  text-align: center;
}

.compare-modalities__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.05rem;
}

.compare-modalities__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.026em;
  margin: 0 0 0.95rem;
}

.compare-modalities__intro {
  color: #5b524b;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
}

.compare-modalities__intro p {
  margin: 0;
}

/* Custom comparison table built with CSS grid */

.compare-modalities__table {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(46,42,39,0.06);
}

.compare-modalities__row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(0, 1fr));
}

.compare-modalities__row + .compare-modalities__row {
  border-top: 1px solid rgba(46,42,39,0.06);
}

.compare-modalities__cell {
  padding: clamp(0.95rem, 1.4vw, 1.2rem) clamp(0.9rem, 1.3vw, 1.1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.compare-modalities__cell--feature {
  background: linear-gradient(135deg, rgba(46,42,39,0.04), rgba(46,42,39,0));
  border-right: 1px solid rgba(46,42,39,0.06);
}

.compare-modalities__feature-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a7a6f;
}

.compare-modalities__feature-name {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.3;
}

.compare-modalities__feature-hint {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #6F5E55;
  line-height: 1.4;
  font-weight: 500;
}

.compare-modalities__cell--head {
  align-items: center;
  text-align: center;
  padding-top: clamp(1.3rem, 2vw, 1.75rem);
  padding-bottom: clamp(1.3rem, 2vw, 1.75rem);
  gap: 0.55rem;
}

.compare-modalities__table:has(.compare-modalities__cell--peach:hover) .compare-modalities__cell--peach {
  background: rgba(255,107,63,0.14);
}

.compare-modalities__table:has(.compare-modalities__cell--sage:hover)  .compare-modalities__cell--sage  {
  background: rgba(74,143,99,0.14);
}

.compare-modalities__table:has(.compare-modalities__cell--blue:hover)  .compare-modalities__cell--blue  {
  background: rgba(58,110,165,0.14);
}

.compare-modalities__head-icon-link {
  display: inline-flex;
  margin-bottom: 0.35rem;
  border-radius: 12px;
  text-decoration: none;
}

.compare-modalities__head-icon-link:hover .compare-modalities__head-icon {
  filter: brightness(0.94);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}

.compare-modalities__head-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.compare-modalities__cell--peach .compare-modalities__head-icon  {
  color: #C2551A;
  border: 1px solid rgba(255,107,63,0.32);
}

.compare-modalities__cell--sage  .compare-modalities__head-icon  {
  color: #3F7A55;
  border: 1px solid rgba(74,143,99,0.32);
}

.compare-modalities__cell--blue  .compare-modalities__head-icon  {
  color: #3A6EA5;
  border: 1px solid rgba(58,110,165,0.32);
}

.compare-modalities__head-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.compare-modalities__head-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.008em;
}

.compare-modalities__head-tagline {
  margin: 0;
  font-size: 0.78rem;
  color: #6F5E55;
  line-height: 1.4;
}

.compare-modalities__cell--data {
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  min-height: 4rem;
}

.compare-modalities__indicator {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.compare-modalities__indicator svg {
  width: 1rem;
  height: 1rem;
}

.compare-modalities__cell--peach .compare-modalities__indicator--yes  {
  background: rgba(255,107,63,0.16);
  color: #B84A1F;
}

.compare-modalities__cell--sage  .compare-modalities__indicator--yes  {
  background: rgba(74,143,99,0.16);
  color: #3F7A55;
}

.compare-modalities__cell--blue  .compare-modalities__indicator--yes  {
  background: rgba(58,110,165,0.16);
  color: #3A6EA5;
}

.compare-modalities__indicator--no {
  background: rgba(46,42,39,0.08);
  color: #8a7a6f;
}

.compare-modalities__indicator--partial {
  background: rgba(255,140,60,0.18);
  color: #C2551A;
}

.compare-modalities__cell-text {
  font-size: 0.86rem;
  color: #2E2A27;
  line-height: 1.4;
  font-weight: 600;
}

.compare-modalities__row--cta .compare-modalities__cell--cta {
  align-items: center;
  text-align: center;
  padding-top: clamp(1.1rem, 1.6vw, 1.4rem);
  padding-bottom: clamp(1.1rem, 1.6vw, 1.4rem);
}

.compare-modalities__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  transition: gap 0.25s ease;
}

.compare-modalities__cell--peach .compare-modalities__cta {
  color: #B84A1F;
}

.compare-modalities__cell--sage  .compare-modalities__cta {
  color: #3F7A55;
}

.compare-modalities__cell--blue  .compare-modalities__cta {
  color: #3A6EA5;
}

.compare-modalities__cta:hover {
  gap: 0.75rem;
}

.compare-modalities__cta-arrow {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: currentColor;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compare-modalities__cta-arrow svg {
  width: 0.78rem;
  height: 0.78rem;
  color: #FFFFFF;
}

.compare-modalities__cell--peach .compare-modalities__cta-arrow {
  background: #B84A1F;
}

.compare-modalities__cell--sage  .compare-modalities__cta-arrow {
  background: #3F7A55;
}

.compare-modalities__cell--blue  .compare-modalities__cta-arrow {
  background: #3A6EA5;
}

/* Mobile: collapse comparison into stacked per-modality cards */

@media (max-width: 860px) {
  .compare-modalities__table {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
  }

  .compare-modalities__row {
    display: none;
  }

  .compare-modalities__row--head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.7rem;
    background: #FFFFFF;
    border: 1px solid rgba(46,42,39,0.08);
    border-radius: 18px;
    padding: 0.7rem;
  }

  .compare-modalities__row--head .compare-modalities__cell--feature {
    display: none;
  }

  .compare-modalities__row--head .compare-modalities__cell--head {
    border: none;
    padding: 0.7rem 0.4rem;
    border-radius: 12px;
  }

  .compare-modalities__row--cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.7rem;
  }

  .compare-modalities__row--cta .compare-modalities__cell--feature {
    display: none;
  }
}

/* === Decision Finder (services hub ONLY) ====================== */

/* =========================================================================
     referral-flow — referring-provider workflow timeline
     ========================================================================= */

.referral-flow {
  position: relative;
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  overflow: hidden;
  isolation: isolate;
}

.referral-flow--sage {
  background: linear-gradient(180deg, #F0F7EC 0%, #DDEEDB 100%);
  --rf-accent: #3F7A55;
  --rf-accent-strong: #2D5A3D;
  --rf-accent-soft: rgba(63,122,85,0.10);
  --rf-card: #FFFFFF;
  --rf-text: #2E2A27;
  --rf-muted: rgba(46,42,39,0.68);
}

.referral-flow--peach {
  background: linear-gradient(180deg, #FFF6EF 0%, #FFE3D1 100%);
  --rf-accent: #B84A1F;
  --rf-accent-strong: #8A3614;
  --rf-accent-soft: rgba(184,74,31,0.10);
  --rf-card: #FFFFFF;
  --rf-text: #2E2A27;
  --rf-muted: rgba(46,42,39,0.68);
}

.referral-flow__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
      radial-gradient(50% 38% at 12% 0%, var(--rf-accent-soft), transparent 70%),
      radial-gradient(45% 32% at 92% 100%, var(--rf-accent-soft), transparent 70%);
}

.referral-flow__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.referral-flow__header {
  max-width: 64ch;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.referral-flow__kicker {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--rf-accent-soft);
  color: var(--rf-accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.referral-flow__title {
  margin: 0.9rem 0 0;
  color: var(--rf-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.15;
}

.referral-flow__intro {
  margin-top: 0.9rem;
  color: var(--rf-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.referral-flow__intro p {
  margin: 0;
}

.referral-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  /* Auto-flow: one column per step, regardless of how many steps the data provides.
       Previously hardcoded to 5 columns, which left an empty trailing column on pages
       that pass fewer than 5 steps (the connecting line then dangled into the empty space). */
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: clamp(1rem, 1.6vw, 1.5rem);
  position: relative;
  align-items: stretch;
}

.referral-flow__track::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rf-accent) 12%, var(--rf-accent) 88%, transparent);
  opacity: 0.35;
  z-index: 0;
}

@media (max-width: 1024px) {
  .referral-flow__track {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .referral-flow__track::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .referral-flow__track {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
  }
}

.referral-flow__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--rf-card);
  border-radius: 18px;
  padding: 1.25rem 1.1rem 1.4rem;
  border: 1px solid rgba(63,122,85,0.14);
  box-shadow: 0 14px 30px -22px rgba(46,42,39,0.32);
  height: 100%;
  align-self: stretch;
}

.referral-flow__step-marker {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: var(--rf-accent);
  color: #FFFFFF;
  display: grid;
  place-items: center;
  margin-top: -2.6rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 8px 20px -8px rgba(63,122,85,0.5);
  border: 3px solid #FFFFFF;
}

.referral-flow__step-num {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
}

.referral-flow__step-time {
  color: var(--rf-accent-strong);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
}

.referral-flow__step-title {
  margin: 0 0 0.55rem;
  color: var(--rf-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25;
}

.referral-flow__step-body {
  margin: 0 0 0.85rem;
  color: var(--rf-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.referral-flow__step-who {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(63,122,85,0.28);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}

.referral-flow__who-label {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(46,42,39,0.5);
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.referral-flow__who-value {
  color: var(--rf-accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.referral-flow__promises {
  margin: clamp(2.5rem, 4vw, 3.25rem) 0 0;
  background: var(--rf-card);
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(63,122,85,0.18);
  box-shadow: 0 22px 42px -28px rgba(46,42,39,0.32);
  /* Match the cards row above — full inner width, not a narrower centered box */
}

.referral-flow__promises-title {
  color: var(--rf-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  text-align: center;
}

.referral-flow__promises-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
}

@media (max-width: 640px) {
  .referral-flow__promises-list {
    grid-template-columns: 1fr;
  }
}

.referral-flow__promise {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: var(--rf-text);
  font-size: 0.94rem;
  line-height: 1.5;
}

.referral-flow__promise-check {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: var(--rf-accent);
  color: #FFFFFF;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}

.referral-flow__promise-check svg {
  width: 0.78rem;
  height: 0.78rem;
}

.referral-flow__footer {
  margin-top: clamp(2rem, 3vw, 2.6rem);
  text-align: center;
}

.referral-flow__footer-body {
  margin: 0 0 0.75rem;
  color: var(--rf-muted);
  font-size: 0.96rem;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.referral-flow__footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

@media (prefers-reduced-motion: reduce) {
  .referral-flow__track::before {
    display: none;
  }
}

/* =========================================================================
     role-paths — three detailed career role cards
     ========================================================================= */

.role-paths {
  position: relative;
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  overflow: hidden;
  isolation: isolate;
}

.role-paths--butter {
  background: linear-gradient(180deg, #FFF8E2 0%, #F8E4B0 100%);
  --rp-accent: #8A6512;
  --rp-accent-strong: #6B4D0B;
  --rp-accent-soft: rgba(138,101,18,0.10);
  --rp-text: #2E2A27;
  --rp-muted: rgba(46,42,39,0.68);
}

.role-paths--peach {
  background: linear-gradient(180deg, #FFF6EF 0%, #FFE3D1 100%);
  --rp-accent: #B84A1F;
  --rp-accent-strong: #8A3614;
  --rp-accent-soft: rgba(184,74,31,0.10);
  --rp-text: #2E2A27;
  --rp-muted: rgba(46,42,39,0.68);
}

.role-paths__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
      radial-gradient(40% 30% at 8% 8%, var(--rp-accent-soft), transparent 70%),
      radial-gradient(45% 32% at 92% 92%, var(--rp-accent-soft), transparent 70%);
}

.role-paths__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.role-paths__header {
  max-width: 64ch;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.role-paths__kicker {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--rp-accent-soft);
  color: var(--rp-accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.role-paths__title {
  margin: 0.9rem 0 0;
  color: var(--rp-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.15;
}

.role-paths__intro {
  margin-top: 0.9rem;
  color: var(--rp-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.role-paths__intro p {
  margin: 0;
}

.role-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.75rem);
}

@media (max-width: 1024px) {
  .role-paths__grid {
    grid-template-columns: 1fr;
  }
}

.role-paths__card {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 1.6rem 1.5rem 1.5rem;
  border: 1px solid rgba(46,42,39,0.08);
  box-shadow: 0 22px 42px -28px rgba(46,42,39,0.32);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.role-paths__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.role-paths__card--peach::before  {
  background: linear-gradient(90deg, #FFE3D1, #FF6B3F);
}

.role-paths__card--sage::before   {
  background: linear-gradient(90deg, #DDEEDB, #7ABF9E);
}

.role-paths__card--blue::before   {
  background: linear-gradient(90deg, #DEE9F2, #5DA9E9);
}

.role-paths__card--butter::before {
  background: linear-gradient(90deg, #FCE9B6, #F0C266);
}

.role-paths__card--peach  {
  --rpc-accent: #B84A1F;
  --rpc-soft: rgba(184,74,31,0.08);
}

.role-paths__card--sage   {
  --rpc-accent: #3F7A55;
  --rpc-soft: rgba(63,122,85,0.08);
}

.role-paths__card--blue   {
  --rpc-accent: #3A6EA5;
  --rpc-soft: rgba(58,110,165,0.08);
}

.role-paths__card--butter {
  --rpc-accent: #8A6512;
  --rpc-soft: rgba(138,101,18,0.08);
}

.role-paths__card-head {
  margin-bottom: 1.1rem;
}

.role-paths__card-eyebrow {
  color: var(--rpc-accent);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
}

.role-paths__card-title {
  margin: 0 0 0.35rem;
  color: var(--rp-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.2;
}

.role-paths__card-subtitle {
  margin: 0;
  color: var(--rp-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.role-paths__stats {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 1rem;
  background: var(--rpc-soft);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.role-paths__stat {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.65rem;
  align-items: baseline;
}

.role-paths__stat-label {
  color: rgba(46,42,39,0.6);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
  margin: 0;
}

.role-paths__stat-value {
  color: var(--rp-text);
  font-size: 0.92rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin: 0;
}

.role-paths__fit {
  margin-bottom: 1.1rem;
  display: grid;
  gap: 0.85rem;
}

.role-paths__fit-block {
  display: grid;
  gap: 0.45rem;
}

.role-paths__fit-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.role-paths__fit-block--yes .role-paths__fit-label {
  color: var(--rpc-accent);
}

.role-paths__fit-block--no  .role-paths__fit-label {
  color: rgba(46,42,39,0.55);
}

.role-paths__fit-icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.role-paths__fit-block--yes .role-paths__fit-icon {
  background: var(--rpc-accent);
  color: #FFFFFF;
}

.role-paths__fit-block--no .role-paths__fit-icon {
  background: rgba(46,42,39,0.12);
  color: rgba(46,42,39,0.7);
}

.role-paths__fit-icon svg {
  width: 0.66rem;
  height: 0.66rem;
}

.role-paths__fit-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.55rem;
  display: grid;
  gap: 0.35rem;
}

.role-paths__fit-list li {
  color: var(--rp-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  position: relative;
}

.role-paths__fit-list li::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.4;
}

.role-paths__growth {
  border-top: 1px dashed rgba(46,42,39,0.18);
  padding-top: 0.95rem;
  margin-bottom: 1.1rem;
}

.role-paths__growth-label {
  color: var(--rpc-accent);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 0.3rem;
}

.role-paths__growth-body {
  margin: 0;
  color: var(--rp-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.role-paths__card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--rpc-accent);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  padding-top: 0.4rem;
  transition: gap 0.2s ease;
}

.role-paths__card-cta:hover {
  gap: 0.65rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.role-paths__footnote {
  margin: clamp(2rem, 3vw, 2.6rem) auto 0;
  text-align: center;
  color: var(--rp-muted);
  font-size: 0.92rem;
  max-width: 60ch;
  font-style: italic;
}

/* =========================================================================
     contact-form-hero — above-the-fold conversion section
     ========================================================================= */

/* =========================================================================
     contact-channels — phone / email / hours / address quick-access
     ========================================================================= */

/* =========================================================================
     contact-pathways — audience routing (clinicians / candidates / press / billing)
     ========================================================================= */

/* =========================================================================
     news-spotlight — magazine-style lead-story card
     ========================================================================= */

.news-spotlight {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6EFE4 100%);
}

.news-spotlight__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
      radial-gradient(40% 30% at 92% 0%, rgba(58,110,165,0.08), transparent 70%),
      radial-gradient(35% 28% at 8% 100%, rgba(255,107,63,0.07), transparent 70%);
}

.news-spotlight__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.news-spotlight__header {
  max-width: 60ch;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.news-spotlight__kicker {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(58,110,165,0.13);
  color: #29547E;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.news-spotlight__title {
  margin: 0.85rem 0 0;
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  line-height: 1.18;
}

.news-spotlight__intro {
  margin-top: 0.85rem;
  color: rgba(46,42,39,0.7);
  font-size: 1rem;
  line-height: 1.55;
}

.news-spotlight__intro p {
  margin: 0;
}

.news-spotlight__card {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
  background: #FFFFFF;
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(46,42,39,0.08);
  box-shadow: 0 32px 64px -32px rgba(46,42,39,0.32);
  position: relative;
  overflow: hidden;
}

.news-spotlight__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #FF6B3F, #3A6EA5);
}

@media (max-width: 880px) {
  .news-spotlight__card {
    grid-template-columns: 1fr;
  }
}

.news-spotlight__card-left {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.news-spotlight__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.news-spotlight__category {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #FFF1E1;
  color: #C2551A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.news-spotlight__divider {
  color: rgba(46,42,39,0.3);
}

.news-spotlight__date {
  color: rgba(46,42,39,0.6);
  font-family: "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
}

.news-spotlight__article-title {
  margin: 0;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.news-spotlight__article-title a {
  color: #2E2A27;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease;
}

.news-spotlight__article-title a:hover {
  background-size: 100% 2px;
}

.news-spotlight__dek {
  margin: 0;
  color: rgba(46,42,39,0.7);
  font-size: 1.02rem;
  line-height: 1.55;
}

.news-spotlight__cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FF6B3F;
  color: #FFFFFF;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 16px 30px -14px rgba(255,107,63,0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-spotlight__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px -14px rgba(255,107,63,0.65);
}

.news-spotlight__cta-arrow {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-grid;
  place-items: center;
}

.news-spotlight__cta-arrow svg {
  width: 100%;
  height: 100%;
}

.news-spotlight__pull {
  background: linear-gradient(160deg, #29547E 0%, #1F4264 100%);
  color: #FFF8EF;
  border-radius: 18px;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-spotlight__pull::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
}

.news-spotlight__pull-mark {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 5rem;
  line-height: 0.7;
  font-weight: 900;
  color: rgba(255,107,63,0.6);
  margin-bottom: -0.5rem;
}

.news-spotlight__pull-quote {
  margin: 0;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.45;
  font-style: italic;
}

.news-spotlight__pull-attribution {
  display: block;
  margin-top: 1rem;
  color: rgba(255,248,239,0.6);
  font-family: "DM Sans", sans-serif;
  font-size: 0.86rem;
  font-style: normal;
}

/* =========================================================================
     news-stream — taxonomy + article grid
     ========================================================================= */

.news-stream {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  background: #FFFFFF;
}

.news-stream__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.news-stream__header {
  max-width: 64ch;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.news-stream__kicker {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255,107,63,0.13);
  color: #C2551A;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.news-stream__title {
  margin: 0.9rem 0 0;
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.news-stream__intro {
  margin-top: 0.9rem;
  color: rgba(46,42,39,0.7);
  font-size: 1rem;
  line-height: 1.55;
}

.news-stream__intro p {
  margin: 0;
}

.news-stream__taxonomy {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.4vw, 1.2rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.25rem);
}

@media (max-width: 900px) {
  .news-stream__taxonomy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .news-stream__taxonomy {
    grid-template-columns: 1fr;
  }
}

.news-stream__taxon {
  background: #FFF8EF;
  border-radius: 16px;
  padding: 1.15rem 1.15rem 1.3rem;
  border: 1px solid rgba(46,42,39,0.06);
  position: relative;
  overflow: hidden;
}

.news-stream__taxon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.news-stream__taxon--peach::before  {
  background: linear-gradient(90deg, #FFE3D1, #FF6B3F);
}

.news-stream__taxon--sage::before   {
  background: linear-gradient(90deg, #DDEEDB, #7ABF9E);
}

.news-stream__taxon--blue::before   {
  background: linear-gradient(90deg, #DEE9F2, #5DA9E9);
}

.news-stream__taxon--butter::before {
  background: linear-gradient(90deg, #FCE9B6, #F0C266);
}

.news-stream__taxon--peach  {
  --ns-accent: #B84A1F;
}

.news-stream__taxon--sage   {
  --ns-accent: #3F7A55;
}

.news-stream__taxon--blue   {
  --ns-accent: #3A6EA5;
}

.news-stream__taxon--butter {
  --ns-accent: #8A6512;
}

.news-stream__taxon-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.news-stream__taxon-label {
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
}

.news-stream__taxon-count {
  color: var(--ns-accent);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.news-stream__taxon-desc {
  margin: 0;
  color: rgba(46,42,39,0.68);
  font-size: 0.86rem;
  line-height: 1.5;
}

.news-stream__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

@media (max-width: 900px) {
  .news-stream__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .news-stream__grid {
    grid-template-columns: 1fr;
  }
}

.news-stream__card {
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.1);
  border-radius: 18px;
  padding: 1.35rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.news-stream__card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,107,63,0.4);
  box-shadow: 0 22px 42px -28px rgba(46,42,39,0.32);
}

.news-stream__card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.news-stream__card-category {
  color: #C2551A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.news-stream__card-date {
  color: rgba(46,42,39,0.55);
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.news-stream__card-title {
  margin: 0;
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.18rem;
  line-height: 1.22;
}

.news-stream__card-dek {
  margin: 0;
  color: rgba(46,42,39,0.68);
  font-size: 0.9rem;
  line-height: 1.55;
  flex: 1;
}

.news-stream__card-cta {
  margin-top: 0.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap 0.2s ease;
}

.news-stream__card:hover .news-stream__card-cta {
  gap: 0.6rem;
}

.news-stream__card-arrow {
  width: 0.85rem;
  height: 0.85rem;
  display: inline-grid;
  place-items: center;
}

.news-stream__card-arrow svg {
  width: 100%;
  height: 100%;
}

.news-stream__empty {
  background: #FFF8EF;
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  color: rgba(46,42,39,0.65);
  font-style: italic;
}

/* =========================================================================
     editorial-roadmap — forward calendar of upcoming publications
     ========================================================================= */

.editorial-roadmap {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #F6EFE4 0%, #FCEFE0 100%);
}

.editorial-roadmap__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
      radial-gradient(38% 26% at 10% 10%, rgba(63,122,85,0.08), transparent 70%),
      radial-gradient(38% 26% at 90% 90%, rgba(58,110,165,0.07), transparent 70%);
}

.editorial-roadmap__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.editorial-roadmap__header {
  max-width: 64ch;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.editorial-roadmap__kicker {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(58,110,165,0.13);
  color: #29547E;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.editorial-roadmap__title {
  margin: 0.9rem 0 0;
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.editorial-roadmap__intro {
  margin-top: 0.9rem;
  color: rgba(46,42,39,0.7);
  font-size: 1rem;
  line-height: 1.55;
}

.editorial-roadmap__intro p {
  margin: 0;
}

.editorial-roadmap__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

@media (max-width: 880px) {
  .editorial-roadmap__track {
    grid-template-columns: 1fr;
  }
}

.editorial-roadmap__item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.6rem;
  border: 1px solid rgba(46,42,39,0.07);
  box-shadow: 0 20px 38px -28px rgba(46,42,39,0.28);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  position: relative;
}

.editorial-roadmap__when {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.editorial-roadmap__when-pill {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #1A2235;
  color: #FFF8EF;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.editorial-roadmap__when-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.editorial-roadmap__when-status::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: currentColor;
}

.editorial-roadmap__when-status--ontrack {
  background: rgba(63,122,85,0.14);
  color: #3F7A55;
}

.editorial-roadmap__when-status--drafting {
  background: rgba(58,110,165,0.14);
  color: #3A6EA5;
}

.editorial-roadmap__when-status--planning {
  background: rgba(138,101,18,0.14);
  color: #8A6512;
}

.editorial-roadmap__item-title {
  margin: 0.2rem 0 0;
  color: #2E2A27;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.18rem;
  line-height: 1.22;
}

.editorial-roadmap__item-body {
  margin: 0;
  color: rgba(46,42,39,0.7);
  font-size: 0.93rem;
  line-height: 1.55;
  flex: 1;
}

.editorial-roadmap__tags {
  list-style: none;
  margin: 0.3rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.editorial-roadmap__tag {
  background: #FFF1E1;
  color: #C2551A;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.editorial-roadmap__footnote {
  margin: clamp(2rem, 3vw, 2.6rem) auto 0;
  text-align: center;
  color: rgba(46,42,39,0.65);
  font-size: 0.92rem;
  max-width: 60ch;
  font-style: italic;
}

/* =========================================================================
     press-kit — media-resources panel + press contact
     ========================================================================= */

.press-kit {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  overflow: hidden;
  isolation: isolate;
  background: #4A4A4A;
  color: #FFF8EF;
}

.press-kit__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
      radial-gradient(35% 26% at 0% 0%, rgba(255,107,63,0.18), transparent 70%),
      radial-gradient(38% 28% at 100% 100%, rgba(58,110,165,0.16), transparent 70%);
}

.press-kit__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

@media (max-width: 960px) {
  .press-kit__inner {
    grid-template-columns: 1fr;
  }
}

.press-kit__intro {
}

.press-kit__kicker {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255,107,63,0.18);
  color: #FFB68A;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Nunito", "DM Sans", sans-serif;
}

.press-kit__title {
  margin: 0.9rem 0 0;
  color: #FFF8EF;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  line-height: 1.18;
}

.press-kit__body {
  margin-top: 0.9rem;
  color: rgba(255,248,239,0.72);
  font-size: 0.98rem;
  line-height: 1.6;
}

.press-kit__body p {
  margin: 0 0 0.75rem;
}

.press-kit__body p:last-child {
  margin: 0;
}

.press-kit__contact-card {
  margin-top: 1.5rem;
  background: rgba(255,248,239,0.06);
  border: 1px solid rgba(255,248,239,0.14);
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.3rem;
  backdrop-filter: blur(4px);
}

.press-kit__contact-label {
  color: #FFB68A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}

.press-kit__contact-email {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255,248,239,0.08);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  color: #FFF8EF;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.press-kit__contact-email:hover {
  background: rgba(255,107,63,0.22);
  transform: translateY(-1px);
}

.press-kit__contact-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(255,107,63,0.22);
  color: #FFB68A;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.press-kit__contact-icon svg {
  width: 1rem;
  height: 1rem;
}

.press-kit__contact-email-label {
  display: block;
  color: rgba(255,248,239,0.55);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.press-kit__contact-email-value {
  display: block;
  color: #FFF8EF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 0.1rem;
  overflow-wrap: anywhere;
}

.press-kit__contact-sla {
  margin: 0.85rem 0 0;
  color: rgba(255,248,239,0.6);
  font-size: 0.85rem;
  line-height: 1.5;
}

.press-kit__resources-heading {
  color: #FFB68A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.press-kit__resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.press-kit__resource {
  background: rgba(255,248,239,0.06);
  border: 1px solid rgba(255,248,239,0.12);
  border-radius: 14px;
  padding: 1rem 1.15rem 1.05rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.95rem;
  align-items: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.press-kit__resource:hover {
  background: rgba(255,248,239,0.09);
  border-color: rgba(255,107,63,0.4);
}

.press-kit__resource-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.press-kit__resource-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.press-kit__resource-icon--peach  {
  background: rgba(255,107,63,0.22);
  color: #FFB68A;
}

.press-kit__resource-icon--sage   {
  background: rgba(122,191,158,0.22);
  color: #A4D3B7;
}

.press-kit__resource-icon--blue   {
  background: rgba(93,169,233,0.22);
  color: #9FC8EE;
}

.press-kit__resource-icon--butter {
  background: rgba(240,194,102,0.22);
  color: #FAD891;
}

.press-kit__resource-body {
  min-width: 0;
}

.press-kit__resource-title {
  color: #FFF8EF;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.press-kit__resource-detail {
  margin: 0;
  color: rgba(255,248,239,0.6);
  font-size: 0.85rem;
  line-height: 1.45;
}

.press-kit__resource-cta {
  color: #FFB68A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5rem 0.8rem;
  border-radius: 10px;
  background: rgba(255,107,63,0.14);
  transition: background 0.2s ease, color 0.2s ease;
}

.press-kit__resource-cta:hover {
  background: #FF6B3F;
  color: #FFFFFF;
}

@media (max-width: 640px) {
  .press-kit__resource {
    grid-template-columns: auto 1fr;
  }

  .press-kit__resource-cta {
    grid-column: 1 / -1;
    text-align: center;
  }
}

/* =========================================================================
     get-started-hero — conversion-optimized landing for the "Get started" CTA
     Form-first layout. Left side answers anxiety questions BEFORE asking for
     anything; right side is the Zoho form with a clearly-stated commitment band.
     ========================================================================= */

.get-started-hero {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5.25rem);
  overflow: hidden;
  isolation: isolate;
}

.get-started-hero--clementine {
  background: linear-gradient(180deg, #FFF8EF 0%, #FFE3D1 100%);
  --gh-accent: #FF6B3F;
  --gh-accent-strong: #C2551A;
  --gh-accent-soft: rgba(255,107,63,0.15);
  --gh-text: #2E2A27;
  --gh-muted: rgba(46,42,39,0.72);
}

.get-started-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.get-started-hero__blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  background: var(--gh-accent-soft);
}

.get-started-hero__blob--a {
  width: 48vw;
  height: 48vw;
  top: -20vw;
  left: -12vw;
  opacity: 0.85;
}

.get-started-hero__blob--b {
  width: 38vw;
  height: 38vw;
  bottom: -20vw;
  right: -10vw;
  opacity: 0.65;
}

.get-started-hero__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(46,42,39,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
}

.get-started-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 3.5vw, 3.25rem);
  align-items: start;
}

@media (max-width: 980px) {
  .get-started-hero__inner {
    grid-template-columns: 1fr;
  }
}

.get-started-hero__copy {
  padding-top: clamp(0.5rem, 2vw, 1.5rem);
}

.get-started-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--gh-accent-strong);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 18px -10px rgba(46,42,39,0.25);
  border: 1px solid rgba(46,42,39,0.06);
}

.get-started-hero__kicker-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--gh-accent);
  box-shadow: 0 0 0 0 var(--gh-accent-soft);
  animation: gh-pulse 2.4s ease-out infinite;
}

@keyframes gh-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,107,63,0.5);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255,107,63,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255,107,63,0);
  }
}

.get-started-hero__title {
  margin: 1.1rem 0 0;
  color: var(--gh-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.018em;
}

.get-started-hero__intro {
  margin-top: 1.1rem;
  color: var(--gh-muted);
  font-size: 1.06rem;
  line-height: 1.6;
  max-width: 56ch;
}

.get-started-hero__intro p {
  margin: 0;
}

.get-started-hero__intro strong {
  color: var(--gh-text);
  font-weight: 800;
}

.get-started-hero__checklist-block {
  margin-top: 1.75rem;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 18px;
  padding: 1.25rem 1.35rem 1.4rem;
  box-shadow: 0 16px 36px -28px rgba(46,42,39,0.3);
}

.get-started-hero__checklist-heading {
  color: var(--gh-accent-strong);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.85rem;
}

.get-started-hero__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.get-started-hero__checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--gh-text);
}

.get-started-hero__check {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--gh-accent);
  color: #FFFFFF;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
  box-shadow: 0 6px 14px -6px rgba(255,107,63,0.5);
}

.get-started-hero__check svg {
  width: 0.85rem;
  height: 0.85rem;
}

.get-started-hero__check-label {
  display: block;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.3;
  color: var(--gh-text);
}

.get-started-hero__check-detail {
  display: block;
  color: var(--gh-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.get-started-hero__alts {
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem 1.2rem;
  background: #4A4A4A;
  color: #FFF8EF;
  border-radius: 16px;
  box-shadow: 0 16px 38px -22px rgba(46,42,39,0.5);
}

.get-started-hero__alt-label {
  color: rgba(255,182,138,1);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.7rem;
}

.get-started-hero__alt-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

@media (max-width: 560px) {
  .get-started-hero__alt-actions {
    grid-template-columns: 1fr;
  }
}

.get-started-hero__alt-cta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: rgba(255,248,239,0.08);
  border: 1px solid rgba(255,248,239,0.16);
  color: #FFF8EF;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.get-started-hero__alt-cta:not(.get-started-hero__alt-cta--static):hover {
  transform: translateY(-1px);
  background: rgba(255,107,63,0.25);
  border-color: var(--gh-accent);
}

.get-started-hero__alt-cta--primary {
  background: var(--gh-accent);
  border-color: var(--gh-accent);
}

.get-started-hero__alt-cta--primary:hover {
  background: #E55A2F;
}

.get-started-hero__alt-cta--static {
  cursor: default;
}

.get-started-hero__alt-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(255,248,239,0.12);
  color: #FFB68A;
  display: grid;
  place-items: center;
}

.get-started-hero__alt-cta--primary .get-started-hero__alt-icon {
  background: rgba(255,255,255,0.18);
  color: #FFFFFF;
}

.get-started-hero__alt-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.get-started-hero__alt-cta-label {
  display: block;
  color: rgba(255,248,239,0.55);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.get-started-hero__alt-cta--primary .get-started-hero__alt-cta-label {
  color: rgba(255,255,255,0.7);
}

.get-started-hero__alt-cta-value {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  margin-top: 0.1rem;
  overflow-wrap: anywhere;
}

.get-started-hero__privacy {
  margin: 1.25rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(46,42,39,0.6);
  font-size: 0.86rem;
  line-height: 1.4;
}

.get-started-hero__privacy-icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  color: var(--gh-accent);
}

.get-started-hero__privacy-icon svg {
  width: 100%;
  height: 100%;
}

.get-started-hero__form-wrap {
  position: relative;
  /* nudge the card down so its top lines up with the hero title (which sits
       below the kicker in the copy column) */
  margin-top: clamp(3.5rem, 6.1vw, 5.25rem);
}

@media (max-width: 980px) {
  .get-started-hero__form-wrap {
    margin-top: 0;
  }
}

.get-started-hero__form-card {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(46,42,39,0.08);
  box-shadow: 0 40px 80px -36px rgba(46,42,39,0.45),
                0 0 0 6px rgba(255,107,63,0.08);
  padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.25rem, 2vw, 1.75rem);
  position: relative;
}

.get-started-hero__form-card::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 1.5rem;
  right: 1.5rem;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, var(--gh-accent), var(--gh-accent-strong));
}

.zoho-form-embed .zf-mSelect {
  position: relative;
  z-index: 4;
}

.zoho-form-embed .zf-mSelect:has(.zoho-select.is-open) {
  z-index: 30;
}

.zoho-form-embed .zf-mSelect::after {
  content: "";
  position: absolute;
  right: 0.72rem;
  top: 50%;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: rgba(255, 107, 63, 0.11) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M 4 6 L 8 10 L 12 6' stroke='%23FF6B3F' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 0.88rem no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}

.zoho-form-embed select {
  min-height: 3.1rem;
  padding: 0.82rem 3.2rem 0.82rem 0.95rem;
  border-radius: 16px;
  border-color: rgba(255, 107, 63, 0.18);
  background-color: #FFFDF9;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M 4 6 L 8 10 L 12 6' stroke='%23FF6B3F' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 1.12rem center;
  background-size: 0.88rem;
  color: #2E2A27;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 18px rgba(46,42,39,0.04);
}

.zoho-form-embed select:invalid {
  color: rgba(46, 42, 39, 0.5);
  font-weight: 600;
}

.zoho-form-embed select:hover {
  background-color: #FFF8EF;
  border-color: rgba(255, 107, 63, 0.42);
}

.zoho-form-embed select:focus {
  background-color: #FFFFFF;
  border-color: #FF6B3F;
  box-shadow: 0 0 0 4px rgba(255, 107, 63, 0.14), 0 12px 22px rgba(46,42,39,0.07);
}

.zoho-form-embed select[data-zoho-native-select="true"] {
  position: absolute !important;
  inset: auto auto 0 0;
  width: 1px !important;
  height: 1px;
  min-height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.zoho-form-embed .zoho-select {
  position: relative;
}

.zoho-form-embed .zoho-select__button {
  width: 100%;
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1.5px solid rgba(255, 107, 63, 0.18);
  border-radius: 16px;
  background: #FFFDF9;
  color: #2E2A27;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  padding: 0.82rem 3.2rem 0.82rem 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 18px rgba(46,42,39,0.04);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.zoho-form-embed .zoho-select.is-placeholder .zoho-select__button {
  color: rgba(46, 42, 39, 0.5);
  font-weight: 600;
}

.zoho-form-embed .zoho-select__button:hover {
  background: #FFF8EF;
  border-color: rgba(255, 107, 63, 0.42);
}

.zoho-form-embed .zoho-select.is-open .zoho-select__button,
  .zoho-form-embed .zoho-select__button:focus-visible {
  background: #FFFFFF;
  border-color: #FF6B3F;
  box-shadow: 0 0 0 4px rgba(255, 107, 63, 0.14), 0 12px 22px rgba(46,42,39,0.07);
  outline: none;
}

.zoho-form-embed .zoho-select__value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zoho-form-embed .zoho-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.45rem);
  display: none;
  max-height: min(17rem, 52vh);
  overflow-y: auto;
  background: #FFFDF9;
  border: 1px solid rgba(255, 107, 63, 0.24);
  border-radius: 18px;
  padding: 0.38rem;
  box-shadow: 0 24px 48px rgba(46,42,39,0.18), 0 0 0 1px rgba(255,255,255,0.65) inset;
  z-index: 40;
}

.zoho-form-embed .zoho-select.is-open .zoho-select__menu {
  display: grid;
  gap: 0.18rem;
}

.zoho-form-embed .zoho-select__option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #2E2A27;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.72rem 0.8rem;
  text-align: left;
}

.zoho-form-embed .zoho-select__option:hover,
  .zoho-form-embed .zoho-select__option:focus-visible {
  background: rgba(255, 107, 63, 0.10);
  color: #B84A1F;
  outline: none;
}

.zoho-form-embed .zoho-select__option[aria-selected="true"] {
  background: #FF6B3F;
  color: #FFFFFF;
}

@media (max-width: 520px) {
  .zoho-form-embed .zoho-select__menu {
    max-height: min(18rem, 46vh);
  }

  .zoho-form-embed .zoho-select__option {
    font-size: 0.92rem;
    padding: 0.68rem 0.72rem;
  }
}

.get-started-hero__form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  background: rgba(63,122,85,0.13);
  color: #2D5A3D;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.85rem;
}

.get-started-hero__form-badge-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #3F7A55;
}

.get-started-hero__form-footer {
  margin: 0.9rem 0 0;
  padding: 0.6rem 0.9rem;
  background: rgba(63,122,85,0.08);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2D5A3D;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.86rem;
  line-height: 1.45;
}

.get-started-hero__form-footer-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: #3F7A55;
}

.get-started-hero__form-footer-icon svg {
  width: 100%;
  height: 100%;
}

/* =========================================================================
     contact-routing-hero — best-in-class switchboard for /contact/
     A compact centered title sits above a split-grid centerpiece: the
     parent-callout card on the left (most visitors here are parents) and
     a stacked quick-channels card on the right. Both above the fold.
     ========================================================================= */

.contact-routing-hero {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2.5rem, 4vw, 3.5rem);
  overflow: hidden;
  isolation: isolate;
}

.contact-routing-hero--clementine {
  background: linear-gradient(180deg, #FFF8EF 0%, #FFE3D1 100%);
  --crh-accent: #FF6B3F;
  --crh-accent-strong: #C2551A;
  --crh-accent-soft: rgba(255,107,63,0.13);
  --crh-text: #2E2A27;
  --crh-muted: rgba(46,42,39,0.7);
}

.contact-routing-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.contact-routing-hero__blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  background: var(--crh-accent-soft);
}

.contact-routing-hero__blob--a {
  width: 42vw;
  height: 42vw;
  top: -18vw;
  left: -10vw;
  opacity: 0.8;
}

.contact-routing-hero__blob--b {
  width: 38vw;
  height: 38vw;
  bottom: -22vw;
  right: -10vw;
  opacity: 0.65;
}

.contact-routing-hero__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(46,42,39,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
}

.contact-routing-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.contact-routing-hero__header {
  max-width: 56ch;
  margin: 0 auto clamp(2rem, 3.5vw, 2.75rem);
  text-align: center;
}

.contact-routing-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--crh-accent-strong);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 18px -10px rgba(46,42,39,0.25);
  border: 1px solid rgba(46,42,39,0.06);
}

.contact-routing-hero__kicker-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--crh-accent);
}

.contact-routing-hero__title {
  margin: 1rem 0 0;
  color: var(--crh-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.018em;
}

.contact-routing-hero__intro {
  margin: 1rem auto 0;
  color: var(--crh-muted);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 50ch;
}

.contact-routing-hero__intro p {
  margin: 0;
}

/* The split centerpiece — parent callout (left) + channels card (right) */

.contact-routing-hero__grid-2col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: stretch;
}

@media (max-width: 900px) {
  .contact-routing-hero__grid-2col {
    grid-template-columns: 1fr;
  }
}

/* --- Parent callout (left) ----------------------------------------- */

.contact-routing-hero__callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  background: #4a4a4a;
  color: #FFF8EF;
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  text-decoration: none;
  box-shadow: 0 32px 60px -28px rgba(46,42,39,0.55),
                0 0 0 8px rgba(255,107,63,0.10);
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  min-height: 280px;
}

.contact-routing-hero__callout:hover,
  .contact-routing-hero__callout:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 40px 70px -28px rgba(46,42,39,0.65),
                0 0 0 8px rgba(255,107,63,0.20);
  outline: none;
}

.contact-routing-hero__callout-decor {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
  color: rgba(255,107,63,0.5);
  pointer-events: none;
}

.contact-routing-hero__callout-decor svg {
  width: 100%;
  height: 100%;
}

.contact-routing-hero__callout-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #FFB68A;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.contact-routing-hero__callout-eyebrow-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--crh-accent);
  box-shadow: 0 0 0 0 rgba(255,107,63,0.5);
  animation: crh-pulse 2.4s ease-out infinite;
}

@keyframes crh-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,107,63,0.5);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255,107,63,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255,107,63,0);
  }
}

.contact-routing-hero__callout-title {
  margin: 0;
  color: #FFF8EF;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
  position: relative;
}

.contact-routing-hero__callout-body {
  margin: 0;
  color: rgba(255,248,239,0.72);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  position: relative;
}

.contact-routing-hero__callout-cta {
  margin-top: 0.4rem;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.4rem;
  background: var(--crh-accent);
  color: #FFFFFF;
  border-radius: 999px;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  transition: background 0.18s ease, transform 0.18s ease;
  position: relative;
  box-shadow: 0 14px 26px -10px rgba(255,107,63,0.65);
}

.contact-routing-hero__callout:hover .contact-routing-hero__callout-cta,
  .contact-routing-hero__callout:focus-visible .contact-routing-hero__callout-cta {
  background: #E55A2F;
  transform: translateX(2px);
}

.contact-routing-hero__callout-arrow {
  width: 0.95rem;
  height: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}

.contact-routing-hero__callout-arrow svg {
  width: 100%;
  height: 100%;
}

.contact-routing-hero__callout:hover .contact-routing-hero__callout-arrow {
  transform: translateX(3px);
}

/* --- Quick channels (right) ---------------------------------------- */

.contact-routing-hero__channels {
  background: #FFFFFF;
  border-radius: 22px;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(46,42,39,0.08);
  box-shadow: 0 24px 50px -28px rgba(46,42,39,0.32);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-routing-hero__channels-label {
  color: rgba(46,42,39,0.5);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.25rem 0.45rem 0;
}

.contact-routing-hero__channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-routing-hero__channel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  background: #FFF8EF;
  border: 1px solid rgba(46,42,39,0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-routing-hero__channel:not(.contact-routing-hero__channel--static):hover,
  .contact-routing-hero__channel:not(.contact-routing-hero__channel--static):focus-visible {
  transform: translateY(-1px);
  background: #FFFFFF;
  border-color: rgba(255,107,63,0.4);
  box-shadow: 0 14px 28px -16px rgba(46,42,39,0.32);
  outline: none;
}

.contact-routing-hero__channel--static {
  cursor: default;
}

.contact-routing-hero__channel-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  background: rgba(255,107,63,0.13);
  color: var(--crh-accent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-routing-hero__channel-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.contact-routing-hero__channel--email .contact-routing-hero__channel-icon {
  background: rgba(58,110,165,0.13);
  color: #3A6EA5;
}

.contact-routing-hero__channel--hours .contact-routing-hero__channel-icon {
  background: rgba(138,101,18,0.13);
  color: #8A6512;
}

.contact-routing-hero__channel--address .contact-routing-hero__channel-icon {
  background: rgba(63,122,85,0.13);
  color: #3F7A55;
}

.contact-routing-hero__channel-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.contact-routing-hero__channel-label {
  color: rgba(46,42,39,0.55);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-routing-hero__channel-value {
  color: var(--crh-text);
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-routing-hero__channel-detail {
  color: rgba(46,42,39,0.55);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.4;
  margin-top: 0.15rem;
}

.contact-routing-hero__channel-arrow {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(46,42,39,0.06);
  color: rgba(46,42,39,0.6);
  display: grid;
  place-items: center;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.contact-routing-hero__channel:hover .contact-routing-hero__channel-arrow {
  background: var(--crh-accent);
  color: #FFFFFF;
  transform: translateX(2px);
}

.contact-routing-hero__channel-arrow svg {
  width: 0.7rem;
  height: 0.7rem;
}

.contact-routing-hero__subnote {
  margin: clamp(1.5rem, 2.5vw, 2rem) auto 0;
  max-width: 60ch;
  color: var(--crh-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: italic;
  text-align: center;
}

/* ─────────────────────────────────────────────
     session-components: "What Happens in a Session"
     Warm cream background, 5 white cards with per-color top border
  ───────────────────────────────────────────── */

.session-components {
  background: #FAF5EE;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.session-components__atmosphere {
  display: none;
}

.session-components__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.session-components__header {
  max-width: 680px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
}

.session-components__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B84A1F;
  background: rgba(255,107,63,0.1);
  border: 1px solid rgba(255,107,63,0.22);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1rem;
}

.session-components__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.026em;
  margin: 0 0 0.9rem;
}

.session-components__intro {
  color: #6F5E55;
  font-size: clamp(0.95rem, 1.1vw, 1.04rem);
  line-height: 1.65;
}

.session-components__intro p {
  margin: 0;
}

/* per-card color tokens */

.session-components__card--peach   {
  --sc-accent: #C2551A;
  --sc-soft: rgba(255,107,63,0.1);
  --sc-border: rgba(255,107,63,0.18);
  --sc-bar: #FF6B3F;
  --sc-glow: rgba(255,107,63,0.12);
}

.session-components__card--sage    {
  --sc-accent: #3F7A55;
  --sc-soft: rgba(74,143,99,0.1);
  --sc-border: rgba(74,143,99,0.18);
  --sc-bar: #4A8F63;
  --sc-glow: rgba(74,143,99,0.12);
}

.session-components__card--butter  {
  --sc-accent: #8A6512;
  --sc-soft: rgba(240,194,102,0.15);
  --sc-border: rgba(240,194,102,0.28);
  --sc-bar: #E8A820;
  --sc-glow: rgba(240,194,102,0.15);
}

.session-components__card--blue    {
  --sc-accent: #3A6EA5;
  --sc-soft: rgba(58,110,165,0.1);
  --sc-border: rgba(58,110,165,0.18);
  --sc-bar: #5DA9E9;
  --sc-glow: rgba(58,110,165,0.12);
}

.session-components__card--lavender{
  --sc-accent: #6E5AA5;
  --sc-soft: rgba(110,90,165,0.1);
  --sc-border: rgba(110,90,165,0.18);
  --sc-bar: #9B84D4;
  --sc-glow: rgba(110,90,165,0.12);
}

/* 3+2 centered grid using a 6-column base */

.session-components__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1rem, 1.6vw, 1.25rem);
}

.session-components__card {
  grid-column: span 2;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-top: 4px solid var(--sc-bar, #FF6B3F);
  border-radius: 18px;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.session-components__card:hover {
  box-shadow: 0 8px 28px var(--sc-glow, rgba(0,0,0,0.08));
  transform: translateY(-3px);
}

/* center the 4th and 5th cards in the second row */

.session-components__card:nth-child(4) {
  grid-column: 2 / span 2;
}

.session-components__card:nth-child(5) {
  grid-column: 4 / span 2;
}

.session-components__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: var(--sc-soft, rgba(255,107,63,0.1));
  border: 1px solid var(--sc-border, rgba(255,107,63,0.2));
  color: var(--sc-accent, #C2551A);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.session-components__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.session-components__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 800;
  color: #2E2A27;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
}

.session-components__card-body {
  color: #6F5E55;
  font-size: 0.91rem;
  line-height: 1.62;
  margin: 0;
}

@media (max-width: 860px) {
  .session-components__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .session-components__card,
    .session-components__card:nth-child(4),
    .session-components__card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 540px) {
  .session-components__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .session-components__card {
    transition: none;
    transform: none;
  }
}

/* ─────────────────────────────────────────────
     therapy-day: "What a Therapy Day Looks Like"
     Warm paper background, 3-column time-anchored modality layout
  ───────────────────────────────────────────── */

.therapy-day {
  background: #F6EFE4;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.therapy-day__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.therapy-day__header {
  max-width: 680px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
}

.therapy-day__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B84A1F;
  background: rgba(255,107,63,0.1);
  border: 1px solid rgba(255,107,63,0.22);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1rem;
}

.therapy-day__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: -0.026em;
  margin: 0 0 0.9rem;
}

.therapy-day__intro {
  color: #6F5E55;
  font-size: clamp(0.95rem, 1.1vw, 1.04rem);
  line-height: 1.65;
}

.therapy-day__intro p {
  margin: 0;
}

.therapy-day__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.1rem, 1.8vw, 1.5rem);
  align-items: start;
}

/* per-column color variables — match hero button palette */

.therapy-day__column--peach {
  --td-accent: #C2551A;
  --td-accent-mid: #FF6B3F;
  --td-accent-soft: #FFEAD8;
  --td-accent-border: rgba(194,85,26,0.28);
  --td-bar: #FF6B3F;
}

.therapy-day__column--sage {
  --td-accent: #3F7A55;
  --td-accent-mid: #4A8F63;
  --td-accent-soft: #E6F2E8;
  --td-accent-border: rgba(63,122,85,0.28);
  --td-bar: #4A8F63;
}

.therapy-day__column--blue {
  --td-accent: #3A6EA5;
  --td-accent-mid: #5DA9E9;
  --td-accent-soft: #E3EBF3;
  --td-accent-border: rgba(58,110,165,0.28);
  --td-bar: #5DA9E9;
}

.therapy-day__column {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
}

.therapy-day__col-head {
  background: var(--td-accent-soft);
  border-bottom: 1px solid var(--td-accent-border);
  padding: clamp(1.2rem, 1.8vw, 1.6rem);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.therapy-day__col-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid var(--td-accent-border);
  color: var(--td-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.therapy-day__col-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.therapy-day__col-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 800;
  color: var(--td-accent);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}

.therapy-day__col-tagline {
  font-size: 0.78rem;
  color: #8a7a6f;
  margin: 0.2rem 0 0;
  line-height: 1.3;
}

.therapy-day__timeline {
  list-style: none;
  padding: clamp(1rem, 1.5vw, 1.3rem);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.therapy-day__moment {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  align-items: start;
}

.therapy-day__moment:last-child {
  border-bottom: none;
}

.therapy-day__time {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--td-accent);
  background: var(--td-accent-soft);
  border-radius: 6px;
  padding: 0.2rem 0.35rem;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
  margin-top: 0.1rem;
}

.therapy-day__label {
  font-size: 0.9rem;
  color: #2E2A27;
  line-height: 1.5;
}

.therapy-day__note {
  text-align: center;
  margin: clamp(1.5rem, 2.5vw, 2rem) auto 0;
  max-width: 560px;
  font-size: 0.82rem;
  color: #9a8a7f;
  line-height: 1.5;
  font-style: italic;
}

@media (max-width: 760px) {
  .therapy-day__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .therapy-day__column {
    transition: none;
  }
}

/* ---- Locations directory sections (by-state / by-city) ---- */

.kicker-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255, 107, 63, 0.09);
  border: 1px solid rgba(255, 107, 63, 0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
}

/* Distinct backgrounds so the two directories read as separate sections.
     Higher specificity (0,3,0) than the auto-alternation on
     .site-main > .section-wrap (0,2,x), so these win. */

.site-main > .locations-state-directory.section-wrap {
  background: linear-gradient(180deg, #F6EFE4 0%, #EFE3D0 100%);
}

.site-main > .locations-city-directory.section-wrap {
  background: linear-gradient(180deg, #FFFFFF 0%, #EEF4F1 100%);
  border-bottom: 1px solid rgba(46, 42, 39, 0.06);
}

/* Align the directory content width with the modern sections (__inner = 1180px). */

.locations-city-directory .site-container,
  .locations-state-directory .site-container {
  max-width: 1180px;
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

/* City picker animation (state + locations pages). Each group is revealed by
     JS toggling its [hidden] attribute, so the keyframes play on every show. */

@keyframes loc-city-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.locations-city-directory [data-location-group]:not([hidden]) {
  animation: loc-city-reveal 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.locations-city-directory [data-location-group]:not([hidden]) li {
  animation: loc-city-reveal 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(1) {
  animation-delay: 0.03s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(2) {
  animation-delay: 0.06s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(3) {
  animation-delay: 0.09s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(4) {
  animation-delay: 0.12s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(5) {
  animation-delay: 0.15s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(6) {
  animation-delay: 0.18s;
}

.locations-city-directory [data-location-group]:not([hidden]) li:nth-child(n+7) {
  animation-delay: 0.21s;
}

/* Letter-nav pills: subtle lift on hover, smooth active transition. */

.locations-city-directory [data-location-letter-nav] .pill {
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.locations-city-directory [data-location-letter-nav] .pill:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .locations-city-directory [data-location-group]:not([hidden]),
    .locations-city-directory [data-location-group]:not([hidden]) li {
    animation: none;
  }

  .locations-city-directory [data-location-letter-nav] .pill:hover {
    transform: none;
  }
}

/* ---- Article pages (news + resources collection items) ---- */

.article-hero {
  position: relative;
  background: linear-gradient(180deg, #FFF6EF 0%, #FFE9D6 100%);
  border-bottom: 1px solid rgba(46, 42, 39, 0.08);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
}

.article-hero__inner,
  .article-body,
  .article-cta__inner,
  .article-foot {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 5vw, 2rem);
  padding-right: clamp(1.25rem, 5vw, 2rem);
}

.article-hero__back {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #B84A1F;
  text-decoration: none;
  margin-bottom: 1.4rem;
  transition: gap 0.2s ease, color 0.2s ease;
}

.article-hero__back svg {
  width: 0.85rem;
  height: 0.85rem;
}

.article-hero__back:hover {
  color: #FF6B3F;
  gap: 0.6rem;
}

.article-hero__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B3F;
  background: rgba(255,107,63,0.09);
  border: 1px solid rgba(255,107,63,0.18);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 1.1rem;
}

.article-hero__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.06;
  letter-spacing: -0.028em;
  margin: 0;
}

.article-hero__lead {
  margin: clamp(1rem, 1.6vw, 1.3rem) 0 0;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.6;
  color: #5b524b;
}

.article-hero__byline {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: clamp(1.4rem, 2.2vw, 1.9rem);
}

.article-hero__avatar {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(46,42,39,0.08);
}

.article-hero__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-hero__byline-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.article-hero__author {
  font-weight: 700;
  color: #2E2A27;
  font-size: 0.92rem;
}

.article-hero__meta {
  font-size: 0.82rem;
  color: #8a7a6f;
}

.article-hero__media {
  max-width: 575px;
  margin: clamp(1.8rem, 3vw, 2.6rem) auto 0;
  padding: 0 clamp(1.25rem, 5vw, 2rem);
}

.article-hero__media img {
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 28px 56px rgba(46,42,39,0.12);
}

/* Body — modern prose layered on @tailwindcss/typography */

.article-body {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  color: #3f3833;
  font-size: 1.075rem;
  line-height: 1.78;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body h2 {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 900;
  color: #2E2A27;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: clamp(2.2rem, 4vw, 3rem) 0 0.85rem;
}

.article-body h3 {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-weight: 800;
  color: #2E2A27;
  margin: 2rem 0 0.7rem;
}

.article-body p {
  margin: 0 0 1.15rem;
}

.article-body a {
  color: #C2551A;
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1.5px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease, color 0.2s ease;
}

.article-body a:hover {
  color: #FF6B3F;
  background-size: 100% 1.5px;
}

.article-body strong {
  color: #2E2A27;
  font-weight: 700;
}

.article-body ul, .article-body ol {
  margin: 0 0 1.3rem;
  padding-left: 1.4rem;
}

.article-body li {
  margin: 0.4rem 0;
  padding-left: 0.3rem;
}

.article-body ul li::marker {
  color: #FF6B3F;
}

.article-body ol li::marker {
  color: #B84A1F;
  font-weight: 700;
}

.article-body blockquote {
  margin: 1.6rem 0;
  padding: 0.9rem 1.3rem;
  border-left: 4px solid #FF8B67;
  background: rgba(255,107,63,0.06);
  border-radius: 0 12px 12px 0;
  color: #5b524b;
  font-style: normal;
}

.article-body blockquote p:last-child {
  margin-bottom: 0;
}

.article-body img {
  border-radius: 16px;
  margin: 1.6rem 0;
}

.article-body hr {
  border: 0;
  height: 1px;
  background: rgba(46,42,39,0.12);
  margin: 2.4rem 0;
}

.article-body code {
  background: rgba(46,42,39,0.06);
  border-radius: 5px;
  padding: 0.12em 0.4em;
  font-size: 0.9em;
}

/* Closing CTA */

.article-cta {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.article-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  background: linear-gradient(135deg, #FFF1E1 0%, #FFE3D1 100%);
  border: 1px solid rgba(255,107,63,0.16);
  border-radius: 22px;
  padding: clamp(1.5rem, 2.6vw, 2rem) clamp(1.6rem, 3vw, 2.2rem);
}

.article-cta__kicker {
  font-weight: 800;
  color: #B84A1F;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.article-cta__copy {
  margin: 0;
  color: #5b524b;
  font-size: 0.95rem;
  max-width: 42ch;
}

.article-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FF6B3F;
  color: #FFF8EF;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.article-cta__btn svg {
  width: 0.9rem;
  height: 0.9rem;
}

.article-cta__btn:hover {
  background: #E55A2F;
  transform: translateY(-1px);
}

/* Related resources on resource articles */

.article-related {
  margin-top: clamp(3rem, 6vw, 5rem);
  background: #F4FBF4;
  border-top: 1px solid rgba(63,122,85,0.18);
  border-bottom: 1px solid rgba(46,42,39,0.07);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.article-related__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 2.5rem);
}

.article-related__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.article-related__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3F7A55;
  background: rgba(103, 174, 124, 0.11);
  border: 1px solid rgba(103, 174, 124, 0.22);
  border-radius: 999px;
  padding: 0.34rem 0.95rem;
  margin-bottom: 0.9rem;
}

.article-related__title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 2.35rem;
  font-weight: 900;
  color: #2E2A27;
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0;
}

.article-related__all {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #B84A1F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.article-related__all svg {
  width: 0.9rem;
  height: 0.9rem;
}

.article-related__all:hover {
  color: #FF6B3F;
  gap: 0.7rem;
}

.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.article-related__card {
  min-width: 0;
}

.article-related__card-link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid rgba(46,42,39,0.08);
  border-radius: 20px;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  box-shadow: 0 16px 34px rgba(46,42,39,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.article-related__card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(46,42,39,0.1);
  border-color: rgba(255,107,63,0.24);
}

.article-related__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.article-related__eyebrow,
  .article-related__meta {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.article-related__eyebrow {
  color: #B84A1F;
}

.article-related__meta {
  color: #8a7a6f;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}

.article-related__card-title {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 850;
  color: #2E2A27;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0 0 0.65rem;
}

.article-related__card-copy {
  flex: 1;
  color: #5b524b;
  font-size: 0.93rem;
  line-height: 1.62;
  margin: 0 0 1.35rem;
}

.article-related__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #FF6B3F;
  font-family: "Nunito", "DM Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: auto;
}

.article-related__card-arrow {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: rgba(255,107,63,0.11);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.article-related__card-arrow svg {
  width: 0.78rem;
  height: 0.78rem;
}

.article-related__card-link:hover .article-related__card-arrow {
  transform: translateX(3px);
  background: rgba(255,107,63,0.2);
}

.article-related__card--1 .article-related__eyebrow {
  color: #3F7A55;
}

.article-related__card--1 .article-related__card-arrow {
  background: rgba(103,174,124,0.16);
}

.article-related__card--2 .article-related__eyebrow {
  color: #3A6EA5;
}

.article-related__card--2 .article-related__card-arrow {
  background: rgba(76,135,188,0.15);
}

.article-related__card--3 .article-related__eyebrow {
  color: #8A6512;
}

.article-related__card--3 .article-related__card-arrow {
  background: rgba(232,185,78,0.2);
}

/* Back-to-collection footer */

.article-foot {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.4rem, 2.4vw, 2rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.article-foot--resources {
  max-width: 1120px;
  padding-left: clamp(1.25rem, 5vw, 2.5rem);
  padding-right: clamp(1.25rem, 5vw, 2.5rem);
}

.article-foot__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #B84A1F;
  text-decoration: none;
  text-transform: capitalize;
  transition: gap 0.2s ease, color 0.2s ease;
}

.article-foot__back svg {
  width: 0.9rem;
  height: 0.9rem;
}

.article-foot__back:hover {
  color: #FF6B3F;
  gap: 0.65rem;
}

@media (max-width: 900px) {
  .article-related__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .article-related__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-related__title {
    font-size: 1.85rem;
  }

  .article-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .article-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-related__all,
    .article-related__card-link,
    .article-related__card-arrow {
    transition: none;
  }

  .article-related__card-link:hover {
    transform: none;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-bottom-10{
  bottom: -2.5rem;
}

.-left-8{
  left: -2rem;
}

.-right-6{
  right: -1.5rem;
}

.-top-8{
  top: -2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[3\.6rem\]{
  height: 3.6rem;
}

.h-auto{
  height: auto;
}

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

.w-10{
  width: 2.5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

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

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-2xl{
  border-radius: 32px;
}

.rounded-3xl{
  border-radius: 40px;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.bg-clementine-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
}

.bg-clementine-200\/40{
  background-color: rgb(255 211 122 / 0.4);
}

.bg-clementine-200\/60{
  background-color: rgb(255 211 122 / 0.6);
}

.bg-clementine-600{
  --tw-bg-opacity: 1;
  background-color: rgb(226 139 119 / var(--tw-bg-opacity, 1));
}

.bg-clementine-600\/30{
  background-color: rgb(226 139 119 / 0.3);
}

.bg-surface-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10{
  padding: 2.5rem;
}

.p-5{
  padding: 1.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-center{
  text-align: center;
}

.font-display{
  font-family: Nunito, DM Sans, system-ui, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black{
  font-weight: 900;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.text-brand-clementine{
  --tw-text-opacity: 1;
  color: rgb(255 107 63 / var(--tw-text-opacity, 1));
}

.text-clementine-400{
  --tw-text-opacity: 1;
  color: rgb(242 138 29 / var(--tw-text-opacity, 1));
}

.text-clementine-50{
  --tw-text-opacity: 1;
  color: rgb(255 252 247 / var(--tw-text-opacity, 1));
}

.text-clementine-700{
  --tw-text-opacity: 1;
  color: rgb(46 42 39 / var(--tw-text-opacity, 1));
}

.text-clementine-700\/70{
  color: rgb(46 42 39 / 0.7);
}

.text-clementine-700\/80{
  color: rgb(46 42 39 / 0.8);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft{
  --tw-shadow: 0 12px 24px rgba(46, 42, 39, 0.08);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-clementine-700\/10{
  --tw-ring-color: rgb(46 42 39 / 0.1);
}

.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);
}

.blur-2xl{
  --tw-blur: blur(40px);
  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);
}

.blur-3xl{
  --tw-blur: blur(64px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reveal-group .section-kicker + h1,
  .reveal-group .section-kicker + h2 {
    transform: none;
    letter-spacing: normal;
  }

  .reveal-group .section-kicker + h1::after,
  .reveal-group .section-kicker + h2::after {
    width: 0;
    transition: none;
  }

  .card-rhythm .card:hover,
  .card-rhythm .card:focus-within {
    transform: none;
  }
}

/* ===========================================================
   Clementine Promise (Why Us) + Living Plan (Our Approach)
   =========================================================== */

@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-clementine-400:hover{
  --tw-text-opacity: 1;
  color: rgb(242 138 29 / var(--tw-text-opacity, 1));
}

.hover\:text-clementine-50:hover{
  --tw-text-opacity: 1;
  color: rgb(255 252 247 / var(--tw-text-opacity, 1));
}

.focus-visible\:outline:focus-visible{
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}

@media (min-width: 640px){
  .sm\:h-36{
    height: 9rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:text-left{
    text-align: left;
  }
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.1fr_0\.9fr\]{
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.2fr_1\.6fr_0\.8fr\]{
    grid-template-columns: 1.2fr 1.6fr 0.8fr;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:\[\&\>\*\:first-child\]\:order-2>*:first-child{
    order: 2;
  }
}
