@charset "UTF-8";
/*
! tailwindcss v3.0.23 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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-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:  ;
}
.container{
  width: 100%;
}
.\!container{
  width: 100% !important;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
  .\!container{
    max-width: 640px !important;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
  .\!container{
    max-width: 768px !important;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
  .\!container{
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
  .\!container{
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
  .\!container{
    max-width: 1536px !important;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([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"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([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"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([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"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  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"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  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"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([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"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([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"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([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"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #334155;
  --tw-prose-headings: #334155;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #334155;
  --tw-prose-bullets: #334155;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --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: #10b981;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --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(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([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-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-xl :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-xl :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-xl :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.prose-xl :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-xl :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}
.prose-xl :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}
.prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-xl :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-24{
  top: 6rem;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.isolate{
  isolation: isolate;
}
.z-50{
  z-index: 50;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-4{
  margin-top: 1rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-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;
}
.aspect-\[4\/5\]{
  aspect-ratio: 4 / 5;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3 / 4;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-24{
  height: 6rem;
}
.h-6{
  height: 1.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-48{
  height: 12rem;
}
.h-4{
  height: 1rem;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-1\.5{
  height: 0.375rem;
}
.h-1{
  height: 0.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-12{
  height: 3rem;
}
.h-\[calc\(100vh-130px\)\]{
  height: calc(100vh - 130px);
}
.h-16{
  height: 4rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4\/6{
  height: 66.666667%;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-48{
  width: 12rem;
}
.w-4{
  width: 1rem;
}
.w-56{
  width: 14rem;
}
.w-full{
  width: 100%;
}
.w-8{
  width: 2rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1{
  width: 0.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-12{
  width: 3rem;
}
.w-64{
  width: 16rem;
}
.w-16{
  width: 4rem;
}
.w-10{
  width: 2.5rem;
}
.w-24{
  width: 6rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-14{
  width: 3.5rem;
}
.w-3{
  width: 0.75rem;
}
.min-w-0{
  min-width: 0px;
}
.max-w-none{
  max-width: none;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.flex-none{
  flex: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.-rotate-3{
  --tw-rotate: -3deg;
  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));
}
.-rotate-1{
  --tw-rotate: -1deg;
  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));
}
.rotate-\[0\.8deg\]{
  --tw-rotate: 0.8deg;
  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));
}
.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));
}
@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-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-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));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-none{
  border-style: none;
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-stone-500{
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-navy-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.fill-\[var\(--pj-action\)\]{
  fill: var(--pj-action);
}
.fill-slate-100{
  fill: #f1f5f9;
}
.fill-white{
  fill: #fff;
}
.fill-slate-400{
  fill: #94a3b8;
}
.fill-slate-600{
  fill: #475569;
}
.fill-rose-200{
  fill: #fecdd3;
}
.fill-amber-300{
  fill: #fcd34d;
}
.fill-current{
  fill: currentColor;
}
.stroke-slate-300{
  stroke: #cbd5e1;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-8{
  padding: 2rem;
}
.p-6{
  padding: 1.5rem;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pr-0{
  padding-right: 0px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-bottom{
  vertical-align: bottom;
}
.font-cardo{
  font-family: Cardo;
}
.font-quentin{
  font-family: Quentin;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.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;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-\[1\.05\]{
  line-height: 1.05;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-navy-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.underline-offset-8{
  text-underline-offset: 8px;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --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(0px + 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);
}
.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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --pj-ink: #334155;
  --pj-ink-soft: #64748B;
  --pj-ink-muted: #8993A1;
  --pj-paper: #FFFFFF;
  --pj-canvas: #FBFAF7;
  --pj-canvas-warm: #F7F4EF;
  --pj-line: #E7E5E1;
  --pj-line-soft: #EFEDE8;
  --pj-action: #334155;
  --pj-action-hover: #263445;
  --pj-action-text: #FFFFFF;
  --pj-green: #DEEEDE;
  --pj-green-faint: #F5F9F6;
  --pj-lilac: #F2E5FF;
  --pj-lilac-faint: #F7F0FF;
  --pj-ivory: #F9EBE6;
  --pj-ivory-faint: #FCF6F3;
  --pj-grey: #F2F2F2;
  --pj-radius-sm: 8px;
  --pj-radius-md: 14px;
  --pj-radius-lg: 22px; }
.bg-slate-50 {
  background-color: #fbfaf7 !important; }
.bg-slate-100 {
  background-color: #ddeede !important; }
.bg-emerald-500 {
  background-color: #5f755f !important; }
.bg-emerald-400,
.bg-emerald-100 {
  background-color: #cfdcc9 !important; }
.text-emerald-500 {
  color: #5f755f !important; }
.border-emerald-500 {
  border-color: #5f755f !important; }
.fill-emerald-500 {
  fill: #5f755f !important; }
@font-face {
  font-family: "Cardo";
  src: url("/fonts/cardo/Cardo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Cardo";
  src: url("/fonts/cardo/Cardo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quentin";
  src: url("/fonts/quentin/Quentin.otf") format("truetype"); }
.font-cardo {
  font-synthesis: none; }
h1.font-cardo,
h2.font-cardo,
h3.font-cardo,
h4.font-cardo,
h5.font-cardo,
h6.font-cardo {
  line-height: 1.12; }
h1.shop-hero-title,
h1.planners-hero-title,
h1.font-cardo.leading-\[1\.05\],
h1.font-cardo.leading-\[1\.08\],
h1.font-cardo.md\:leading-\[1\.08\],
h1.font-cardo.leading-\[1\.2\],
h1.font-cardo.md\:leading-tight {
  line-height: 1.02; }
.bg-paper {
  background-image: url("/images/paper.png");
  background-size: cover;
  /* Cover the entire div */
  background-repeat: repeat;
  /* Repeat the image if it's smaller than the div */ }
.cont{
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .cont{
    margin-left: auto;
    margin-right: auto;
  }
  .cont{
    max-width: 80rem;
  }
  .cont{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.glass-card {
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem; }
.glass-card:hover {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); }
.dark .glass-card {
  background: rgba(30, 41, 59, 0.4);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); }
.dark .glass-card:hover {
  background: rgba(30, 41, 59, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); }
.trustbar-icon {
  filter: grayscale(100%); }
.text-regular {
  color: #1f2937; }
.dark .text-regular {
  color: #f1f5f9; }
.bg-primary {
  background-color: #fbfaf7;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity)); }
.bg-secondary {
  background-color: #ddeede;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity)); }
.bg-accent {
  background-color: #5f755f;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff; }
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-accent {
  color: #5f755f; }
.fill-accent {
  fill: #5f755f; }
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.border-accent {
  border-color: #5f755f; }
.bg-accent-soft {
  background-color: #cfdcc9; }
.hover-accent-soft:hover {
  background-color: #cfdcc9; }
.status-accent {
  background-color: #718c71; }
.decoration-primary {
  -webkit-text-decoration-color: #5f755f;
          text-decoration-color: #5f755f; }
.ctaButton {
  background-color: #334155;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  border-radius: var(--pj-radius-md);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition: background-color 0.2s ease; }
.ctaButton:hover {
  background-color: #263445;
  text-decoration: none; }
.borderButton{
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-color: #F4DAD1;
          text-decoration-color: #F4DAD1;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.borderButton:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.softButton{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.softButton:hover{
  --tw-border-opacity: 1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hero-cta-secondary {
  border-radius: var(--pj-radius-md);
  border-width: 1px;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  border-color: #334155;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms; }
.hero-cta-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.dark .hero-cta-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .hero-cta-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.pageTitle{
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Cardo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-synthesis: none;
}
h1.pageTitle, h2.pageTitle, h3.pageTitle, h4.pageTitle, h5.pageTitle, h6.pageTitle {
  line-height: 1.12; }
h1.pageTitle.leading-\[1\.05\], h1.pageTitle.leading-\[1\.08\], h1.pageTitle.md\:leading-\[1\.08\], h1.pageTitle.leading-\[1\.2\], h1.pageTitle.md\:leading-tight {
  line-height: 1.02; }
@media (min-width: 768px){
  .pageTitle{
    width: 66.666667%;
  }
  .pageTitle{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pageTitle{
    font-size: 3rem;
    line-height: 1;
  }
}
.blogTitle{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Cardo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-synthesis: none;
}
h1.blogTitle, h2.blogTitle, h3.blogTitle, h4.blogTitle, h5.blogTitle, h6.blogTitle {
  line-height: 1.12; }
h1.blogTitle.leading-\[1\.05\], h1.blogTitle.leading-\[1\.08\], h1.blogTitle.md\:leading-\[1\.08\], h1.blogTitle.leading-\[1\.2\], h1.blogTitle.md\:leading-tight {
  line-height: 1.02; }
@media (min-width: 768px){
  .blogTitle{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .blogTitle{
    font-size: 3rem;
    line-height: 1;
  }
}
.navlink{
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.navlink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.activeNavlink{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.pagination {
  background-color: #fbfaf7;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem; }
.page-item{
  flex: 1 1 0%;
  text-align: center;
}
.page-item.active{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.snipcart-button-primary {
  background-color: #334155;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  border-radius: var(--pj-radius-md);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition: background-color 0.2s ease; }
.snipcart-button-primary:hover {
  background-color: #263445;
  text-decoration: none; }
@media (min-width: 1024px){
  .planners-colourway.is-flip .planners-colourway-copy .snipcart-button-primary{
    margin-left: auto;
  }
  .journals-edition.is-flip .journals-edition-copy .snipcart-button-primary{
    margin-left: auto;
  }
}
.snipcart-button-primary:hover {
  background-color: #334155;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  border-radius: var(--pj-radius-md);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition: background-color 0.2s ease; }
.snipcart-button-primary:hover:hover {
  background-color: #263445;
  text-decoration: none; }
@media (min-width: 1024px){
  .planners-colourway.is-flip .planners-colourway-copy .snipcart-button-primary:hover{
    margin-left: auto;
  }
  .journals-edition.is-flip .journals-edition-copy .snipcart-button-primary:hover{
    margin-left: auto;
  }
}
/* Goodnotes article headings: handwritten on washi tape effect */
.goodnotes-article h2,
.goodnotes-article h3 {
  position: relative;
  display: inline-block;
  padding: 0.35rem 0.85rem;
  margin: 1.75rem 0 1rem;
  background: #e5ece2;
  font-family: "Cardo", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  transform: rotate(-1deg);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12); }
.goodnotes-article h3 {
  padding: 0.25rem 0.75rem;
  font-size: 1.05em; }
.goodnotes-article h2::before,
.goodnotes-article h3::before {
  content: "";
  position: absolute;
  inset: 0.1rem -0.15rem auto;
  background: rgba(207, 220, 201, 0.9);
  transform: rotate(-2deg);
  z-index: -1; }
.goodnotes-article h2::after,
.goodnotes-article h3::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -0.45rem;
  height: 0.45rem;
  background: rgba(249, 250, 251, 0.9);
  /* light tape strip */
  box-shadow: 0 3px 6px rgba(15, 23, 42, 0.18);
  border-radius: 3px;
  transform: rotate(0deg);
  z-index: -2; }
.dropdown-menu {
  border: 0;
  top: 80px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  z-index: 100;
  width: 100vw;
  /* Full viewport width */ }
.dropdown {
  cursor: pointer; }
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
  z-index: 100;
  transform: translateY(0);
  /* Adjust to bring it into view */ }
.language-dropdown-menu {
  border: 0;
  top: 40px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  z-index: 100;
  width: 9rem;
  /* Override the full width */ }
.dropdown:hover .language-dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }
.br-form .style-3 {
  max-width: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
.br-form .br-form-field-label {
  color: #333 !important;
  font-size: 13px;
  font-weight: 600 !important;
  margin-bottom: 7px; }
.freebies-section-image {
  transform: rotate(-2deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; }
.freebies-section-image-wrap:hover .freebies-section-image {
  transform: rotate(-4deg) scale(1.02); }
.featured-product-image {
  transform: rotate(-2deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; }
.featured-product-image-wrap:hover .featured-product-image {
  transform: rotate(2deg) scale(1.02); }
.freebies-section-form input[type="text"], .freebies-section-form input[type="email"], .freebies-section-form input:not([type="submit"]):not([type="checkbox"]), .home-freebies-form input[type="text"], .home-freebies-form input[type="email"], .home-freebies-form input:not([type="submit"]):not([type="checkbox"]){
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (prefers-color-scheme: dark){
  .freebies-section-form input[type="text"], .freebies-section-form input[type="email"], .freebies-section-form input:not([type="submit"]):not([type="checkbox"]), .home-freebies-form input[type="text"], .home-freebies-form input[type="email"], .home-freebies-form input:not([type="submit"]):not([type="checkbox"]){
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity));
  }
  .freebies-section-form input[type="text"], .freebies-section-form input[type="email"], .freebies-section-form input:not([type="submit"]):not([type="checkbox"]), .home-freebies-form input[type="text"], .home-freebies-form input[type="email"], .home-freebies-form input:not([type="submit"]):not([type="checkbox"]){
    background-color: rgb(30 41 59 / 0.5);
  }
}
.freebies-section-form input[type="text"]:focus, .freebies-section-form input[type="email"]:focus, .freebies-section-form input:not([type="submit"]):not([type="checkbox"]):focus, .home-freebies-form input[type="text"]:focus, .home-freebies-form input[type="email"]:focus, .home-freebies-form input:not([type="submit"]):not([type="checkbox"]):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.freebies-section-form input[type="text"],
.freebies-section-form input[type="email"],
.freebies-section-form input:not([type="submit"]):not([type="checkbox"]),
.home-freebies-form input[type="text"],
.home-freebies-form input[type="email"],
.home-freebies-form input:not([type="submit"]):not([type="checkbox"]) {
  border-color: #d6d3d1; }
.freebies-section-form input[type="text"]:focus,
.freebies-section-form input[type="email"]:focus,
.freebies-section-form input:not([type="submit"]):not([type="checkbox"]):focus,
.home-freebies-form input[type="text"]:focus,
.home-freebies-form input[type="email"]:focus,
.home-freebies-form input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: #5f755f;
  box-shadow: 0 0 0 2px rgba(95, 117, 95, 0.3); }
.freebies-section-form label, .home-freebies-form label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark){
  .freebies-section-form label, .home-freebies-form label{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity));
  }
}
.freebies-section-form button[type="submit"], .freebies-section-form input[type="submit"], .home-freebies-form button[type="submit"], .home-freebies-form input[type="submit"]{
  margin-top: 1rem;
  width: 100%;
  border-radius: 0.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background-color: #334155;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  border-radius: var(--pj-radius-md);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition: background-color 0.2s ease;
}
.freebies-section-form button[type="submit"]:hover, .freebies-section-form input[type="submit"]:hover, .home-freebies-form button[type="submit"]:hover, .home-freebies-form input[type="submit"]:hover {
  background-color: #263445;
  text-decoration: none; }
@media (min-width: 1024px){
  .planners-colourway.is-flip .planners-colourway-copy .freebies-section-form button[type="submit"], .planners-colourway.is-flip .planners-colourway-copy .freebies-section-form input[type="submit"], .planners-colourway.is-flip .planners-colourway-copy .home-freebies-form button[type="submit"], .planners-colourway.is-flip .planners-colourway-copy .home-freebies-form input[type="submit"]{
    margin-left: auto;
  }
  .journals-edition.is-flip .journals-edition-copy .freebies-section-form button[type="submit"], .journals-edition.is-flip .journals-edition-copy .freebies-section-form input[type="submit"], .journals-edition.is-flip .journals-edition-copy .home-freebies-form button[type="submit"], .journals-edition.is-flip .journals-edition-copy .home-freebies-form input[type="submit"]{
    margin-left: auto;
  }
}
.freebies-section-form button[type="submit"]:hover, .freebies-section-form input[type="submit"]:hover, .home-freebies-form button[type="submit"]:hover, .home-freebies-form input[type="submit"]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.freebies-section-form button[type="submit"]:active, .freebies-section-form input[type="submit"]:active, .home-freebies-form button[type="submit"]:active, .home-freebies-form input[type="submit"]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.freebies-section-form form > :not([hidden]) ~ :not([hidden]), .home-freebies-form form > :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));
}
.announcement-bar {
  background-color: rgba(221, 238, 222, 0.85);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18); }
.announcement-bar-text{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .announcement-bar-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.pj-eyebrow{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  margin-bottom: 1.35rem;
}
.pj-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .pj-section{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.pj-product-shadow {
  box-shadow: 0 18px 50px rgba(51, 65, 85, 0.1); }
.need-today-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .need-today-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .need-today-grid{
    gap: 1.25rem;
  }
}
.need-today-tile{
  position: relative;
  padding: 2rem;
}
@media (min-width: 768px){
  .need-today-tile{
    padding: 2.5rem;
  }
}
.need-today-tile {
  border-radius: var(--pj-radius-lg);
  min-height: 180px;
  transition: transform 0.2s ease; }
.need-today-tile:hover {
  transform: translateY(-2px); }
.need-today-tile-green {
  background-color: var(--pj-green-faint); }
.need-today-tile-ivory {
  background-color: var(--pj-ivory-faint); }
.need-today-tile-lilac {
  background-color: var(--pj-lilac-faint); }
.need-today-tile-warm {
  background-color: var(--pj-canvas-warm); }
.need-today-tile-grey {
  background-color: var(--pj-grey); }
@media (min-width: 768px){
  .need-today-tile-grey{
    grid-column: span 2 / span 2;
  }
}
.need-today-arrow{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.review-card{
  padding: 1.5rem;
}
@media (min-width: 768px){
  .review-card{
    padding: 2rem;
  }
}
.review-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--pj-line);
  border-radius: var(--pj-radius-md); }
.how-works {
  background: linear-gradient(180deg, rgba(221, 238, 222, 0.55) 0%, rgba(251, 250, 247, 0.92) 42%, #fbfaf7 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14); }
.how-works-head {
  max-width: 40rem;
  margin-bottom: 3.5rem; }
@media (min-width: 768px) {
  .how-works-head {
    margin-bottom: 5rem; } }
.how-works-title, h2.how-works-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .how-works-title, h2.how-works-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.how-works-title,
h2.how-works-title {
  margin: 0;
  color: var(--pj-ink);
  line-height: 1.08;
  letter-spacing: -0.02em; }
.how-works-subtitle {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.how-works-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(95, 117, 95, 0.22); }
@media (min-width: 900px) {
  .how-works-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 0;
    position: relative; }
  .how-works-list::before {
    content: "";
    position: absolute;
    top: 1.55rem;
    left: 0.35rem;
    right: 0.35rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(95, 117, 95, 0.08), rgba(95, 117, 95, 0.34) 18%, rgba(95, 117, 95, 0.34) 82%, rgba(95, 117, 95, 0.08));
    pointer-events: none; } }
.how-works-step {
  position: relative;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  transition: transform 0.35s ease; }
.how-works-step:last-child {
  border-bottom: 0; }
@media (min-width: 900px) {
  .how-works-step {
    padding: 0 1.75rem 0 0;
    border-bottom: 0; }
  .how-works-step:not(:last-child) {
    padding-right: 2rem; }
  .how-works-step:hover {
    transform: translateY(-3px); } }
.how-works-num {
  display: block;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #5f755f;
  margin-bottom: 1.35rem;
  position: relative;
  z-index: 1; }
@media (min-width: 900px) {
  .how-works-num {
    font-size: 3.35rem;
    margin-bottom: 1.75rem;
    background: #fbfaf7;
    display: inline-block;
    padding-right: 0.7rem; } }
.how-works-copy {
  margin: 0;
  max-width: 16rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--pj-ink);
  font-weight: 500; }
.how-works-footer {
  margin-top: 2.75rem; }
@media (min-width: 768px) {
  .how-works-footer {
    margin-top: 3.75rem; } }
.how-works-cta{
  display: inline-block;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.how-works-cta:hover {
  color: #5f755f;
  border-color: rgba(95, 117, 95, 0.55); }
@media (prefers-reduced-motion: reduce) {
  .how-works-step,
  .how-works-step:hover {
    transition: none;
    transform: none; } }
.home-guides {
  background: var(--pj-paper); }
.home-guides-head {
  max-width: 40rem;
  margin-bottom: 3rem; }
@media (min-width: 768px) {
  .home-guides-head {
    margin-bottom: 4.5rem; } }
.home-guides-title, h2.home-guides-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .home-guides-title, h2.home-guides-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.home-guides-title,
h2.home-guides-title {
  margin: 0;
  color: var(--pj-ink);
  line-height: 1.08;
  letter-spacing: -0.02em; }
.home-guides-subtitle {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.home-guides-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(148, 163, 184, 0.28); }
.home-guides-row {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  color: inherit;
  transition: background-color 0.25s ease; }
.home-guides-row:last-child {
  border-bottom: 0; }
@media (min-width: 768px) {
  .home-guides-row {
    grid-template-columns: 3.5rem minmax(0, 1fr) 11.5rem;
    gap: 1.5rem 2rem;
    align-items: center;
    padding: 2.25rem 0; } }
.home-guides-num {
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #5f755f;
  padding-top: 0.15rem; }
@media (min-width: 768px) {
  .home-guides-num {
    font-size: 2rem;
    padding-top: 0; } }
.home-guides-copy {
  min-width: 0; }
.home-guides-item-title,
h3.home-guides-item-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--pj-ink);
  transition: color 0.2s ease; }
@media (min-width: 768px) {
  .home-guides-item-title,
  h3.home-guides-item-title {
    font-size: 1.75rem;
    max-width: 28rem; } }
.home-guides-row:hover .home-guides-item-title {
  color: #5f755f; }
.home-guides-excerpt {
  margin: 0.7rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--pj-ink-soft);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.home-guides-read {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.3);
  padding-bottom: 0.12rem;
  transition: color 0.2s ease, border-color 0.2s ease; }
.home-guides-row:hover .home-guides-read {
  color: #5f755f;
  border-color: rgba(95, 117, 95, 0.55); }
.home-guides-media {
  display: none;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 3;
  background: var(--pj-canvas-warm); }
@media (min-width: 768px) {
  .home-guides-media {
    display: block; } }
.home-guides-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s ease; }
.home-guides-row:hover .home-guides-media img {
  transform: scale(1.04); }
.home-guides-footer {
  margin-top: 2.5rem; }
@media (min-width: 768px) {
  .home-guides-footer {
    margin-top: 3.25rem; } }
.home-guides-cta{
  display: inline-block;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.home-guides-cta:hover {
  color: #5f755f;
  border-color: rgba(95, 117, 95, 0.55); }
@media (prefers-reduced-motion: reduce) {
  .home-guides-media img,
  .home-guides-row:hover .home-guides-media img {
    transition: none;
    transform: none; } }
.faq-editorial {
  background: linear-gradient(180deg, rgba(221, 238, 222, 0.4) 0%, #fbfaf7 55%, #fbfaf7 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.14); }
.faq-editorial-head {
  max-width: 40rem;
  margin-bottom: 3rem; }
@media (min-width: 768px) {
  .faq-editorial-head {
    margin-bottom: 4.5rem; } }
.faq-editorial-title, h2.faq-editorial-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .faq-editorial-title, h2.faq-editorial-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.faq-editorial-title,
h2.faq-editorial-title {
  margin: 0;
  color: var(--pj-ink);
  line-height: 1.08;
  letter-spacing: -0.02em; }
.faq-editorial-subtitle {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.faq-editorial-list {
  max-width: 46rem;
  margin-inline: auto;
  border-top: 1px solid rgba(95, 117, 95, 0.22); }
.faq-editorial-item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.28); }
.faq-editorial-summary {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) 1.5rem;
  gap: 0.85rem 1.1rem;
  align-items: start;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none; }
.faq-editorial-summary::-webkit-details-marker,
.faq-editorial-summary::marker {
  display: none; }
@media (min-width: 768px) {
  .faq-editorial-summary {
    grid-template-columns: 3.25rem minmax(0, 1fr) 1.75rem;
    gap: 1rem 1.5rem;
    align-items: center;
    padding: 1.85rem 0; } }
.faq-editorial-num {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #5f755f;
  padding-top: 0.2rem; }
@media (min-width: 768px) {
  .faq-editorial-num {
    font-size: 1.75rem;
    padding-top: 0; } }
.faq-editorial-q {
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--pj-ink);
  font-weight: 600;
  transition: color 0.2s ease; }
@media (min-width: 768px) {
  .faq-editorial-q {
    font-size: 1.4rem;
    line-height: 1.3; } }
.faq-editorial-summary:hover .faq-editorial-q,
.faq-editorial-item[open] .faq-editorial-q {
  color: #5f755f; }
.faq-editorial-toggle {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.35rem;
  justify-self: end; }
@media (min-width: 768px) {
  .faq-editorial-toggle {
    margin-top: 0; } }
.faq-editorial-toggle::before,
.faq-editorial-toggle::after {
  content: "";
  position: absolute;
  background: rgba(51, 65, 85, 0.55);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s ease; }
.faq-editorial-toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%); }
.faq-editorial-toggle::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%); }
.faq-editorial-item[open] .faq-editorial-toggle::after {
  transform: translateX(-50%) rotate(90deg); }
.faq-editorial-item[open] .faq-editorial-toggle::before,
.faq-editorial-item[open] .faq-editorial-toggle::after {
  background: #5f755f; }
.faq-editorial-item::details-content {
  display: block;
  overflow: clip;
  block-size: 0;
  transition: block-size 0.75s cubic-bezier(0.22, 1, 0.36, 1), content-visibility 0.75s allow-discrete; }
.faq-editorial-item[open]::details-content {
  block-size: auto; }
@starting-style {
  .faq-editorial-item[open]::details-content {
    block-size: 0; } }
.faq-editorial-a {
  padding: 0 0 1.65rem 0;
  padding-left: calc(2.75rem + 1.1rem); }
@media (min-width: 768px) {
  .faq-editorial-a {
    padding: 0 2.5rem 2rem calc(3.25rem + 1.5rem); } }
.faq-editorial-a p {
  margin: 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.faq-editorial-item[open] .faq-editorial-a {
  -webkit-animation: faq-answer-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
          animation: faq-answer-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both; }
@-webkit-keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-0.45rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-0.45rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.faq-editorial-footer {
  margin-top: 2.75rem;
  max-width: 46rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem; }
@media (min-width: 768px) {
  .faq-editorial-footer {
    margin-top: 3.5rem;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 1.25rem; } }
.faq-editorial-footer-copy {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--pj-ink-soft); }
.faq-editorial-cta{
  display: inline-block;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.faq-editorial-cta:hover {
  color: #5f755f;
  border-color: rgba(95, 117, 95, 0.55); }
@media (prefers-reduced-motion: reduce) {
  .faq-editorial-toggle::before,
  .faq-editorial-toggle::after,
  .faq-editorial-q,
  .faq-editorial-item::details-content {
    transition: none; }
  .faq-editorial-item[open] .faq-editorial-a {
    -webkit-animation: none;
            animation: none; } }
.shop-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(28rem, 72vh, 44rem);
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.shop-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/gallery/Digital_Planner_on_White_Desk.jpeg") 78% 42%/cover no-repeat;
  transform: scale(1.04);
  -webkit-animation: shop-hero-drift 18s ease-in-out infinite alternate;
          animation: shop-hero-drift 18s ease-in-out infinite alternate; }
.shop-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, #ddeede 0%, #ddeede 34%, rgba(221, 238, 222, 0.92) 46%, rgba(221, 238, 222, 0.55) 62%, rgba(221, 238, 222, 0.18) 78%, rgba(221, 238, 222, 0.05) 100%), linear-gradient(to top, rgba(251, 250, 247, 0.35) 0%, transparent 28%); }
.shop-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
.shop-hero-copy {
  max-width: 36rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left; }
.shop-hero-eyebrow{
  display: inline-block;
  padding-bottom: 1.25rem;
  -webkit-animation: shop-hero-rise 0.7s ease both;
          animation: shop-hero-rise 0.7s ease both;
}
.shop-hero-eyebrow::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 1px;
  margin-top: 0.85rem;
  background: rgba(51, 65, 85, 0.45); }
.shop-hero-title {
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--pj-ink);
  max-width: 11ch;
  -webkit-animation: shop-hero-rise 0.85s ease 0.08s both;
          animation: shop-hero-rise 0.85s ease 0.08s both; }
.shop-hero-intro{
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .shop-hero-intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.shop-hero-intro {
  color: #475569;
  max-width: 32rem;
  -webkit-animation: shop-hero-rise 0.9s ease 0.16s both;
          animation: shop-hero-rise 0.9s ease 0.16s both; }
.shop-hero-proof{
  padding-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: #64748b;
  -webkit-animation: shop-hero-rise 0.95s ease 0.24s both;
          animation: shop-hero-rise 0.95s ease 0.24s both;
}
@-webkit-keyframes shop-hero-rise {
  from {
    opacity: 0;
    transform: translateY(14px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes shop-hero-rise {
  from {
    opacity: 0;
    transform: translateY(14px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes shop-hero-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0); }
  to {
    transform: scale(1.08) translate3d(-1.2%, 0.6%, 0); } }
@keyframes shop-hero-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0); }
  to {
    transform: scale(1.08) translate3d(-1.2%, 0.6%, 0); } }
@media (prefers-reduced-motion: reduce) {
  .shop-hero-media,
  .shop-hero-eyebrow,
  .shop-hero-title,
  .shop-hero-intro,
  .shop-hero-proof {
    -webkit-animation: none;
            animation: none; } }
.shop-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.shop-filter-btn{
  cursor: pointer;
  border-radius: 10px;
  border-width: 1px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-color: var(--pj-line);
  color: var(--pj-ink);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.shop-filter-btn.is-active,
.shop-filter-btn:hover {
  background-color: var(--pj-action);
  border-color: var(--pj-action);
  color: #fff; }
.shop-product-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .shop-product-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .shop-product-grid{
    gap: 2rem;
  }
}
@media (min-width: 1024px){
  .shop-product-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .shop-product-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.shop-product-card.is-hidden {
  display: none; }
.shop-product-card-media {
  position: relative; }
.shop-product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pj-ink);
  border: 1px solid var(--pj-line); }
.collection-point{
  padding: 1.25rem;
  border: 1px solid var(--pj-line);
  border-radius: var(--pj-radius-md);
  background: rgba(255, 255, 255, 0.55);
}
.product-hero-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .product-hero-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .product-hero-grid{
    gap: 3.5rem;
  }
  .product-gallery{
    grid-column: span 7 / span 7;
  }
  .product-purchase{
    grid-column: span 5 / span 5;
  }
}
.product-gallery-thumbs{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 640px){
  .product-gallery-thumbs{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.product-thumb{
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  background-color: transparent;
  padding: 0px;
  border-color: var(--pj-line);
  aspect-ratio: 4 / 3;
}
.product-thumb img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-thumb.is-active {
  border-color: var(--pj-action); }
.product-summary-box{
  padding: 1.25rem;
  border: 1px solid var(--pj-line);
  border-radius: var(--pj-radius-md);
  background: rgba(255, 255, 255, 0.65);
}
.product-detail-block{
  border-bottom-width: 1px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-color: var(--pj-line);
}
.product-chip{
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--pj-line);
}
.lead-magnet-band {
  padding: 2.5rem 0 0;
  border-top: 1px solid rgba(95, 117, 95, 0.22); }
.lead-magnet-band .pj-eyebrow {
  margin-bottom: 1rem; }
.lead-magnet-title,
h2.lead-magnet-title {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.lead-magnet-copy {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.lead-magnet-cta{
  display: inline-block;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  margin-top: 1.5rem;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lead-magnet-cta:hover {
  color: #5f755f;
  border-color: rgba(95, 117, 95, 0.55); }
.home-freebies {
  background: linear-gradient(180deg, #fbfaf7 0%, rgba(221, 238, 222, 0.45) 48%, #fbfaf7 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14); }
.home-freebies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  align-items: center; }
@media (min-width: 900px) {
  .home-freebies-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 4.5rem; } }
.home-freebies-head {
  max-width: 34rem;
  margin-bottom: 2rem; }
.home-freebies-title, h2.home-freebies-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .home-freebies-title, h2.home-freebies-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.home-freebies-title,
h2.home-freebies-title {
  margin: 0;
  color: var(--pj-ink);
  line-height: 1.08;
  letter-spacing: -0.02em; }
.home-freebies-subtitle {
  margin: 1.25rem 0 0;
  max-width: 30rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--pj-ink-soft); }
.home-freebies-note {
  margin: 1rem 0 0;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(71, 85, 105, 0.85); }
.home-freebies-form {
  max-width: 26rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.28); }
.home-freebies-media {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 5;
  max-width: 28rem;
  margin-inline: auto;
  background: var(--pj-canvas-warm); }
@media (min-width: 900px) {
  .home-freebies-media {
    max-width: none;
    margin-inline: 0; } }
.home-freebies-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.home-freebies-media:hover img {
  transform: scale(1.03); }
@media (prefers-reduced-motion: reduce) {
  .home-freebies-media img,
  .home-freebies-media:hover img {
    transition: none;
    transform: none; } }
.contact-shell{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .contact-shell{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-shell{
    gap: 3.5rem;
  }
}
.contact-support-card{
  border-radius: 1rem;
  padding: 1rem;
}
@media (min-width: 768px){
  .contact-support-card{
    padding: 1.25rem;
  }
}
.contact-support-card {
  background-color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); }
.contact-input{
  border-radius: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffffff;
  border: 1px solid #d6dee6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-input:focus {
  outline: none;
  border-color: #5f755f;
  box-shadow: 0 0 0 3px rgba(95, 117, 95, 0.18); }
.contact-faq {
  margin-top: 0.5rem; }
.contact-faq .pj-eyebrow {
  margin-bottom: 0.85rem; }
.contact-faq-title {
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.contact-faq-list {
  max-width: none;
  margin-inline: 0; }
.contact-faq-list .faq-editorial-summary {
  padding: 1.25rem 0; }
.contact-faq-list .faq-editorial-q {
  font-size: 1.1rem; }
@media (min-width: 768px) {
  .contact-faq-list .faq-editorial-q {
    font-size: 1.2rem; } }
.contact-faq-list .faq-editorial-a {
  padding-bottom: 1.25rem; }
.products-hero-full {
  background: linear-gradient(90deg, #ddeede 0%, #ddeede 42%, rgba(221, 238, 222, 0.9) 58%, rgba(221, 238, 222, 0.7) 70%, #ddeede 100%), url("/images/Planjuli_daily_digital_planners.JPG") right center/cover no-repeat;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16); }
.products-hero-content{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .products-hero-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.products-layout{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px){
  .products-layout{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.products-sidebar{
  align-self: flex-start;
}
@media (min-width: 1024px){
  .products-sidebar{
    position: -webkit-sticky;
    position: sticky;
  }
  .products-sidebar{
    top: 6rem;
  }
  .products-sidebar{
    grid-column: span 3 / span 3;
  }
}
.products-sidebar-nav{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.products-sidebar-link{
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #334155;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.products-sidebar-link:hover {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(148, 163, 184, 0.24);
  color: #0f172a; }
.product-list-wrap{
  display: flex;
  flex-direction: column;
}
.product-list-wrap > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.product-list-wrap {
  border-color: rgba(148, 163, 184, 0.28); }
.product-list-item{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .product-list-item{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .product-list-item{
    gap: 2rem;
  }
  .product-list-item{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.product-list-media{
  display: block;
}
@media (min-width: 768px){
  .product-list-media{
    grid-column: span 4 / span 4;
  }
  .product-list-content{
    grid-column: span 8 / span 8;
  }
}
.product-list-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.product-list-item:hover .product-list-image {
  transform: scale(1.03); }
.product-list-label{
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background-color: rgba(207, 220, 201, 0.8);
  color: #1f2937;
}
.product-list-cta{
  display: inline-block;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #5f755f;
  color: #ffffff;
}
.product-list-cta:hover {
  filter: brightness(0.95);
  transform: translateY(-1px); }
.product-list-newsletter{
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px){
  .product-list-newsletter{
    padding: 2rem;
  }
}
.product-list-newsletter {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22); }
.newsletter-popup {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: calc(100vw - 2rem);
  max-width: 24rem;
  z-index: 80;
  padding: 1rem 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(95, 117, 95, 0.32);
  background-color: rgba(221, 238, 222, 0.98);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  transform: translateY(115%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.25s ease; }
.newsletter-popup-visible {
  transform: translateY(0);
  opacity: 1; }
.newsletter-popup-hidden {
  display: none; }
.newsletter-popup-close {
  position: absolute;
  top: 0.4rem;
  right: 0.55rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #475569;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer; }
.newsletter-popup-kicker{
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}
.newsletter-popup-body{
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #475569;
}
.newsletter-popup-cta{
  display: inline-block;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #5f755f;
  color: #ffffff;
}
dialog {
  position: fixed;
  bottom: 1em;
  right: 1em;
  overflow-y: auto;
  max-inline-size: calc(min(30em, 100% - 2em));
  max-block-size: calc(100% - 2em);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  overscroll-behavior-block: contain; }
dialog > * {
  margin-block: 0; }
dialog > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em; }
dialog > form {
  display: flex;
  flex-direction: column;
  gap: 1em; }
dialog > form label {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.25em; }
dialog > form p {
  margin-block: 0; }
.wide-content {
  margin-left: -40% !important;
  margin-right: auto !important;
  width: 180% !important;
  padding: 0 50px; }
::-webkit-scrollbar {
  display: none; }
.paper-background {
  background-color: #fbfaf7;
  /* Light beige color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M0 0h100v100H0z" fill="rgba(0,0,0,0.1)" opacity="0.2" /><path d="M0 0h100v100H0z" fill="none" stroke="rgba(0,0,0,0.1)" stroke-width="0.5" /></svg>');
  background-size: cover;
  /* Cover the entire div */
  padding: 20px; }
.planners-page {
  background: var(--pj-canvas);
  color: var(--pj-ink);
  overflow: clip; }
.planners-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(34rem, 88vh, 52rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 55% at 18% 30%, rgba(222, 238, 222, 0.85) 0%, transparent 62%), radial-gradient(ellipse 55% 50% at 78% 18%, rgba(242, 229, 255, 0.55) 0%, transparent 58%), radial-gradient(ellipse 60% 45% at 62% 88%, rgba(249, 235, 230, 0.7) 0%, transparent 55%), linear-gradient(165deg, #fbfaf7 0%, #f4f7f4 48%, #f7f3ef 100%); }
.planners-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; }
.planners-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  -webkit-animation: planners-orb-drift 16s ease-in-out infinite alternate;
          animation: planners-orb-drift 16s ease-in-out infinite alternate; }
.planners-orb-a {
  width: 28rem;
  height: 28rem;
  left: -8%;
  top: 12%;
  background: rgba(222, 238, 222, 0.9); }
.planners-orb-b {
  width: 22rem;
  height: 22rem;
  right: 8%;
  top: -6%;
  background: rgba(242, 229, 255, 0.75);
  -webkit-animation-delay: -4s;
          animation-delay: -4s; }
.planners-orb-c {
  width: 18rem;
  height: 18rem;
  right: 28%;
  bottom: 4%;
  background: rgba(249, 235, 230, 0.85);
  -webkit-animation-delay: -8s;
          animation-delay: -8s; }
.planners-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"); }
.planners-hero-stage {
  position: absolute;
  z-index: 1;
  right: max(-2%, calc(50% - 36rem));
  top: 50%;
  width: min(52vw, 34rem);
  height: min(70vh, 36rem);
  transform: translateY(-48%);
  pointer-events: none; }
.planners-hero-cover {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 56%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 55px rgba(51, 65, 85, 0.16), 0 8px 18px rgba(51, 65, 85, 0.08);
  transform-origin: 50% 60%;
  will-change: transform, opacity;
  -webkit-animation: planners-cover-cycle 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: planners-cover-cycle 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; }
.planners-hero-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover; }
.planners-hero-cover-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.planners-hero-cover-2 {
  -webkit-animation-delay: -4s;
          animation-delay: -4s; }
.planners-hero-cover-3 {
  -webkit-animation-delay: -8s;
          animation-delay: -8s; }
.planners-hero-cover-4 {
  -webkit-animation-delay: -12s;
          animation-delay: -12s; }
.planners-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem; }
.planners-hero-copy {
  max-width: 34rem; }
.planners-hero-title {
  font-size: clamp(2.6rem, 6.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 11ch;
  color: var(--pj-ink); }
.planners-hero-intro{
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .planners-hero-intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.planners-hero-intro {
  color: #475569;
  max-width: 30rem; }
.planners-hero-actions{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 2rem;
}
.planners-hero-proof{
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: var(--pj-ink-soft);
}
.planners-rise {
  -webkit-animation: planners-rise 0.85s ease both;
          animation: planners-rise 0.85s ease both; }
.planners-rise-delay-1 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s; }
.planners-rise-delay-2 {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
.planners-rise-delay-3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }
.planners-year-band {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: linear-gradient(90deg, rgba(222, 238, 222, 0.45), rgba(249, 235, 230, 0.4), rgba(242, 229, 255, 0.35)); }
.planners-year-inner{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .planners-year-inner{
    flex-direction: row;
  }
  .planners-year-inner{
    align-items: baseline;
  }
  .planners-year-inner{
    gap: 2rem;
  }
  .planners-year-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.planners-year-kicker{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pj-ink-soft);
  white-space: nowrap;
}
.planners-year-line {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.35;
  color: var(--pj-ink); }
.planners-section-head{
  max-width: 42rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .planners-section-head{
    padding-top: 6rem;
  }
  .planners-section-head{
    padding-bottom: 3.5rem;
  }
}
.planners-section-head-center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.planners-section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.planners-section-intro{
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .planners-section-intro{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.planners-section-intro {
  color: #64748b; }
.planners-colourway {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden; }
.planners-colourway.tone-green {
  background: radial-gradient(ellipse 80% 70% at 15% 40%, rgba(222, 238, 222, 0.95) 0%, transparent 60%), linear-gradient(180deg, #f7faf7 0%, #eef5ee 100%); }
.planners-colourway.tone-lilac {
  background: radial-gradient(ellipse 80% 70% at 85% 40%, rgba(242, 229, 255, 0.9) 0%, transparent 60%), linear-gradient(180deg, #faf7fc 0%, #f3ecf8 100%); }
.planners-colourway.tone-ivory {
  background: radial-gradient(ellipse 80% 70% at 15% 50%, rgba(249, 235, 230, 0.95) 0%, transparent 60%), linear-gradient(180deg, #fcf8f5 0%, #f6eee9 100%); }
.planners-colourway.tone-mono {
  background: radial-gradient(ellipse 80% 70% at 85% 45%, rgba(226, 232, 240, 0.85) 0%, transparent 60%), linear-gradient(180deg, #f8f8f7 0%, #eef0f2 100%); }
.planners-colourway-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .planners-colourway-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .planners-colourway-grid{
    gap: 3.5rem;
  }
}
.planners-colourway-visual{
  position: relative;
}
@media (min-width: 1024px){
  .planners-colourway-visual{
    grid-column: span 7 / span 7;
  }
  .planners-colourway.is-flip .planners-colourway-visual{
    order: 2;
  }
  .planners-colourway.is-flip .planners-colourway-copy{
    order: 1;
  }
  .planners-colourway.is-flip .planners-colourway-copy{
    text-align: right;
  }
  .planners-colourway.is-flip .planners-colourway-copy .ctaButton{
    margin-left: auto;
  }
  .planners-colourway.is-flip .planners-colourway-price{
    justify-content: flex-end;
  }
}
.planners-colourway-main {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  border-radius: var(--pj-radius-md);
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(51, 65, 85, 0.12), 0 4px 14px rgba(51, 65, 85, 0.06); }
.planners-colourway-main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s ease; }
.planners-colourway:hover .planners-colourway-main img {
  transform: scale(1.02); }
.planners-colourway-thumbs {
  position: absolute;
  z-index: 2;
  right: 0.85rem;
  bottom: 0.85rem;
  display: flex;
  gap: 0.65rem;
  max-width: 54%; }
.planners-colourway-thumb {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(51, 65, 85, 0.18), 0 2px 8px rgba(51, 65, 85, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.92);
  transform: translateY(0) rotate(0.5deg);
  transition: transform 0.35s ease; }
.planners-colourway-thumb:last-child {
  transform: translateY(0) rotate(-1deg); }
.planners-colourway-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover; }
.planners-colourway:hover .planners-colourway-thumb {
  transform: translateY(-4px) rotate(0.5deg); }
.planners-colourway:hover .planners-colourway-thumb:last-child {
  transform: translateY(-6px) rotate(-1deg); }
@media (min-width: 1024px){
  .planners-colourway-copy{
    grid-column: span 5 / span 5;
  }
}
.planners-colourway-index{
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pj-ink-muted);
}
.planners-colourway-name {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.planners-colourway-mood{
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  color: #475569;
  max-width: 22rem;
}
@media (min-width: 1024px){
  .planners-colourway.is-flip .planners-colourway-mood{
    margin-left: auto;
  }
}
.planners-colourway-price{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--pj-ink);
}
.planners-colourway-price span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--pj-ink-soft);
}
.planners-inside{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .planners-inside{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.planners-inside {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(222, 238, 222, 0.35) 0%, transparent 70%), var(--pj-canvas); }
.planners-inside-track{
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .planners-inside-track{
    gap: 2rem;
  }
}
.planners-inside-track {
  padding-left: max(1.25rem, calc((100vw - 72rem) / 2));
  padding-right: max(1.25rem, calc((100vw - 72rem) / 2));
  padding-bottom: 0.75rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }
.planners-inside-card{
  margin: 0px;
  flex: none;
  width: min(72vw, 18rem);
  scroll-snap-align: center;
}
.planners-inside-card img {
  display: block;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 18px 40px rgba(51, 65, 85, 0.12);
  transition: transform 0.45s ease; }
.planners-inside-card:hover img {
  transform: translateY(-6px); }
.planners-inside-card figcaption{
  padding-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: var(--pj-ink-soft);
}
.planners-text-link{
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.28);
  transition: border-color 0.2s ease;
}
.planners-text-link:hover {
  border-color: var(--pj-ink); }
.planners-why{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .planners-why{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.planners-why {
  background: linear-gradient(180deg, #f3f7f3 0%, #fbfaf7 100%); }
.planners-why-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .planners-why-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .planners-why-grid{
    gap: 4rem;
  }
  .planners-why-lead{
    grid-column: span 5 / span 5;
  }
}
.planners-why-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 2rem;
  padding: 0px;
}
@media (min-width: 768px){
  .planners-why-list{
    gap: 2.5rem;
  }
}
@media (min-width: 1024px){
  .planners-why-list{
    grid-column: span 7 / span 7;
  }
}
.planners-why-list li{
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px){
  .planners-why-list li{
    gap: 1.5rem;
  }
}
.planners-why-list li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.planners-why-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }
.planners-why-num{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}
@media (min-width: 768px){
  .planners-why-num{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.planners-why-num {
  color: rgba(95, 117, 95, 0.55);
  min-width: 2.5rem; }
.planners-why-list h3{
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--pj-ink);
}
.planners-why-list p{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.planners-apps{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .planners-apps{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.planners-apps {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: rgba(255, 255, 255, 0.55); }
.planners-apps-inner{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px){
  .planners-apps-inner{
    flex-direction: row;
  }
  .planners-apps-inner{
    align-items: center;
  }
  .planners-apps-inner{
    justify-content: space-between;
  }
}
.planners-apps-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding: 0px;
  font-family: Cardo, Georgia, serif;
  font-size: 1.15rem;
  color: var(--pj-ink);
}
.planners-apps-list li {
  position: relative; }
.planners-apps-list li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1.05rem;
  color: var(--pj-ink-muted); }
@-webkit-keyframes planners-rise {
  from {
    opacity: 0;
    transform: translateY(18px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes planners-rise {
  from {
    opacity: 0;
    transform: translateY(18px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes planners-orb-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1); }
  to {
    transform: translate3d(3%, 4%, 0) scale(1.08); } }
@keyframes planners-orb-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1); }
  to {
    transform: translate3d(3%, 4%, 0) scale(1.08); } }
@-webkit-keyframes planners-cover-cycle {
  /* Front */
  0%,
  18% {
    transform: translate(4%, 8%) rotate(-7deg) scale(1);
    z-index: 4;
    opacity: 1;
    filter: brightness(1); }
  /* Mid-front */
  25%,
  43% {
    transform: translate(34%, 20%) rotate(2deg) scale(0.94);
    z-index: 3;
    opacity: 0.98;
    filter: brightness(0.98); }
  /* Mid-back */
  50%,
  68% {
    transform: translate(62%, 10%) rotate(8deg) scale(0.9);
    z-index: 2;
    opacity: 0.94;
    filter: brightness(0.96); }
  /* Back */
  75%,
  93% {
    transform: translate(88%, 2%) rotate(13deg) scale(0.86);
    z-index: 1;
    opacity: 0.88;
    filter: brightness(0.94); }
  /* Rise back to front */
  100% {
    transform: translate(4%, 8%) rotate(-7deg) scale(1);
    z-index: 4;
    opacity: 1;
    filter: brightness(1); } }
@keyframes planners-cover-cycle {
  /* Front */
  0%,
  18% {
    transform: translate(4%, 8%) rotate(-7deg) scale(1);
    z-index: 4;
    opacity: 1;
    filter: brightness(1); }
  /* Mid-front */
  25%,
  43% {
    transform: translate(34%, 20%) rotate(2deg) scale(0.94);
    z-index: 3;
    opacity: 0.98;
    filter: brightness(0.98); }
  /* Mid-back */
  50%,
  68% {
    transform: translate(62%, 10%) rotate(8deg) scale(0.9);
    z-index: 2;
    opacity: 0.94;
    filter: brightness(0.96); }
  /* Back */
  75%,
  93% {
    transform: translate(88%, 2%) rotate(13deg) scale(0.86);
    z-index: 1;
    opacity: 0.88;
    filter: brightness(0.94); }
  /* Rise back to front */
  100% {
    transform: translate(4%, 8%) rotate(-7deg) scale(1);
    z-index: 4;
    opacity: 1;
    filter: brightness(1); } }
@media (max-width: 1023px) {
  .planners-hero-stage {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(90%, 22rem);
    height: 16rem;
    margin: 0.5rem auto 2rem; }
  .planners-hero {
    min-height: 0;
    flex-direction: column;
    padding-top: 2rem; }
  .planners-hero-inner {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem; }
  .planners-hero-cover {
    width: 48%;
    -webkit-animation-duration: 14s;
            animation-duration: 14s; }
  .planners-colourway-thumbs {
    right: 0.6rem;
    bottom: 0.6rem;
    max-width: 48%;
    gap: 0.45rem; } }
@media (prefers-reduced-motion: reduce) {
  .planners-rise,
  .planners-orb,
  .planners-hero-cover {
    -webkit-animation: none;
            animation: none; }
  .planners-hero-cover-1 {
    transform: translate(8%, 6%) rotate(-6deg);
    z-index: 4; }
  .planners-hero-cover-2 {
    transform: translate(36%, 18%) rotate(2deg) scale(0.94);
    z-index: 3; }
  .planners-hero-cover-3 {
    transform: translate(58%, 4%) rotate(8deg) scale(0.9);
    z-index: 2; }
  .planners-hero-cover-4 {
    transform: translate(78%, 0%) rotate(12deg) scale(0.86);
    z-index: 1;
    opacity: 0.9; }
  .planners-colourway:hover .planners-colourway-main img,
  .planners-colourway:hover .planners-colourway-thumb,
  .planners-inside-card:hover img {
    transform: none; } }
.pj-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease; }
.pj-reveal.is-visible {
  opacity: 1;
  transform: translateY(0); }
.shop-product-card-media {
  position: relative; }
.shop-product-card-img {
  position: absolute;
  inset: 0;
  transition: opacity 0.45s ease, transform 0.5s ease; }
.shop-product-card-img.is-primary {
  position: relative;
  opacity: 1; }
.shop-product-card-img.is-hover {
  opacity: 0; }
.shop-product-card:hover .shop-product-card-img.is-primary,
.shop-product-card:focus-visible .shop-product-card-img.is-primary {
  opacity: 0;
  transform: scale(1.03); }
.shop-product-card:hover .shop-product-card-img.is-hover,
.shop-product-card:focus-visible .shop-product-card-img.is-hover {
  opacity: 1;
  transform: scale(1.03); }
.shop-product-card:focus-visible {
  outline: 2px solid var(--pj-action);
  outline-offset: 4px;
  border-radius: var(--pj-radius-md); }
.product-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 0 calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(251, 250, 247, 0.94);
  border-top: 1px solid var(--pj-line);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 -10px 30px rgba(51, 65, 85, 0.08); }
.product-sticky-buy[hidden] {
  display: none !important; }
.product-sticky-buy-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.product-sticky-buy-copy {
  min-width: 0; }
.product-sticky-buy-copy p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campaign-hero {
  background: radial-gradient(ellipse 70% 55% at 12% 20%, rgba(222, 238, 222, 0.7) 0%, transparent 60%), radial-gradient(ellipse 50% 45% at 88% 10%, rgba(249, 235, 230, 0.55) 0%, transparent 55%), var(--pj-canvas);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08); }
.campaign-hero-inner{
  max-width: 48rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){
  .campaign-hero-inner{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.campaign-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.campaign-intro{
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .campaign-intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.campaign-intro {
  color: #475569;
  max-width: 36rem; }
.journals-page {
  background: var(--pj-canvas);
  color: var(--pj-ink);
  overflow: clip; }
.journals-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(34rem, 88vh, 52rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse 65% 55% at 16% 28%, rgba(249, 235, 230, 0.9) 0%, transparent 62%), radial-gradient(ellipse 55% 50% at 82% 16%, rgba(242, 229, 255, 0.5) 0%, transparent 58%), radial-gradient(ellipse 50% 40% at 55% 90%, rgba(222, 238, 222, 0.45) 0%, transparent 55%), linear-gradient(165deg, #fbfaf7 0%, #f8f4f1 52%, #f4f1f7 100%); }
.journals-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; }
.journals-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.5;
  -webkit-animation: planners-orb-drift 18s ease-in-out infinite alternate;
          animation: planners-orb-drift 18s ease-in-out infinite alternate; }
.journals-orb-a {
  width: 26rem;
  height: 26rem;
  left: -6%;
  top: 18%;
  background: rgba(249, 235, 230, 0.95); }
.journals-orb-b {
  width: 20rem;
  height: 20rem;
  right: 10%;
  top: -4%;
  background: rgba(242, 229, 255, 0.7);
  -webkit-animation-delay: -5s;
          animation-delay: -5s; }
.journals-orb-c {
  width: 16rem;
  height: 16rem;
  right: 32%;
  bottom: 6%;
  background: rgba(222, 238, 222, 0.7);
  -webkit-animation-delay: -9s;
          animation-delay: -9s; }
.journals-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"); }
.journals-hero-stage {
  position: absolute;
  z-index: 1;
  right: max(-2%, calc(50% - 36rem));
  top: 50%;
  width: min(50vw, 32rem);
  height: min(68vh, 34rem);
  transform: translateY(-48%);
  pointer-events: none; }
.journals-hero-cover {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 54%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 55px rgba(51, 65, 85, 0.15), 0 8px 18px rgba(51, 65, 85, 0.08);
  transform-origin: 50% 60%;
  will-change: transform, opacity;
  -webkit-animation: journals-cover-cycle 14s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: journals-cover-cycle 14s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; }
.journals-hero-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover; }
.journals-hero-cover-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.journals-hero-cover-2 {
  -webkit-animation-delay: -4.66s;
          animation-delay: -4.66s; }
.journals-hero-cover-3 {
  -webkit-animation-delay: -9.33s;
          animation-delay: -9.33s; }
.journals-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem; }
.journals-hero-copy {
  max-width: 34rem; }
.journals-hero-title {
  font-size: clamp(2.5rem, 5.8vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 12ch;
  color: var(--pj-ink); }
.journals-hero-intro{
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .journals-hero-intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.journals-hero-intro {
  color: #475569;
  max-width: 30rem; }
.journals-hero-actions{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 2rem;
}
.journals-hero-proof{
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: var(--pj-ink-soft);
}
.journals-rise {
  -webkit-animation: planners-rise 0.85s ease both;
          animation: planners-rise 0.85s ease both; }
.journals-rise-delay-1 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s; }
.journals-rise-delay-2 {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
.journals-rise-delay-3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }
.journals-band {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: linear-gradient(90deg, rgba(249, 235, 230, 0.55), rgba(242, 229, 255, 0.4), rgba(222, 238, 222, 0.35)); }
.journals-band-inner{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .journals-band-inner{
    flex-direction: row;
  }
  .journals-band-inner{
    align-items: baseline;
  }
  .journals-band-inner{
    gap: 2rem;
  }
  .journals-band-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.journals-band-kicker{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pj-ink-soft);
  white-space: nowrap;
}
.journals-band-line {
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  line-height: 1.35;
  color: var(--pj-ink); }
.journals-section-head{
  max-width: 42rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .journals-section-head{
    padding-top: 6rem;
  }
  .journals-section-head{
    padding-bottom: 3.5rem;
  }
}
.journals-section-head-center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.journals-section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.journals-section-intro{
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .journals-section-intro{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.journals-section-intro {
  color: #64748b; }
.journals-edition {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden; }
.journals-edition.tone-reading {
  background: radial-gradient(ellipse 80% 70% at 15% 40%, rgba(222, 238, 222, 0.9) 0%, transparent 60%), linear-gradient(180deg, #f7faf7 0%, #eef5ee 100%); }
.journals-edition.tone-becoming {
  background: radial-gradient(ellipse 80% 70% at 85% 40%, rgba(242, 229, 255, 0.85) 0%, transparent 60%), linear-gradient(180deg, #faf7fc 0%, #f3ecf8 100%); }
.journals-edition.tone-favourites {
  background: radial-gradient(ellipse 80% 70% at 15% 50%, rgba(249, 235, 230, 0.95) 0%, transparent 60%), linear-gradient(180deg, #fcf8f5 0%, #f6eee9 100%); }
.journals-edition-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .journals-edition-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .journals-edition-grid{
    gap: 3.5rem;
  }
}
.journals-edition-visual{
  position: relative;
}
@media (min-width: 1024px){
  .journals-edition-visual{
    grid-column: span 7 / span 7;
  }
  .journals-edition.is-flip .journals-edition-visual{
    order: 2;
  }
  .journals-edition.is-flip .journals-edition-copy{
    order: 1;
  }
  .journals-edition.is-flip .journals-edition-copy{
    text-align: right;
  }
  .journals-edition.is-flip .journals-edition-copy .ctaButton{
    margin-left: auto;
  }
  .journals-edition.is-flip .journals-edition-price{
    justify-content: flex-end;
  }
}
.journals-edition-main {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  border-radius: var(--pj-radius-md);
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(51, 65, 85, 0.12), 0 4px 14px rgba(51, 65, 85, 0.06); }
.journals-edition-main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s ease; }
.journals-edition:hover .journals-edition-main img {
  transform: scale(1.02); }
.journals-edition-thumbs {
  position: absolute;
  z-index: 2;
  right: 0.85rem;
  bottom: 0.85rem;
  display: flex;
  gap: 0.65rem;
  max-width: 54%; }
.journals-edition-thumb {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(51, 65, 85, 0.18), 0 2px 8px rgba(51, 65, 85, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.92);
  transform: rotate(0.5deg);
  transition: transform 0.35s ease; }
.journals-edition-thumb:last-child {
  transform: rotate(-1deg); }
.journals-edition-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover; }
.journals-edition:hover .journals-edition-thumb {
  transform: translateY(-4px) rotate(0.5deg); }
.journals-edition:hover .journals-edition-thumb:last-child {
  transform: translateY(-6px) rotate(-1deg); }
@media (min-width: 1024px){
  .journals-edition-copy{
    grid-column: span 5 / span 5;
  }
}
.journals-edition-index{
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pj-ink-muted);
}
.journals-edition-name {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.journals-edition-subtitle{
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--pj-ink-soft);
}
.journals-edition-mood{
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  color: #475569;
  max-width: 24rem;
}
@media (min-width: 1024px){
  .journals-edition.is-flip .journals-edition-mood, .journals-edition.is-flip .journals-edition-subtitle{
    margin-left: auto;
  }
}
.journals-edition-price{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--pj-ink);
}
.journals-edition-price span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--pj-ink-soft);
}
.journals-inside{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .journals-inside{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.journals-inside {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(249, 235, 230, 0.4) 0%, transparent 70%), var(--pj-canvas); }
.journals-inside-track{
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .journals-inside-track{
    gap: 2rem;
  }
}
.journals-inside-track {
  padding-left: max(1.25rem, calc((100vw - 72rem) / 2));
  padding-right: max(1.25rem, calc((100vw - 72rem) / 2));
  padding-bottom: 0.75rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }
.journals-inside-card{
  margin: 0px;
  flex: none;
  width: min(72vw, 18rem);
  scroll-snap-align: center;
}
.journals-inside-card img {
  display: block;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 18px 40px rgba(51, 65, 85, 0.12);
  transition: transform 0.45s ease; }
.journals-inside-card:hover img {
  transform: translateY(-6px); }
.journals-text-link{
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.28);
  transition: border-color 0.2s ease;
}
.journals-text-link:hover {
  border-color: var(--pj-ink); }
.journals-why{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .journals-why{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.journals-why {
  background: linear-gradient(180deg, #f7f3f0 0%, #fbfaf7 100%); }
.journals-why-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .journals-why-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .journals-why-grid{
    gap: 4rem;
  }
  .journals-why-lead{
    grid-column: span 5 / span 5;
  }
}
.journals-why-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 2rem;
  padding: 0px;
}
@media (min-width: 768px){
  .journals-why-list{
    gap: 2.5rem;
  }
}
@media (min-width: 1024px){
  .journals-why-list{
    grid-column: span 7 / span 7;
  }
}
.journals-why-list li{
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px){
  .journals-why-list li{
    gap: 1.5rem;
  }
}
.journals-why-list li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.journals-why-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }
.journals-why-num{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}
@media (min-width: 768px){
  .journals-why-num{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.journals-why-num {
  color: rgba(148, 120, 130, 0.55);
  min-width: 2.5rem; }
.journals-why-list h3{
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--pj-ink);
}
.journals-why-list p{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.journals-apps{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .journals-apps{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.journals-apps {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: rgba(255, 255, 255, 0.55); }
.journals-apps-inner{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px){
  .journals-apps-inner{
    flex-direction: row;
  }
  .journals-apps-inner{
    align-items: center;
  }
  .journals-apps-inner{
    justify-content: space-between;
  }
}
.journals-apps-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding: 0px;
  font-family: Cardo, Georgia, serif;
  font-size: 1.15rem;
  color: var(--pj-ink);
}
.journals-apps-list li {
  position: relative; }
.journals-apps-list li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1.05rem;
  color: var(--pj-ink-muted); }
@-webkit-keyframes journals-cover-cycle {
  0%,
  28% {
    transform: translate(6%, 10%) rotate(-5deg) scale(1);
    z-index: 3;
    opacity: 1; }
  33%,
  61% {
    transform: translate(40%, 22%) rotate(3deg) scale(0.93);
    z-index: 2;
    opacity: 0.97; }
  66%,
  94% {
    transform: translate(78%, 4%) rotate(10deg) scale(0.88);
    z-index: 1;
    opacity: 0.9; }
  100% {
    transform: translate(6%, 10%) rotate(-5deg) scale(1);
    z-index: 3;
    opacity: 1; } }
@keyframes journals-cover-cycle {
  0%,
  28% {
    transform: translate(6%, 10%) rotate(-5deg) scale(1);
    z-index: 3;
    opacity: 1; }
  33%,
  61% {
    transform: translate(40%, 22%) rotate(3deg) scale(0.93);
    z-index: 2;
    opacity: 0.97; }
  66%,
  94% {
    transform: translate(78%, 4%) rotate(10deg) scale(0.88);
    z-index: 1;
    opacity: 0.9; }
  100% {
    transform: translate(6%, 10%) rotate(-5deg) scale(1);
    z-index: 3;
    opacity: 1; } }
@media (max-width: 1023px) {
  .journals-hero {
    min-height: 0;
    flex-direction: column;
    padding-top: 2rem; }
  .journals-hero-stage {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(90%, 22rem);
    height: 15rem;
    margin: 0.5rem auto 2rem; }
  .journals-hero-inner {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem; }
  .journals-hero-cover {
    width: 48%;
    -webkit-animation-duration: 12s;
            animation-duration: 12s; }
  .journals-edition-thumbs {
    right: 0.6rem;
    bottom: 0.6rem;
    max-width: 48%;
    gap: 0.45rem; } }
@media (prefers-reduced-motion: reduce) {
  .pj-reveal {
    opacity: 1;
    transform: none;
    transition: none; }
  .shop-product-card-img {
    transition: none; }
  .journals-rise,
  .journals-orb,
  .journals-hero-cover {
    -webkit-animation: none;
            animation: none; }
  .journals-hero-cover-1 {
    transform: translate(8%, 8%) rotate(-5deg);
    z-index: 3; }
  .journals-hero-cover-2 {
    transform: translate(36%, 20%) rotate(2deg) scale(0.94);
    z-index: 2; }
  .journals-hero-cover-3 {
    transform: translate(62%, 4%) rotate(9deg) scale(0.9);
    z-index: 1; }
  .journals-edition:hover .journals-edition-main img,
  .journals-edition:hover .journals-edition-thumb,
  .journals-inside-card:hover img {
    transform: none; } }
.why-page {
  background: var(--pj-canvas);
  color: var(--pj-ink);
  overflow: clip; }
.why-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 55% at 12% 20%, rgba(222, 238, 222, 0.75) 0%, transparent 60%), radial-gradient(ellipse 55% 50% at 88% 15%, rgba(249, 235, 230, 0.65) 0%, transparent 55%), radial-gradient(ellipse 45% 40% at 60% 90%, rgba(242, 229, 255, 0.4) 0%, transparent 55%), linear-gradient(165deg, #fbfaf7 0%, #f5f3ef 100%); }
.why-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; }
.why-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.5;
  -webkit-animation: planners-orb-drift 18s ease-in-out infinite alternate;
          animation: planners-orb-drift 18s ease-in-out infinite alternate; }
.why-orb-a {
  width: 24rem;
  height: 24rem;
  left: -5%;
  top: 10%;
  background: rgba(222, 238, 222, 0.9); }
.why-orb-b {
  width: 18rem;
  height: 18rem;
  right: 5%;
  top: -4%;
  background: rgba(249, 235, 230, 0.85);
  -webkit-animation-delay: -6s;
          animation-delay: -6s; }
.why-orb-c {
  width: 14rem;
  height: 14rem;
  right: 35%;
  bottom: 5%;
  background: rgba(242, 229, 255, 0.7);
  -webkit-animation-delay: -10s;
          animation-delay: -10s; }
.why-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"); }
.why-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem; }
@media (min-width: 1024px){
  .why-hero-inner{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .why-hero-inner{
    gap: 3.5rem;
  }
}
.why-hero-inner {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
@media (min-width: 1024px){
  .why-hero-copy{
    grid-column: span 6 / span 6;
  }
}
.why-hero-copy {
  max-width: 34rem; }
.why-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 12ch;
  color: var(--pj-ink); }
.why-hero-intro{
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .why-hero-intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.why-hero-intro {
  color: #475569;
  max-width: 30rem; }
.why-hero-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  padding-top: 2rem;
}
.why-hero-visual{
  margin: 0px;
}
@media (min-width: 1024px){
  .why-hero-visual{
    grid-column: span 6 / span 6;
  }
}
.why-hero-visual {
  border-radius: var(--pj-radius-md);
  overflow: hidden;
  box-shadow: 0 28px 55px rgba(51, 65, 85, 0.14), 0 6px 16px rgba(51, 65, 85, 0.07);
  transform: rotate(1.5deg); }
.why-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover; }
.why-rise {
  -webkit-animation: planners-rise 0.85s ease both;
          animation: planners-rise 0.85s ease both; }
.why-rise-delay-1 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s; }
.why-rise-delay-2 {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
.why-rise-delay-3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }
.why-text-link{
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.28);
  transition: border-color 0.2s ease;
}
.why-text-link:hover {
  border-color: var(--pj-ink); }
.why-manifesto {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: linear-gradient(90deg, rgba(222, 238, 222, 0.4), rgba(249, 235, 230, 0.4), rgba(242, 229, 255, 0.3)); }
.why-manifesto-inner{
  max-width: 48rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){
  .why-manifesto-inner{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.why-manifesto-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.why-manifesto-body{
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .why-manifesto-body{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.why-manifesto-body {
  color: #475569; }
.why-pillar {
  padding: clamp(3rem, 7vw, 5.5rem) 0; }
.why-pillar.tone-sage {
  background: linear-gradient(180deg, #f5f8f5 0%, #eef4ee 100%); }
.why-pillar.tone-ivory {
  background: linear-gradient(180deg, #fcf8f5 0%, #f6eee9 100%); }
.why-pillar.tone-lilac {
  background: linear-gradient(180deg, #faf7fc 0%, #f3ecf8 100%); }
.why-pillar.tone-warm {
  background: linear-gradient(180deg, #f8f6f3 0%, #f2efea 100%); }
.why-pillar-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .why-pillar-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .why-pillar-grid{
    gap: 3.5rem;
  }
  .why-pillar-copy{
    grid-column: span 5 / span 5;
  }
  .why-pillar.is-flip .why-pillar-copy{
    order: 2;
  }
  .why-pillar.is-flip .why-pillar-media{
    order: 1;
  }
}
.why-pillar-num{
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .why-pillar-num{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.why-pillar-num {
  color: rgba(95, 117, 95, 0.45);
  line-height: 1; }
.why-pillar-title {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.why-pillar-body{
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .why-pillar-body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.why-pillar-body {
  color: #475569;
  max-width: 28rem; }
.why-pillar-media{
  margin: 0px;
}
@media (min-width: 1024px){
  .why-pillar-media{
    grid-column: span 7 / span 7;
  }
}
.why-pillar-media {
  border-radius: var(--pj-radius-md);
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(51, 65, 85, 0.12); }
.why-pillar-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s ease; }
.why-pillar:hover .why-pillar-media img {
  transform: scale(1.02); }
.why-milan{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .why-milan{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.why-milan {
  background: var(--pj-canvas); }
.why-milan-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .why-milan-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .why-milan-grid{
    gap: 4rem;
  }
  .why-milan-grid > div:first-child{
    grid-column: span 5 / span 5;
  }
}
.why-milan-points{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 2rem;
  padding: 0px;
}
@media (min-width: 1024px){
  .why-milan-points{
    grid-column: span 7 / span 7;
  }
}
.why-milan-points li {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.why-milan-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }
.why-milan-points h3{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--pj-ink);
}
.why-milan-points p{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.why-section-title {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.why-section-body{
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .why-section-body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.why-section-body {
  color: #64748b;
  max-width: 36rem; }
.why-section-head{
  max-width: 42rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .why-section-head{
    padding-bottom: 3rem;
  }
}
.why-section-head-center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.why-palette{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){
  .why-palette{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.why-palette {
  background: linear-gradient(180deg, #f3f7f3 0%, #fbfaf7 100%); }
.why-swatches{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .why-swatches{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .why-swatches{
    gap: 1.25rem;
  }
}
.why-swatch{
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
@media (min-width: 768px){
  .why-swatch{
    padding: 1.25rem;
  }
}
.why-swatch {
  min-height: 9rem;
  border-radius: var(--pj-radius-md);
  overflow: hidden; }
.why-swatch em{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-style: normal;
  color: var(--pj-ink);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
}
.why-swatch-green {
  background: #DEEEDE; }
.why-swatch-lilac {
  background: #F2E5FF; }
.why-swatch-ivory {
  background: #F9EBE6; }
.why-swatch-grey {
  background: #E8E8E8; }
.why-apps{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .why-apps{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.why-apps {
  border-top: 1px solid rgba(51, 65, 85, 0.08);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  background: rgba(255, 255, 255, 0.55); }
.why-apps-inner{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px){
  .why-apps-inner{
    flex-direction: row;
  }
  .why-apps-inner{
    align-items: center;
  }
  .why-apps-inner{
    justify-content: space-between;
  }
}
.why-apps-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding: 0px;
  font-family: Cardo, Georgia, serif;
  font-size: 1.15rem;
  color: var(--pj-ink);
}
.why-apps-list li {
  position: relative; }
.why-apps-list li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1.05rem;
  color: var(--pj-ink-muted); }
.why-how{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .why-how{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.why-how-list{
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 0px;
}
@media (min-width: 640px){
  .why-how-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .why-how-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.why-how-list li{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(51, 65, 85, 0.12);
}
.why-how-list span{
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(95, 117, 95, 0.5);
  line-height: 1;
}
.why-how-list p{
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.why-gallery{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){
  .why-gallery{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.why-gallery {
  background: linear-gradient(180deg, #f7f3f0 0%, #fbfaf7 100%); }
.why-gallery-track{
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .why-gallery-track{
    gap: 1.5rem;
  }
}
.why-gallery-track {
  padding-left: max(1.25rem, calc((100vw - 72rem) / 2));
  padding-right: max(1.25rem, calc((100vw - 72rem) / 2));
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
.why-gallery-card{
  margin: 0px;
  flex: none;
  width: min(70vw, 17rem);
  scroll-snap-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(51, 65, 85, 0.12);
}
.why-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover; }
.why-paths{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .why-paths{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.why-paths-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  .why-paths-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-paths-grid{
    gap: 2rem;
  }
}
.why-path{
  display: block;
  padding: 1.75rem;
}
@media (min-width: 768px){
  .why-path{
    padding: 2.5rem;
  }
}
.why-path {
  border-radius: var(--pj-radius-lg);
  transition: transform 0.35s ease; }
.why-path:hover {
  transform: translateY(-4px); }
.why-path.tone-plan {
  background: rgba(222, 238, 222, 0.55); }
.why-path.tone-reflect {
  background: rgba(249, 235, 230, 0.65); }
.why-final{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .why-final{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.why-final {
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(222, 238, 222, 0.55) 0%, transparent 70%), var(--pj-canvas);
  border-top: 1px solid rgba(51, 65, 85, 0.08); }
.why-final-inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  text-align: center;
}
.why-final-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.why-final-body{
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  color: #475569;
}
.why-final-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .why-hero-visual {
    transform: none;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto; }
  .why-hero-inner {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
@media (prefers-reduced-motion: reduce) {
  .why-rise,
  .why-orb {
    -webkit-animation: none;
            animation: none; }
  .why-pillar:hover .why-pillar-media img,
  .why-path:hover {
    transform: none; } }
.blog-page {
  background: linear-gradient(180deg, #f7f4ef 0%, #f9f7f3 38%, #f5f7f4 100%);
  color: var(--pj-ink); }
.blog-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 2rem; }
@media (min-width: 1080px) {
  .blog-shell {
    grid-template-columns: minmax(0, 1fr) 13.5rem;
    gap: 3.5rem;
    padding-top: 0; } }
.blog-main {
  min-width: 0; }
.blog-hero {
  position: relative;
  isolation: isolate;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem; }
.blog-hero-wash {
  position: absolute;
  inset: -1rem -1.5rem auto -1.5rem;
  height: 120%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 45% at 12% 20%, rgba(222, 238, 222, 0.55) 0%, transparent 70%), radial-gradient(ellipse 40% 35% at 88% 18%, rgba(249, 235, 230, 0.65) 0%, transparent 65%), repeating-linear-gradient(transparent, transparent 31px, rgba(51, 65, 85, 0.035) 31px, rgba(51, 65, 85, 0.035) 32px);
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%); }
.blog-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 34rem; }
.blog-hero-title {
  font-size: clamp(2.75rem, 6.5vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 11ch;
  color: var(--pj-ink); }
.blog-hero-intro {
  margin-top: 1.75rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  color: #5b6675;
  max-width: 28rem; }
.blog-topics-rail {
  order: -1;
  position: -webkit-sticky;
  position: sticky;
  top: 4.75rem;
  z-index: 25;
  background: linear-gradient(180deg, rgba(247, 244, 239, 0.97) 0%, rgba(247, 244, 239, 0.94) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  margin: 0 -0.15rem;
  padding: 0.85rem 0.15rem 0.95rem; }
@media (min-width: 1080px) {
  .blog-topics-rail {
    order: 0;
    position: relative;
    top: auto;
    z-index: auto;
    padding: 5.5rem 0 0;
    margin: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-bottom: 0;
    align-self: stretch; } }
.blog-topics-sticky {
  padding: 0; }
@media (min-width: 1080px) {
  .blog-topics-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 6.5rem; } }
.blog-topics-label {
  margin-bottom: 1.35rem; }
.blog-topics-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0; }
@media (min-width: 1080px) {
  .blog-topics-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem; } }
.blog-topics-sep {
  display: inline-block;
  width: 0.55rem;
  height: 1px;
  margin: 0 0.55rem;
  background: rgba(51, 65, 85, 0.22); }
@media (min-width: 1080px) {
  .blog-topics-sep {
    display: none; } }
.blog-topic-link {
  font-family: Cardo, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--pj-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.25s ease; }
@media (min-width: 1080px) {
  .blog-topic-link {
    font-size: clamp(1.1rem, 1.4vw, 1.35rem); }
  .blog-topic-link:hover {
    color: var(--pj-ink);
    border-bottom-color: rgba(51, 65, 85, 0.3);
    transform: translateX(3px); } }
.blog-topic-link:hover {
  color: var(--pj-ink);
  border-bottom-color: rgba(51, 65, 85, 0.3); }
.blog-rise {
  -webkit-animation: planners-rise 0.9s ease both;
          animation: planners-rise 0.9s ease both; }
.blog-rise-delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.blog-rise-delay-2 {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s; }
.blog-featured {
  padding: 2rem 0 1rem; }
.blog-featured-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem; }
.blog-featured-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  min-height: min(62vh, 34rem); }
.blog-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(62vh, 34rem);
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
  transition: transform 0.8s ease, filter 0.8s ease; }
.blog-featured-link:hover .blog-featured-media img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1); }
.blog-featured-overlay {
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
  z-index: 1;
  max-width: min(34rem, calc(100% - 2.5rem));
  padding: 0;
  text-align: right; }
.blog-featured-label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-block;
  margin: 0 0 0.45rem;
  padding: 0.35rem 0.65rem;
  color: #475569;
  background: #f7f4ef;
}
h2.blog-featured-title {
  display: inline;
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #334155;
  text-decoration: none;
  background: #f7f4ef;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.08em 0.38em; }
.blog-featured-copy {
  max-width: 40rem; }
.blog-featured-meta,
.blog-entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pj-ink-muted); }
.blog-featured-excerpt {
  margin-top: 0.85rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5b6675; }
.blog-read-link,
.blog-entry-more {
  display: inline-block;
  margin-top: 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--pj-ink);
  border-bottom: 1px solid rgba(51, 65, 85, 0.28);
  padding-bottom: 0.1rem; }
.blog-stream {
  padding: 3rem 0 4.5rem; }
.blog-stream-head {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.12); }
.blog-stream-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.15;
  color: var(--pj-ink); }
.blog-index {
  display: flex;
  flex-direction: column; }
.blog-entry {
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.blog-entry:last-child {
  border-bottom: 0; }
.blog-entry-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2.75rem 0; }
@media (min-width: 760px) {
  .blog-entry-link {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.25rem;
    padding: 3.25rem 0;
    align-items: end; }
  .blog-entry--flip .blog-entry-link {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
  .blog-entry--flip .blog-entry-media {
    order: 2; }
  .blog-entry--flip .blog-entry-copy {
    order: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .blog-entry--flip .blog-entry-meta,
  .blog-entry--flip .blog-entry-more {
    justify-content: flex-end; }
  .blog-entry--flip .blog-entry-title {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .blog-entry--flip .blog-entry-excerpt {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .blog-entry--lead .blog-entry-link {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 3.75rem 0; }
  .blog-entry--lead .blog-entry-media {
    order: 0; }
  .blog-entry--lead .blog-entry-copy {
    order: 0;
    text-align: left;
    max-width: 38rem; }
  .blog-entry--lead .blog-entry-meta,
  .blog-entry--lead .blog-entry-more {
    justify-content: flex-start; }
  .blog-entry--lead .blog-entry-excerpt {
    margin-left: 0;
    max-width: 36rem;
    -webkit-line-clamp: 3;
    font-size: 1.08rem; }
  .blog-entry--lead .blog-entry-title {
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    max-width: 18ch; }
  .blog-entry--lead .blog-entry-media img {
    aspect-ratio: 16 / 9;
    max-height: 28rem;
    width: 100%; } }
.blog-entry-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35); }
.blog-entry-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.88);
  transition: transform 0.7s ease, filter 0.7s ease; }
.blog-entry-link:hover .blog-entry-media img {
  transform: scale(1.03);
  filter: saturate(1); }
.blog-entry-copy {
  position: relative;
  padding-top: 0.25rem; }
.blog-entry-index {
  position: absolute;
  top: -0.35rem;
  right: 0;
  margin: 0;
  font-size: 2.75rem;
  line-height: 1;
  font-style: italic;
  color: rgba(51, 65, 85, 0.12);
  pointer-events: none; }
.blog-entry--flip .blog-entry-index {
  right: auto;
  left: 0; }
.blog-entry--lead .blog-entry-index {
  font-size: 4rem;
  top: -0.6rem;
  right: 0;
  left: auto; }
.blog-entry-cat {
  color: var(--pj-ink-soft); }
.blog-entry-title {
  margin-top: 0.7rem;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -0.022em;
  color: var(--pj-ink);
  max-width: 16ch; }
.blog-entry-excerpt {
  margin-top: 0.9rem;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #64748b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.blog-pagination {
  padding-top: 3.75rem; }
.blog-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(51, 65, 85, 0.12); }
.blog-pager-step {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pj-ink-soft);
  transition: color 0.2s ease; }
.blog-pager-step:first-child {
  justify-self: start; }
.blog-pager-step:last-child {
  justify-self: end;
  text-align: right; }
a.blog-pager-step:hover {
  color: var(--pj-ink); }
.blog-pager-step.is-disabled {
  color: rgba(100, 116, 139, 0.35);
  cursor: default; }
.blog-pager-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none; }
.blog-pager-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.15rem 0.2rem;
  font-family: Cardo, Georgia, serif;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--pj-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease; }
a.blog-pager-page:hover {
  color: var(--pj-ink);
  border-bottom-color: rgba(51, 65, 85, 0.28); }
.blog-pager-page.is-current {
  color: var(--pj-ink);
  border-bottom-color: rgba(51, 65, 85, 0.45); }
.blog-newsletter {
  position: relative;
  isolation: isolate;
  padding: 4rem 0 5.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f4ef 0%, #f4f1eb 55%, #f1eee8 100%); }
.blog-newsletter-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 8% 20%, rgba(222, 238, 222, 0.55) 0%, transparent 68%), radial-gradient(ellipse 45% 50% at 92% 75%, rgba(249, 235, 230, 0.5) 0%, transparent 65%); }
.blog-newsletter-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: end;
  padding: 2.25rem 1.5rem;
  border: 1px solid rgba(51, 65, 85, 0.1);
  background: linear-gradient(165deg, rgba(251, 250, 247, 0.92) 0%, rgba(247, 244, 239, 0.88) 100%);
  box-shadow: 0 18px 40px rgba(51, 65, 85, 0.05); }
@media (min-width: 768px) {
  .blog-newsletter-panel {
    padding: 2.75rem 3rem; } }
@media (min-width: 960px) {
  .blog-newsletter-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3.5rem;
    padding: 3.25rem 3.5rem; } }
.blog-newsletter-copy {
  max-width: 30rem; }
h2.blog-newsletter-title {
  margin-top: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--pj-ink);
  max-width: 12ch; }
.blog-newsletter-note {
  margin-top: 1.15rem;
  max-width: 26rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #5b6675; }
.blog-newsletter-form {
  width: 100%;
  max-width: 26rem;
  justify-self: stretch; }
@media (min-width: 960px) {
  .blog-newsletter-form {
    justify-self: end; } }
.blog-newsletter-form .newsletter-form-container {
  width: 100%; }
.blog-newsletter-form input[type="text"],
.blog-newsletter-form input[type="email"],
.blog-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.blog-newsletter-form textarea {
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: var(--pj-ink);
  background: #fbfaf7;
  border: 1px solid rgba(51, 65, 85, 0.14);
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.blog-newsletter-form input:focus,
.blog-newsletter-form textarea:focus {
  border-color: rgba(51, 65, 85, 0.35);
  box-shadow: 0 0 0 3px rgba(222, 238, 222, 0.55); }
.blog-newsletter-form button[type="submit"],
.blog-newsletter-form input[type="submit"] {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--pj-action);
  border: 1px solid var(--pj-action);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease; }
.blog-newsletter-form button[type="submit"]:hover,
.blog-newsletter-form input[type="submit"]:hover {
  background: #1e293b;
  border-color: #1e293b; }
.blog-newsletter-form label,
.blog-newsletter-form p,
.blog-newsletter-form .mc-form-disclaimer,
.blog-newsletter-form small {
  color: var(--pj-ink-muted);
  font-size: 0.78rem;
  line-height: 1.55; }
.blog-topic-link.is-current {
  color: var(--pj-ink);
  border-bottom-color: rgba(51, 65, 85, 0.35); }
.blog-topics-index {
  padding: 1rem 0 4rem; }
.blog-topics-index-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(51, 65, 85, 0.12); }
.blog-topics-index-item {
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.blog-topics-index-link {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.6rem 0;
  color: inherit; }
.blog-topics-index-num {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
  color: rgba(51, 65, 85, 0.18); }
.blog-topics-index-title {
  display: block;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pj-ink); }
.blog-topics-index-count {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pj-ink-muted); }
.blog-topics-index-arrow {
  font-size: 1.1rem;
  color: var(--pj-ink-muted);
  transition: transform 0.25s ease, color 0.2s ease; }
.blog-topics-index-link:hover .blog-topics-index-arrow {
  color: var(--pj-ink);
  transform: translateX(4px); }
@media (prefers-reduced-motion: reduce) {
  .blog-topics-index-link:hover .blog-topics-index-arrow {
    transform: none; } }
.blog-article-page .blog-main {
  padding-bottom: 2rem; }
.blog-article-hero {
  position: relative;
  isolation: isolate;
  padding-top: 4.25rem;
  padding-bottom: 1.5rem; }
.blog-article-wash {
  position: absolute;
  inset: -1rem -1.5rem auto -1.5rem;
  height: 110%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 45% at 10% 15%, rgba(222, 238, 222, 0.5) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 90% 10%, rgba(249, 235, 230, 0.55) 0%, transparent 65%), repeating-linear-gradient(transparent, transparent 31px, rgba(51, 65, 85, 0.03) 31px, rgba(51, 65, 85, 0.03) 32px);
  mask-image: linear-gradient(180deg, #000 0%, #000 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 65%, transparent 100%); }
.blog-article-back {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease; }
.blog-article-back:hover {
  border-bottom-color: rgba(51, 65, 85, 0.3); }
h1.blog-article-title {
  position: relative;
  z-index: 1;
  margin-top: 0;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
  max-width: none;
  width: 100%;
  color: var(--pj-ink); }
.blog-article-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pj-ink-muted); }
.blog-article-cat {
  color: var(--pj-ink-soft);
  text-decoration: none; }
.blog-article-cat:hover {
  color: var(--pj-ink); }
.blog-article-figure {
  margin: 1.75rem 0 0;
  overflow: hidden;
  border-radius: 2px; }
.blog-article-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.92); }
.blog-article-dek {
  margin: 2rem auto 0;
  max-width: 42rem;
  font-family: Cardo, Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.1vw, 1.5rem);
  line-height: 1.65;
  color: #475569; }
.blog-article-share {
  margin: 1.75rem auto 0;
  max-width: 42rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1); }
.blog-share-label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pj-ink-muted); }
.blog-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem; }
.blog-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--pj-ink-soft);
  text-decoration: none;
  border: 1px solid rgba(51, 65, 85, 0.12);
  background: rgba(251, 250, 247, 0.7);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.blog-share-link:hover {
  color: var(--pj-ink);
  border-color: rgba(51, 65, 85, 0.28);
  background: #fbfaf7; }
.blog-article-body {
  max-width: 42rem;
  margin-inline: auto;
  padding-top: 2.25rem;
  font-family: Cardo, Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.55vw, 1.35rem);
  line-height: 1.75;
  color: #334155; }
.blog-article-body.prose {
  --tw-prose-body: #475569;
  --tw-prose-headings: #334155;
  --tw-prose-links: #334155;
  --tw-prose-bold: #334155;
  --tw-prose-quotes: #64748b;
  --tw-prose-quote-borders: rgba(51, 65, 85, 0.18);
  font-size: clamp(1.2rem, 1.55vw, 1.35rem);
  line-height: 1.75; }
.blog-article-body.prose p,
.blog-article-body.prose li {
  font-family: Cardo, Georgia, "Times New Roman", serif;
  font-size: inherit;
  line-height: 1.75; }
.blog-article-body.prose h2,
.blog-article-body.prose h3,
.blog-article-body.prose h4 {
  font-family: Cardo, Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
  margin-top: 2.5em;
  line-height: 1.2; }
.blog-article-body.prose h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  margin-top: 2.75em; }
.blog-article-body.prose h3 {
  font-size: clamp(1.55rem, 2.3vw, 1.9rem); }
.blog-article-body.prose h4 {
  font-size: clamp(1.3rem, 1.9vw, 1.5rem);
  letter-spacing: -0.01em; }
.blog-article-body.prose a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }
.blog-article-body.prose img {
  border-radius: 2px; }
.blog-article-body.prose blockquote {
  font-style: italic;
  border-left-width: 1px; }
.blog-article-tags {
  margin: 3.5rem auto 0;
  max-width: 42rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(51, 65, 85, 0.1); }
.blog-article-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1rem; }
.blog-related {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(51, 65, 85, 0.12); }
.blog-related-head {
  margin-bottom: 0.5rem; }
.blog-related-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.15;
  color: var(--pj-ink); }
.blog-related-list {
  display: flex;
  flex-direction: column; }
.blog-related-link {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(51, 65, 85, 0.08);
  color: inherit; }
.blog-related-link:last-child {
  border-bottom: 0; }
.blog-related-index {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
  color: rgba(51, 65, 85, 0.18); }
.blog-related-meta {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pj-ink-muted); }
.blog-related-item-title {
  display: block;
  margin-top: 0.4rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--pj-ink);
  max-width: 28ch; }
.blog-related-thumb {
  display: block;
  width: 4.5rem;
  overflow: hidden;
  border-radius: 2px; }
.blog-related-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.9);
  transition: transform 0.55s ease, filter 0.55s ease; }
.blog-related-link:hover .blog-related-thumb img {
  transform: scale(1.04);
  filter: saturate(1); }
@media (max-width: 759px) {
  .blog-related-link {
    grid-template-columns: 2rem minmax(0, 1fr); }
  .blog-related-thumb {
    display: none; } }
@media (prefers-reduced-motion: reduce) {
  .blog-rise {
    -webkit-animation: none;
            animation: none; }
  .blog-featured-link:hover .blog-featured-media img,
  .blog-entry-link:hover .blog-entry-media img,
  .blog-related-link:hover .blog-related-thumb img,
  .blog-topic-link:hover {
    transform: none; } }
.hover\:scale-\[1\.03\]:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:drop-shadow-xl:hover{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --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);
}
.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:scale-\[1\.03\]{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}
.group:hover .group-hover\:underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.prose-headings\:font-cardo :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  font-family: Cardo;
}
@media (prefers-color-scheme: dark){
  .dark\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity));
  }
  .dark\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px){
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .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\:align-middle{
    vertical-align: middle;
  }
}
@media (min-width: 768px){
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:-mt-16{
    margin-top: -4rem;
  }
  .md\:-ml-12{
    margin-left: -3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-32{
    margin-left: 8rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-80{
    margin-bottom: 20rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:h-56{
    height: 14rem;
  }
  .md\:h-screen{
    height: 100vh;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[calc\(100vh-130px\)\]{
    max-height: calc(100vh - 130px);
  }
  .md\:max-h-40{
    max-height: 10rem;
  }
  .md\:min-h-\[680px\]{
    min-height: 680px;
  }
  .md\:w-\[54\%\]{
    width: 54%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-56{
    width: 14rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-\[46\%\]{
    width: 46%;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-5xl{
    max-width: 64rem;
  }
  .md\:max-w-7xl{
    max-width: 80rem;
  }
  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:leading-\[1\.08\]{
    line-height: 1.08;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}
@media (min-width: 1024px){
  .lg\:-ml-16{
    margin-left: -4rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:max-h-\[calc\(100vh-130px\)\]{
    max-height: calc(100vh - 130px);
  }
  .lg\:w-\[22rem\]{
    width: 22rem;
  }
  .lg\:w-2\/12{
    width: 16.666667%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
}
@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
