/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.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;
  }
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.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));
}
.resize {
  resize: both;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.ring {
  --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(3px + 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);
}
.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;
}
/* ============================================================
   ADAM LEWIS — Business Coaching for Tradies
   Editorial / sophisticated brand build.
   Display: Fraunces (serif) + Inter (sans). Accent italic: Instrument Serif.
   ============================================================ */

:root {
  /* ---- BRAND ---- */
  --navy:        #000041;
  --navy-2:      #0a0a55;
  --navy-3:      #14146b;
  --steel:       #16166b;
  --ink:         #0b0c1f;
  --ink-2:       #1a1b3a;
  --amber:       #FCBC08;
  --amber-2:     #ffd34d;
  --amber-dark:  #FF6600;
  --amber-deep:  #c94f00;
  --slate:       #5a6573;
  --slate-2:     #8893a3;
  --line:        #e7e8f0;
  --line-2:      #d8dae6;
  --bg:          #f7f5ee;        /* warm off-white paper */
  --bg-2:        #efece2;        /* deeper paper / hairline section */
  --bg-soft:     #fbfaf5;
  --white:       #ffffff;
  --cream:       #f3eedd;

  /* ---- TYPE ---- */
  --font-display: var(--font-fraunces, 'Fraunces'), 'Times New Roman', Georgia, serif;
  --font-body:    var(--font-inter, 'Inter'), 'Helvetica Neue', Arial, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-italic:  var(--font-instrument, 'Instrument Serif'), 'Fraunces', Georgia, serif;

  /* ---- LAYOUT ---- */
  --maxw:    1240px;
  --maxw-tight: 1080px;
  --maxw-prose: 720px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius:    20px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow:    0 30px 60px -20px rgba(11, 12, 31, 0.25);
  --shadow-sm: 0 10px 28px -12px rgba(11, 12, 31, 0.18);
  --shadow-amber: 0 24px 50px -22px rgba(252, 188, 8, 0.55);
}

/* ---------- RESET ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.6;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
::-moz-selection { background: var(--amber); color: var(--navy); }
::selection { background: var(--amber); color: var(--navy); }

/* ---------- TYPE ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--navy);
  font-variation-settings: "SOFT" 30, "WONK" 0, "opsz" 144;
}
h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); font-weight: 500; }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); letter-spacing: -0.01em; font-weight: 600; }
h4 { font-size: 1.05rem; letter-spacing: 0; font-weight: 600; }
p  { font-size: 1.04rem; }

/* italic accent — appears inside display headings */
.it {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--amber-dark);
}
.it--gold { color: var(--amber-dark); }
.it--cream { color: var(--cream); }

/* heading underline accent (gold bar) */
.bar::after {
  content: "";
  display: block;
  width: 56px; height: 3px;
  background: var(--amber);
  margin-top: 22px;
  border-radius: 2px;
}
.center .bar::after { margin-left: auto; margin-right: auto; }

/* ---------- LAYOUT PRIMITIVES ---------- */
.container       { width: 100%; max-width: var(--maxw);       margin: 0 auto; padding: 0 var(--gutter); }
.container-tight { width: 100%; max-width: var(--maxw-tight); margin: 0 auto; padding: 0 var(--gutter); }
.container-prose { width: 100%; max-width: var(--maxw-prose); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 9vw, 130px) 0; position: relative; }
.section--paper { background: var(--bg-2); }
.section--soft  { background: var(--bg-soft); }
.section--ink   { background: var(--ink); color: #c9cde3; }
.section--navy  { background: var(--navy); color: #c9cde3; }
.section--ink h1, .section--ink h2, .section--ink h3,
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--ink h2, .section--navy h2 { color: #fff; }
.center { text-align: center; }

/* eyebrow tag */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--amber-dark);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; display: block;
  width: 22px; height: 1px; background: currentColor;
}
.section--ink .eyebrow, .section--navy .eyebrow { color: var(--amber); }

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--slate);
  line-height: 1.55;
  max-width: 56ch;
  font-weight: 400;
}
.section--ink .lead, .section--navy .lead { color: #aeb7d4; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- BUTTONS ---------- */
.btn {
  --pad-y: 16px;
  --pad-x: 30px;
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), background .25s, color .25s, border-color .25s, box-shadow .3s;
  overflow: hidden;
  white-space: nowrap;
  isolation: isolate;
}
.btn .arrow {
  width: 18px; height: 18px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.btn:hover .arrow { transform: translateX(4px); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--amber); color: var(--navy); box-shadow: var(--shadow-amber); }
.btn--primary:hover { background: var(--amber-dark); color: #fff; }

.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-2); }

.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-2); }

.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.btn--ghost:hover { border-color: var(--amber); color: var(--amber); }

.btn--ghost-dark {
  background: transparent;
  color: var(--navy);
  border-color: rgba(0,0,65,.25);
}
.btn--ghost-dark:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

.btn--text {
  padding: 0;
  background: none;
  border: 0;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  border-radius: 0;
}
.btn--text:hover { color: var(--amber-dark); transform: none; }

/* ---------- HEADER / NAV ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 12, 31, 0.88);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .3s, padding .3s;
}
.site-header--solid { background: var(--ink); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
}
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand img { height: 32px; width: auto; }
.brand .wm { display: flex; flex-direction: column; line-height: 1; }
.brand .wm .nm {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.brand .wm .sub {
  font-family: var(--font-body);
  font-size: .62rem;
  letter-spacing: 0.32em;
  color: var(--amber);
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  position: relative;
  color: #d1d4e6;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 10px 14px;
  border-radius: 8px;
  transition: color .2s;
}
.nav-links a::before {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::before, .nav-links a.active::before { transform: scaleX(1); }
.nav-links .btn {
  padding: 12px 22px;
  font-size: 0.78rem;
  margin-left: 10px;
}
.nav-links .btn::before { display: none; }
.nav-links .btn:hover { color: var(--navy); }
.nav-links .btn--primary:hover { color: #fff; }

.nav-toggle { display: none; padding: 8px; }
.nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: #fff; margin: 6px 0; border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(252, 188, 8, 0.16), transparent 60%),
    radial-gradient(900px 700px at -10% 100%, rgba(255, 102, 0, 0.18), transparent 60%),
    linear-gradient(160deg, #060724 0%, #0b0c2f 40%, #14156b 100%);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1, 0 0 0 0 1, 0 0 0 0 1, 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: overlay;
}
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 64px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  z-index: 0;
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  padding-top: clamp(80px, 12vw, 140px);
  padding-bottom: clamp(80px, 10vw, 130px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 6.6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 400;
  max-width: 14ch;
}
.hero h1 .it { display: inline-block; color: var(--amber); }
.hero .lead {
  color: #cdd1e8;
  margin-top: 28px;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  max-width: 52ch;
}
.hero-cta {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-meta {
  margin-top: 48px;
  display: flex; gap: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.hero-meta .stat { display: flex; flex-direction: column; }
.hero-meta .num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--amber);
}
.hero-meta .label {
  font-size: 0.72rem;
  color: #8993b8;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 8px;
}

/* hero collage */
.hero-collage {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 460px;
}
.hero-collage .panel {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(252,188,8,.95), rgba(255,102,0,.95));
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-collage .panel--lg {
  inset: 0 0 18% 18%;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255,255,255,.25), transparent 40%),
    linear-gradient(135deg, #14146b, #060724);
  border: 1px solid rgba(255,255,255,.08);
}
.hero-collage .panel--lg .label {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  color: #fff;
}
.hero-collage .panel--lg .label .quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.hero-collage .panel--lg .label .credit {
  margin-top: 14px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
}
.hero-collage .panel--sm {
  top: 8%; right: -2%;
  width: 46%; height: 38%;
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
  display: grid; place-items: center;
  text-align: center;
  padding: 24px;
}
.hero-collage .panel--sm .big {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.03em;
}
.hero-collage .panel--sm .cap {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--navy);
  margin-top: 10px;
  font-weight: 600;
}
.hero-collage .panel--badge {
  bottom: 4%; left: 2%;
  width: 38%; height: 22%;
  background: #fff;
  display: grid; place-items: center;
  padding: 20px;
  text-align: center;
}
.hero-collage .panel--badge .star { color: var(--amber); letter-spacing: 4px; font-size: 1rem; }
.hero-collage .panel--badge p {
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---------- MARQUEE / TICKER ---------- */
.marquee {
  background: var(--navy);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 48px;
  animation: marquee 38s linear infinite;
  align-items: center;
}
.marquee__track:hover { animation-play-state: paused; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
}
.marquee__item .dot {
  width: 8px; height: 8px;
  background: var(--amber);
  border-radius: 50%;
  display: inline-block;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- SECTION HEADER ---------- */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section-head h2 { max-width: 18ch; }
.section-head .lead { margin-top: 0; }
.section-head--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.section-head--center h2 { margin-left: auto; margin-right: auto; }

/* ---------- GRIDS / CARDS ---------- */
.grid { display: grid; gap: clamp(20px, 2.5vw, 30px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 3vw, 38px);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .3s;
  position: relative;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--slate); font-size: 0.98rem; }

/* numbered card */
.card--numbered { padding-top: clamp(40px, 4vw, 52px); }
.card--numbered .index {
  position: absolute;
  top: 22px; right: 28px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--amber-dark);
  letter-spacing: 0.05em;
}
.card .ico {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--navy);
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.card .ico svg { width: 26px; height: 26px; }

/* card on dark sections */
.card--dark {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  color: #cdd1e8;
}
.card--dark:hover { background: rgba(255,255,255,.07); }
.card--dark h3 { color: #fff; }
.card--dark p { color: #aeb7d4; }
.card--dark .ico {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  color: var(--amber);
}

/* feature tick list */
.ticks { list-style: none; margin: 22px 0 0; padding: 0; }
.ticks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--slate);
  font-size: 0.98rem;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: inset 0 0 0 3px var(--bg);
}
.section--ink .ticks li, .section--navy .ticks li { color: #cdd1e8; }
.section--ink .ticks li::before, .section--navy .ticks li::before {
  box-shadow: inset 0 0 0 3px var(--navy);
}

/* ---------- SPLIT LAYOUTS ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.split--align-start { align-items: start; }

/* ---------- IMAGE PLACEHOLDER (refined) ---------- */
.img-ph {
  position: relative;
  border-radius: var(--radius);
  background:
    radial-gradient(80% 80% at 30% 20%, rgba(252,188,8,.22), transparent 60%),
    radial-gradient(80% 80% at 80% 80%, rgba(255,102,0,.22), transparent 60%),
    linear-gradient(135deg, #1a1c4d, #0b0c2f);
  color: rgba(255,255,255,.75);
  display: grid; place-items: center;
  text-align: center;
  padding: 28px;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.img-ph::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1, 0 0 0 0 1, 0 0 0 0 1, 0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .8;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.img-ph .ph-inner {
  position: relative;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  max-width: 24ch;
  line-height: 1.3;
}
.img-ph .ph-inner::before {
  content: "";
  display: block;
  width: 40px; height: 1px;
  background: var(--amber);
  margin: 0 auto 12px;
}

/* ---------- PROGRAM / PLAN CARDS ---------- */
.plan {
  display: flex; flex-direction: column;
  padding: clamp(30px, 3vw, 44px);
  border-radius: var(--radius-lg);
}
.plan .ico {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--amber);
  display: grid; place-items: center;
  margin-bottom: 24px;
}
.plan .ico svg { width: 26px; height: 26px; }
.plan h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; }
.plan .price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 8px 0;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.plan .price small {
  font-family: var(--font-body);
  font-size: .82rem;
  color: var(--slate);
  font-weight: 500;
  margin-left: 4px;
}
.plan .ticks { margin-bottom: 28px; }
.plan .btn { margin-top: auto; align-self: flex-start; }
.plan.featured {
  background: var(--navy);
  color: #fff;
  position: relative;
  border-color: var(--navy);
  box-shadow: var(--shadow);
}
.plan.featured h3, .plan.featured .price { color: #fff; }
.plan.featured .price small { color: var(--amber); }
.plan.featured p { color: #aeb7d4; }
.plan.featured .ticks li { color: #cdd1e8; }
.plan.featured .ticks li::before { box-shadow: inset 0 0 0 3px var(--navy); }
.plan.featured .ico { background: var(--amber); color: var(--navy); }
.plan .tag {
  position: absolute;
  top: -14px; left: 30px;
  background: var(--amber);
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  padding: 7px 14px;
  border-radius: 999px;
}

/* ---------- TESTIMONIALS ---------- */
.quote {
  background: #fff;
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--line);
  position: relative;
  transition: transform .3s, box-shadow .3s;
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quote::before {
  content: "“";
  position: absolute;
  top: 8px; right: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: var(--amber);
  opacity: 0.7;
}
.quote .stars { color: var(--amber); letter-spacing: 3px; margin-bottom: 14px; font-size: 0.95rem; }
.quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.quote .who {
  display: flex; align-items: center; gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.quote .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--amber);
  display: grid; place-items: center;
  font-weight: 700;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}
.quote .who strong { display: block; color: var(--navy); font-family: var(--font-body); font-style: normal; font-weight: 600; }
.quote .who span  { font-size: .85rem; color: var(--slate); }

.section--ink .quote, .section--navy .quote {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}
.section--ink .quote p, .section--navy .quote p { color: #f1f3ff; }
.section--ink .quote .who, .section--navy .quote .who { border-top-color: rgba(255,255,255,.1); }
.section--ink .quote .who strong, .section--navy .quote .who strong { color: #fff; }
.section--ink .quote .who span, .section--navy .quote .who span { color: #aeb7d4; }

/* featured testimonial (full-width quote) */
.quote--featured {
  padding: clamp(36px, 5vw, 60px);
  background: linear-gradient(135deg, var(--steel), var(--navy));
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  border-radius: var(--radius-lg);
}
.quote--featured p {
  color: #f1f3ff;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.4;
}
.quote--featured .who { border-top-color: rgba(255,255,255,.1); }
.quote--featured .who strong { color: #fff; }
.quote--featured .who span { color: #aeb7d4; }

/* ---------- STATS / KPI ---------- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-row > div {
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}
.stat-row > div:last-child { border-right: 0; }
.stat-row .num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}
.stat-row .lbl {
  margin-top: 8px;
  font-size: 0.86rem;
  color: var(--slate);
  letter-spacing: 0.02em;
}

/* dramatic stat block (for results page) */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 30px);
}
.kpi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 40px);
  position: relative;
  overflow: hidden;
}
.kpi::before {
  content: "";
  position: absolute;
  inset: auto -30% -70% auto;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(252,188,8,.18), transparent 70%);
  pointer-events: none;
}
.kpi .lbl {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 16px;
}
.kpi .num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}
.kpi .num .accent { color: var(--amber-dark); }
.kpi .sub {
  margin-top: 14px;
  color: var(--slate);
  font-size: 0.95rem;
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--amber);
  color: var(--navy);
  text-align: center;
  padding: clamp(64px, 8vw, 110px) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 100% at 50% 0%, rgba(255,102,0,.35), transparent 70%);
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 500;
  max-width: 18ch;
  margin: 0 auto;
}
.cta-band p {
  margin: 18px auto 30px;
  color: var(--navy);
  opacity: 0.85;
  max-width: 56ch;
  font-size: 1.06rem;
}
.cta-band .btn--dark { background: var(--navy); }
.cta-band .btn--dark:hover { background: var(--ink); }

/* ---------- FORM ---------- */
.form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 42px);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: .82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  background: var(--bg-soft);
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--amber-dark);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(252,188,8,.18);
}
.field textarea { min-height: 140px; resize: vertical; }
.form .btn { width: 100%; justify-content: center; }
.form-note {
  font-size: .85rem;
  color: var(--slate);
  margin-top: 16px;
  text-align: center;
}
.form-msg {
  display: none;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 0.95rem;
}
.form-msg.ok  { display: block; background: #e6f7ee; color: #1c7a45; border: 1px solid #b7e6cb; }
.form-msg.err { display: block; background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }

.contact-info { list-style: none; padding: 0; }
.contact-info li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-info .ico {
  width: 46px; height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--amber);
  display: grid; place-items: center;
}
.contact-info .ico svg { width: 22px; height: 22px; }
.contact-info strong {
  display: block;
  color: var(--navy);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.contact-info span, .contact-info a { color: var(--slate); font-size: 0.96rem; }
.contact-info a:hover { color: var(--amber-dark); }

/* ---------- POST CARDS ---------- */
.post-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card .thumb {
  min-height: 220px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.post-card .body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card .cat {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--amber-dark);
  margin-bottom: 14px;
  font-weight: 600;
}
.post-card h3 {
  font-size: 1.4rem;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.post-card h3 a:hover { color: var(--amber-dark); }
.post-card p { color: var(--slate); font-size: 0.96rem; }
.post-card .read {
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy);
  font-weight: 700;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.post-card .read .arrow { width: 16px; height: 16px; transition: transform .3s; }
.post-card:hover .read .arrow { transform: translateX(4px); }

/* ---------- PAGE HEAD ---------- */
.page-head {
  position: relative;
  background:
    radial-gradient(1000px 600px at 90% 10%, rgba(252, 188, 8, 0.18), transparent 60%),
    radial-gradient(800px 600px at -10% 100%, rgba(255, 102, 0, 0.2), transparent 60%),
    linear-gradient(160deg, #060724 0%, #0b0c2f 60%, #14156b 100%);
  color: #fff;
  padding: clamp(70px, 10vw, 130px) 0 clamp(64px, 9vw, 110px);
  overflow: hidden;
  isolation: isolate;
}
.page-head::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1, 0 0 0 0 1, 0 0 0 0 1, 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.6; mix-blend-mode: overlay; z-index: -1;
}
.page-head h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 400;
  max-width: 22ch;
  margin-top: 14px;
}
.page-head h1 .it { color: var(--amber); }
.page-head .lead {
  color: #cdd1e8;
  margin-top: 24px;
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
}
.crumbs {
  font-size: .76rem;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: var(--font-body);
  font-weight: 500;
}
.crumbs a { color: #aeb7d4; }
.crumbs a:hover { color: var(--amber); }

/* ---------- FOOTER ---------- */
.site-footer {
  background: #050618;
  color: #8e95b8;
  padding: clamp(56px, 7vw, 90px) 0 30px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand img { height: 36px; margin-bottom: 22px; }
.footer-brand p { color: #aeb7d4; max-width: 36ch; font-size: 0.96rem; }
.footer-brand .hashtag {
  color: var(--amber);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-top: 18px;
  display: inline-block;
}
.site-footer h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #aeb7d4; font-size: 0.96rem; transition: color .2s; }
.footer-links a:hover { color: var(--amber); }

.footer-newsletter {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius);
  padding: 24px;
}
.footer-newsletter p { font-size: 0.92rem; color: #aeb7d4; margin-bottom: 14px; }
.footer-newsletter form {
  display: flex; gap: 8px;
}
.footer-newsletter input {
  flex: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  padding: 12px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.92rem;
}
.footer-newsletter input:focus { outline: none; border-color: var(--amber); }
.footer-newsletter button {
  background: var(--amber);
  color: var(--navy);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background .2s;
}
.footer-newsletter button:hover { background: var(--amber-dark); color: #fff; }

.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .82rem;
  color: #6c739a;
}
.footer-bottom a:hover { color: var(--amber); }

/* ---------- ARTICLE / PROSE ---------- */
.article-head {
  position: relative;
  background:
    radial-gradient(1000px 600px at 90% 10%, rgba(252, 188, 8, 0.18), transparent 60%),
    radial-gradient(800px 600px at -10% 100%, rgba(255, 102, 0, 0.2), transparent 60%),
    linear-gradient(160deg, #060724 0%, #0b0c2f 60%, #14156b 100%);
  color: #fff;
  padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 8vw, 100px);
  overflow: hidden;
  isolation: isolate;
}
.article-head::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1, 0 0 0 0 1, 0 0 0 0 1, 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.55; mix-blend-mode: overlay; z-index: -1;
}
.article-head .cat {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: .76rem;
  color: var(--amber);
  font-weight: 600;
  margin: 22px 0 10px;
  display: inline-block;
}
.article-head h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 400;
  max-width: 22ch;
  margin-top: 8px;
  letter-spacing: -0.03em;
}
.article-meta {
  color: #aeb7d4;
  font-size: .92rem;
  margin-top: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.article-meta .pipe { width: 1px; height: 14px; background: rgba(255,255,255,.2); }

/* reading progress bar */
.read-progress {
  position: fixed; top: 0; left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--amber-dark));
  z-index: 100;
  transition: width .15s ease;
}

.prose {
  max-width: 720px;
  margin: 0 auto;
}
.prose .lead-in {
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  color: var(--ink);
  margin-bottom: 1.6rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.prose > p:nth-of-type(2)::first-letter {
  font-family: var(--font-display);
  float: left;
  font-size: 4.6rem;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: var(--amber-dark);
  font-weight: 500;
}
.prose p {
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 1.3rem;
  line-height: 1.7;
}
.prose h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin: 2.6rem 0 1rem;
  letter-spacing: -0.025em;
}
.prose h3 {
  font-size: 1.3rem;
  margin: 1.8rem 0 0.6rem;
}
.prose ul, .prose ol { margin: 0 0 1.5rem 1.3rem; }
.prose li {
  margin-bottom: .7rem;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.65;
}
.prose blockquote {
  border-left: 4px solid var(--amber);
  padding: 18px 28px;
  margin: 2.2rem 0;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  background: var(--bg-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.prose blockquote cite {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: .82rem;
  margin-top: 14px;
  color: var(--slate);
  letter-spacing: 0.02em;
}
.prose .stat-callout {
  background: linear-gradient(135deg, var(--navy), var(--steel));
  color: #fff;
  border-radius: var(--radius);
  padding: 32px;
  margin: 2.2rem 0;
  border: 1px solid rgba(255,255,255,.08);
}
.prose .stat-callout p { color: #cdd1e8; font-size: 1.04rem; line-height: 1.6; }
.prose .stat-callout strong { color: var(--amber); font-family: var(--font-display); font-weight: 500; font-size: 1.1em; letter-spacing: -0.01em; }
.prose hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.4rem 0;
}

/* article navigation footer */
.article-foot {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}
.article-foot .nav-articles {
  display: flex; justify-content: space-between;
  gap: 20px;
}

/* ---------- TIMELINE / PROCESS ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  position: relative;
}
.process::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--amber-dark), transparent);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
}
.process-step .step-num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--amber);
  display: grid; place-items: center;
  margin: 0 auto 22px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  border: 4px solid var(--bg);
}
.section--ink .process-step .step-num,
.section--navy .process-step .step-num { border-color: var(--navy); background: var(--amber); color: var(--navy); }
.process-step h3 { text-align: center; margin-bottom: 8px; }
.process-step p { text-align: center; color: var(--slate); font-size: 0.96rem; }
.section--ink .process-step p, .section--navy .process-step p { color: #aeb7d4; }

/* ---------- DIVIDER LINE WITH LABEL ---------- */
.divider {
  display: flex; align-items: center; gap: 18px;
  margin: clamp(36px, 5vw, 56px) 0;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 600;
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* ---------- TRUST STRIP ---------- */
.trust-strip {
  padding: 18px 0;
  background: var(--ink);
  color: #aeb7d4;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.trust-strip span { margin: 0 18px; }
.trust-strip .dot { color: var(--amber); }

/* ---------- ACCORDION (FAQ) ---------- */
.faq { display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-body);
  font-size: 1.6rem;
  color: var(--amber-dark);
  transition: transform .3s;
  font-weight: 300;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 26px 24px; color: var(--slate); font-size: 1rem; line-height: 1.65; }

/* ---------- REVEAL ANIM ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.show { opacity: 1; transform: none; }
.reveal--stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal--stagger.show > * { opacity: 1; transform: none; }
.reveal--stagger.show > *:nth-child(1) { transition-delay: 0.05s; }
.reveal--stagger.show > *:nth-child(2) { transition-delay: 0.15s; }
.reveal--stagger.show > *:nth-child(3) { transition-delay: 0.25s; }
.reveal--stagger.show > *:nth-child(4) { transition-delay: 0.35s; }
.reveal--stagger.show > *:nth-child(5) { transition-delay: 0.45s; }
.reveal--stagger.show > *:nth-child(6) { transition-delay: 0.55s; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-collage { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-newsletter { grid-column: 1 / -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .stat-row > div:nth-child(2) { border-right: 0; }
  .stat-row > div:nth-child(odd) { border-right: 1px solid var(--line); }
}
@media (max-width: 820px) {
  .nav { height: 68px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 28px;
    gap: 4px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; border-radius: 10px; }
  .nav-links a::before { display: none; }
  .nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.05); }
  .nav-links .btn { text-align: center; margin-top: 8px; padding: 14px 22px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .stat-row > div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .stat-row > div:last-child { border-bottom: 0; }
  .kpi-grid { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; gap: 32px; }
  .process::before { display: none; }
  .process-step .step-num { margin: 0 0 16px; }
  .process-step h3, .process-step p { text-align: left; }
  .hero h1 { font-size: clamp(2.4rem, 9vw, 3.8rem); }
}

/* ---------- UTILITIES ---------- */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 12px; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 36px; }
.mb-0 { margin-bottom: 0 !important; }

.text-amber { color: var(--amber); }
.text-amber-dark { color: var(--amber-dark); }
.text-navy { color: var(--navy); }
.text-slate { color: var(--slate); }
.text-white { color: #fff; }
.text-italic { font-family: var(--font-italic); font-style: italic; }

.bg-navy { background: var(--navy); color: #fff; }
.bg-ink { background: var(--ink); color: #fff; }
.bg-amber { background: var(--amber); color: var(--navy); }
.bg-paper { background: var(--bg-2); }

.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 14px; }
.gap-3 { gap: 22px; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .marquee__track { animation: none; }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Fraunces","arguments":[{"subsets":["latin"],"variable":"--font-fraunces","axes":["opsz","SOFT","WONK"],"weight":"variable","style":["normal","italic"],"display":"swap"}],"variableName":"fraunces"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/3724a2679eb55e3d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/dec24892df1f6098-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/6448e9c529f1ef4a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/287637279c44650d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b387097da7407747-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/cb9f64d62d112b41-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Fraunces Fallback';src: local("Times New Roman");ascent-override: 84.71%;descent-override: 22.09%;line-gap-override: 0.00%;size-adjust: 115.45%
}.__className_56bdf6 {font-family: 'Fraunces', 'Fraunces Fallback'
}.__variable_56bdf6 {--font-fraunces: 'Fraunces', 'Fraunces Fallback'
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"],"variable":"--font-inter","weight":["300","400","500","600","700"],"display":"swap"}],"variableName":"inter"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_fa2f99 {font-family: 'Inter', 'Inter Fallback';font-style: normal
}.__variable_fa2f99 {--font-inter: 'Inter', 'Inter Fallback'
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Instrument_Serif","arguments":[{"subsets":["latin"],"variable":"--font-instrument","weight":["400"],"style":["normal","italic"],"display":"swap"}],"variableName":"instrumentSerif"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/5ece437c7024c161-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9cc5b37ab1350db7-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/35f3de0ebb1cfc70-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e6099e249fd938cc-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Instrument Serif Fallback';src: local("Times New Roman");ascent-override: 117.94%;descent-override: 36.93%;line-gap-override: 0.00%;size-adjust: 83.94%
}.__className_1f5468 {font-family: 'Instrument Serif', 'Instrument Serif Fallback';font-weight: 400
}.__variable_1f5468 {--font-instrument: 'Instrument Serif', 'Instrument Serif Fallback'
}

