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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  background-color: var(--color-linen);
  color: var(--color-espresso);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-linen);
  color: var(--color-espresso);
  min-height: 100vh;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

::-moz-selection {
  background-color: var(--color-espresso);
  color: var(--color-linen);
}

::selection {
  background-color: var(--color-espresso);
  color: var(--color-linen);
}

:focus-visible {
  outline: 2px solid var(--color-copper);
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

/* Italic serif accent — used for highlighted words in headings */

.font-serif, em {
  font-family: var(--font-serif);
  font-style: italic;
}

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-\[15\%\] {
  bottom: -15%;
}

.-top-\[15\%\] {
  top: -15%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-12 {
  margin-top: -3rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!aspect-\[4\/3\] {
  aspect-ratio: 4/3 !important;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-11 {
  height: 2.75rem;
}

.h-20 {
  height: 5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-full {
  height: 100%;
}

.min-h-\[100svh\] {
  min-height: 100svh;
}

.min-h-\[82svh\] {
  min-height: 82svh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-11 {
  width: 2.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1600px\] {
  max-width: 1600px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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-x-full {
  --tw-translate-x: 100%;
  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));
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.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-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.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-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-espresso\/15 {
  border-color: rgb(27 12 5 / 0.15);
}

.border-espresso\/80 {
  border-color: rgb(27 12 5 / 0.8);
}

.border-khaki {
  --tw-border-opacity: 1;
  border-color: rgb(214 201 184 / var(--tw-border-opacity, 1));
}

.border-linen\/10 {
  border-color: rgb(244 240 234 / 0.1);
}

.border-linen\/25 {
  border-color: rgb(244 240 234 / 0.25);
}

.border-linen\/30 {
  border-color: rgb(244 240 234 / 0.3);
}

.bg-espresso {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.bg-espresso\/60 {
  background-color: rgb(27 12 5 / 0.6);
}

.bg-linen {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 234 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[center_35\%\] {
  -o-object-position: center 35%;
     object-position: center 35%;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[0\.6em\] {
  padding-left: 0.6em;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.font-display {
  font-family: Montserrat, "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

.font-sans {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.font-serif {
  font-family: "Playfair Display", Georgia, Cambria, Times New Roman, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[2\.1rem\] {
  font-size: 2.1rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[0\.95\] {
  line-height: 0.95;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.045em\] {
  letter-spacing: -0.045em;
}

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#B3402A\] {
  --tw-text-opacity: 1;
  color: rgb(179 64 42 / var(--tw-text-opacity, 1));
}

.text-copper {
  --tw-text-opacity: 1;
  color: rgb(192 112 58 / var(--tw-text-opacity, 1));
}

.text-espresso {
  --tw-text-opacity: 1;
  color: rgb(27 12 5 / var(--tw-text-opacity, 1));
}

.text-espresso\/55 {
  color: rgb(27 12 5 / 0.55);
}

.text-espresso\/60 {
  color: rgb(27 12 5 / 0.6);
}

.text-espresso\/65 {
  color: rgb(27 12 5 / 0.65);
}

.text-espresso\/70 {
  color: rgb(27 12 5 / 0.7);
}

.text-espresso\/75 {
  color: rgb(27 12 5 / 0.75);
}

.text-espresso\/85 {
  color: rgb(27 12 5 / 0.85);
}

.text-khaki {
  --tw-text-opacity: 1;
  color: rgb(214 201 184 / var(--tw-text-opacity, 1));
}

.text-khaki-accent {
  --tw-text-opacity: 1;
  color: rgb(158 133 109 / var(--tw-text-opacity, 1));
}

.text-linen {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.text-linen\/40 {
  color: rgb(244 240 234 / 0.4);
}

.text-linen\/45 {
  color: rgb(244 240 234 / 0.45);
}

.text-linen\/50 {
  color: rgb(244 240 234 / 0.5);
}

.text-linen\/60 {
  color: rgb(244 240 234 / 0.6);
}

.text-linen\/65 {
  color: rgb(244 240 234 / 0.65);
}

.text-linen\/70 {
  color: rgb(244 240 234 / 0.7);
}

.text-linen\/75 {
  color: rgb(244 240 234 / 0.75);
}

.text-linen\/80 {
  color: rgb(244 240 234 / 0.8);
}

.text-linen\/85 {
  color: rgb(244 240 234 / 0.85);
}

.text-linen\/90 {
  color: rgb(244 240 234 / 0.9);
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-\[0_24px_60px_rgba\(27\2c 12\2c 5\2c 0\.07\)\] {
  --tw-shadow: 0 24px 60px rgba(27,12,5,0.07);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.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);
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out-expo {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

:root {
  --color-linen: #F4F0EA;
  --color-linen-light: #FAF8F5;
  --color-linen-dark: #EAE3D8;
  --color-linen-surface: #FDFBF7;
  --color-khaki: #D6C9B8;
  --color-khaki-light: #E7DFD4;
  --color-khaki-dark: #BCA892;
  --color-khaki-accent: #9E856D;
  --color-espresso: #1B0C05;
  --color-espresso-light: #2A170D;
  --color-espresso-muted: rgba(27, 12, 5, 0.72);
  --color-espresso-subtle: rgba(27, 12, 5, 0.45);
  --color-copper: #C0703A;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Montserrat', 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
  --header-h: 88px;
}

/* ══════════════════════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════════════════════ */

.site-header {
  height: var(--header-h);
  transition: transform 0.6s var(--ease-out-expo), background-color 0.4s ease, height 0.4s var(--ease-out-expo);
  background-color: rgba(27, 12, 5, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header__inner {
  height: 100%;
}

.site-header-spacer {
  height: var(--header-h);
  background: var(--color-espresso);
}

/* Home: transparent over the hero until scrolled */

.site-header[data-overlay="true"]:not(.is-scrolled) {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  height: 120px;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  :root {
    --header-h: 92px;
  }
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgb(244 240 234 / 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1280px) {
  .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nav-link:hover,
.nav-link.is-current {
  color: var(--color-linen);
}

.nav-link__dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  transform: scale(0);
  transition: transform 0.4s var(--ease-out-expo);
  margin-left: -11px;
}

.nav-link.is-current .nav-link__dot,
.nav-link:hover .nav-link__dot {
  transform: scale(1);
}

/* Underline that draws in from the left */

.link-underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-expo);
  padding-bottom: 2px;
}

.link-underline:hover,
a:hover > .link-underline,
.group:hover .link-underline {
  background-size: 100% 1px;
}

.mobile-nav-link {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.7s var(--ease-out-expo), color 0.3s ease;
}

#mobile-nav[aria-hidden="false"] .mobile-nav-link {
  opacity: 1;
  transform: none;
  transition-delay: calc(0.12s + var(--i, 0) * 0.05s), calc(0.12s + var(--i, 0) * 0.05s), 0s;
}

/* ══════════════════════════════════════════════════════════════
   TYPE HELPERS
   ══════════════════════════════════════════════════════════════ */

.font-display {
  font-family: var(--font-display);
}

.eyebrow-slash {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (min-width: 640px) {
  .eyebrow-slash {
    font-size: 0.8rem;
  }
}

.eyebrow-slash::before {
  content: "//";
  color: var(--color-copper);
  letter-spacing: 0.1em;
}

/* ══════════════════════════════════════════════════════════════
   DUO BUTTON — pill label + arrow circle, same "split" behaviour as the
   live site: on hover the right circle scales out, a twin scales in on
   the left and the label slides across (0.25s linear).
   ══════════════════════════════════════════════════════════════ */

.btn-duo {
  --duo-h: 3.75rem;
  --duo-bg: var(--color-espresso);
  --duo-fg: var(--color-linen);
  --duo-border: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--duo-h);
  padding-inline: 0 var(--duo-h);
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: padding 0.25s linear;
}

.btn-duo__label,
.btn-duo__icon {
  background: var(--duo-bg);
  color: var(--duo-fg);
  border: 1px solid var(--duo-border);
}

.btn-duo__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-inline: 2.4rem;
  border-radius: 999px;
  font-size: 0.925rem;
  font-weight: 600;
}

.btn-duo__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: var(--duo-h);
  height: var(--duo-h);
  border-radius: 50%;
  transition: scale 0.25s linear;
}

.btn-duo__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-duo__icon--dup {
  left: 0;
  right: auto;
  scale: 0;
}

.btn-duo:hover,
.btn-duo:focus-visible {
  padding-inline: var(--duo-h) 0;
}

.btn-duo:hover .btn-duo__icon--dup,
.btn-duo:focus-visible .btn-duo__icon--dup {
  scale: 1;
}

.btn-duo:hover .btn-duo__icon:not(.btn-duo__icon--dup),
.btn-duo:focus-visible .btn-duo__icon:not(.btn-duo__icon--dup) {
  scale: 0;
}

.btn-duo:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* Arrow circle rolls in from the right when the button first appears */

html.js .btn-duo .btn-duo__icon:not(.btn-duo__icon--dup) {
  opacity: 0;
}

html.js .btn-duo.is-revealed .btn-duo__icon:not(.btn-duo__icon--dup) {
  animation: duo-roll-in 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--d, 0s) + 0.15s);
}

@keyframes duo-roll-in {
  0% {
    opacity: 0;
    transform: translateX(160px) rotate(360deg);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.btn-duo--sm {
  --duo-h: 2.9rem;
}

.btn-duo--sm .btn-duo__label {
  padding-inline: 1.5rem;
  font-size: 0.85rem;
}

.btn-duo--sm .btn-duo__icon svg {
  width: 1rem;
  height: 1rem;
}

.btn-duo--light {
  --duo-bg: #fff;
  --duo-fg: var(--color-espresso);
}

.btn-duo--cream {
  --duo-bg: var(--color-linen);
  --duo-fg: var(--color-espresso);
}

.btn-duo--dark {
  --duo-bg: #0d0503;
  --duo-fg: #fff;
}

.btn-duo--outline {
  --duo-bg: transparent;
  --duo-fg: var(--color-espresso);
  --duo-border: rgba(27, 12, 5, 0.55);
}

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */

.hero__img {
  transform: scale(1.12);
  animation: hero-zoom 2.4s var(--ease-out-expo) 0.05s forwards;
}

@keyframes hero-zoom {
  to {
    transform: scale(1);
  }
}

.hero__scrim {
  background:
    linear-gradient(180deg, rgba(27, 12, 5, 0.75) 0%, rgba(27, 12, 5, 0.25) 22%, rgba(27, 12, 5, 0.25) 45%, rgba(27, 12, 5, 0.88) 100%),
    linear-gradient(90deg, rgba(27, 12, 5, 0.45) 0%, rgba(27, 12, 5, 0) 60%);
}

.hero__title {
  font-size: clamp(3.4rem, 10.5vw, 10.5rem);
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: clamp(5rem, 8.6vw, 10.5rem);
  }
}

.hero-crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--color-linen);
  transition: color 0.3s ease;
}

.hero__eyebrow-line {
  display: inline-block;
  height: 1px;
  width: 7rem;
  background: currentColor;
  transform-origin: left;
  transform: scaleX(0);
  animation: line-grow 1.2s var(--ease-out-expo) 0.5s forwards;
}

@keyframes line-grow {
  to {
    transform: scaleX(1);
  }
}

/* Split-text reveal (chars rise out of a mask) */

html.js [data-split] {
  visibility: hidden;
}

html.js [data-split].is-split {
  visibility: visible;
}

.split-word {
  display: inline-block;
  white-space: nowrap;
}

.split-char-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding: 0.08em 0.02em 0.12em;
  margin: -0.08em -0.02em -0.12em;
}

.split-char {
  display: inline-block;
  transform: translateY(110%) rotate(8deg);
  transform-origin: left bottom;
  animation: char-rise 1.1s var(--ease-out-expo) forwards;
  animation-delay: calc(var(--d, 0s) + var(--ci, 0) * 0.035s);
}

@keyframes char-rise {
  to {
    transform: none;
  }
}

html.js [data-hero-fade] {
  opacity: 0;
  transform: translateY(20px);
  animation: fade-up 1.1s var(--ease-out-expo) forwards;
  animation-delay: var(--d, 0s);
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ══════════════════════════════════════════════════════════════
   ABOUT — arch image + rotating badge
   ══════════════════════════════════════════════════════════════ */

.about-arch {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-khaki);
}

/* Oversized on the right so the photo's dark door-frame edge falls outside the oval */

.about-arch__inner {
  position: absolute;
  inset: -8% -20% -8% -2%;
}

.rotating-badge {
  position: relative;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
}

.rotating-badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 22s linear infinite;
}

.rotating-badge__ring text {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  fill: var(--color-espresso);
}

.rotating-badge__mark {
  width: 32%;
  height: auto;
}

.about-badge {
  position: absolute;
  top: -2.5rem;
  right: 4%;
  width: 9.5rem;
  height: 9.5rem;
  box-shadow: 0 20px 40px -20px rgba(27, 12, 5, 0.35);
}

@media (min-width: 640px) {
  .about-badge {
    width: 12rem;
    height: 12rem;
    top: -3.5rem;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ══════════════════════════════════════════════════════════════
   SERVICES PANEL
   ══════════════════════════════════════════════════════════════ */

.carousel-btn {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 640px) {
  .carousel-btn {
    height: 4.25rem;
    width: 4.25rem;
  }
}

.carousel-btn {
  border: 1px dashed rgba(244, 240, 234, 0.55);
}

.carousel-btn svg {
  width: 1.3rem;
  height: 1.3rem;
}

.carousel-btn:hover:not(:disabled) {
  background: var(--color-linen);
  color: var(--color-espresso);
  border-style: solid;
  border-color: var(--color-linen);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.services-band {
  background: linear-gradient(to bottom, var(--color-espresso) 0%, var(--color-espresso) 50%, var(--color-linen) 50%);
}

.services-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* vertical room so the hover lift + shadow aren't clipped by the scroller */
  margin: -1.5rem -1.25rem -3.5rem;
  padding: 1.5rem 1.25rem 3.5rem;
  scroll-padding: 0 1.25rem;
}

.services-track::-webkit-scrollbar {
  display: none;
}

.services-track__item {
  flex: 0 0 85%;
  scroll-snap-align: start;
}

@media (min-width: 640px) {
  .services-track {
    margin: -1.5rem 0 -3.5rem;
    padding: 1.5rem 0 3.5rem;
    scroll-padding: 0;
  }

  .services-track__item {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}

@media (min-width: 1024px) {
  .services-track {
    gap: 1.75rem;
  }

  .services-track__item {
    flex-basis: calc((100% - 3.5rem) / 3);
  }
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 25rem;
  padding: 2.5rem 2.25rem;
  border-radius: 14px;
  background: #fff;
  color: var(--color-espresso);
  overflow: hidden;
  isolation: isolate;
  transition: color 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo), box-shadow 0.6s ease;
  box-shadow: 0 30px 60px -40px rgba(27, 12, 5, 0.45);
}

@media (min-width: 1024px) {
  .service-card {
    padding: 3.25rem 3rem;
    min-height: 27rem;
  }
}

.service-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s var(--ease-out-expo);
}

.service-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  transition: transform 1.2s var(--ease-out-expo);
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 12, 5, 0.55), rgba(27, 12, 5, 0.9));
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: var(--color-linen);
  transition: background-color 0.6s ease, color 0.6s ease;
}

.service-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.service-card__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(27, 12, 5, 0.35);
  transition: color 0.6s ease;
}

.service-card__text {
  color: rgba(27, 12, 5, 0.62);
  transition: color 0.6s ease;
}

@media (hover: hover) {
  .service-card:hover {
    color: var(--color-linen);
    transform: translateY(-6px);
  }

  .service-card:hover .service-card__media {
    clip-path: inset(0 0 0 0);
  }

  .service-card:hover .service-card__media img {
    transform: scale(1);
  }

  .service-card:hover .service-card__icon {
    background: rgba(244, 240, 234, 0.14);
    color: var(--color-linen);
  }

  .service-card:hover .service-card__num {
    color: rgba(244, 240, 234, 0.6);
  }

  .service-card:hover .service-card__text {
    color: rgba(244, 240, 234, 0.8);
  }
}

/* Constant, scroll-independent marquee: two identical groups, loop at -50% */

.big-marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: big-marquee 80s linear infinite;
}

.footer-call .big-marquee {
  animation-duration: 45s;
}

@keyframes big-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.big-marquee__group {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  gap: 0.28em;
  padding-right: 0.28em;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4rem, 11vw, 10.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--color-espresso);
  white-space: nowrap;
}

/* Outline text: fill in the background colour painted over the stroke,
   which hides the overlapping contours of the variable font */

.big-marquee__group .is-outline {
  color: var(--color-linen);
  -webkit-text-stroke: 3px var(--color-espresso);
  paint-order: stroke fill;
  font-weight: 600;
}

.big-marquee__dot {
  color: var(--color-copper);
}

/* ══════════════════════════════════════════════════════════════
   WORK
   ══════════════════════════════════════════════════════════════ */

.work-card {
  display: block;
}

.work-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  background: var(--color-espresso-light);
}

.work-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.4s var(--ease-out-expo), filter 0.8s ease;
}

.work-card__view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  margin: -3.75rem 0 0 -3.75rem;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
  background: var(--color-linen);
  color: var(--color-espresso);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transform: scale(0);
  transition: transform 0.6s var(--ease-out-expo);
  pointer-events: none;
}

.work-card__arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 240, 234, 0.25);
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.work-card__arrow svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.6s var(--ease-out-expo);
}

@media (hover: hover) {
  .work-card:hover .work-card__media img {
    transform: scale(1.02);
    filter: brightness(0.8);
  }

  .work-card:hover .work-card__view {
    transform: scale(1);
  }

  .work-card:hover .work-card__arrow {
    background: var(--color-linen);
    color: var(--color-espresso);
    border-color: var(--color-linen);
  }

  .work-card:hover .work-card__arrow svg {
    transform: rotate(45deg);
  }
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════════════════════ */

.testimonial {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.25rem;
  border-radius: 18px;
  background: var(--color-linen-dark);
  border: 1px solid rgba(27, 12, 5, 0.08);
  transition: transform 0.6s var(--ease-out-expo), background-color 0.5s ease, box-shadow 0.6s ease;
}

@media (min-width: 1024px) {
  .testimonial {
    padding: 3rem 2.75rem;
  }
}

.testimonial__quote {
  width: 2.25rem;
  color: var(--color-copper);
  opacity: 0.85;
}

@media (hover: hover) {
  .testimonial:hover {
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 30px 60px -40px rgba(27, 12, 5, 0.35);
  }
}

/* ══════════════════════════════════════════════════════════════
   CONSULTATION
   ══════════════════════════════════════════════════════════════ */

.consult-section {
  background: linear-gradient(to bottom, var(--color-linen) 0, var(--color-linen) 6rem, var(--color-khaki) 6rem);
}

@media (min-width: 1024px) {
  .consult-section {
    background: linear-gradient(to bottom, var(--color-linen) 0, var(--color-linen) 9rem, var(--color-khaki) 9rem);
  }
}

/* Floating-label underline fields */

.field {
  position: relative;
}

.field__input {
  display: block;
  width: 100%;
  padding: 1.6rem 0 0.7rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 12, 5, 0.2);
  border-radius: 0;
  font-size: 1rem;
  color: var(--color-espresso);
  outline: none;
  transition: border-color 0.4s ease;
  background-image: linear-gradient(var(--color-espresso), var(--color-espresso));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s var(--ease-out-expo);
}

.field__input:focus {
  background-size: 100% 1px;
}

.field__input:focus-visible {
  outline: none;
}

.field__label {
  position: absolute;
  left: 0;
  top: 1.6rem;
  font-size: 1rem;
  color: rgba(27, 12, 5, 0.7);
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.45s var(--ease-out-expo), color 0.3s ease;
}

.field__input:not(:-moz-placeholder-shown) + .field__label {
  transform: translateY(-1.35rem) scale(0.78);
  color: rgba(27, 12, 5, 0.5);
}

.field__input:focus + .field__label,
.field__input:not(:placeholder-shown) + .field__label {
  transform: translateY(-1.35rem) scale(0.78);
  color: rgba(27, 12, 5, 0.5);
}

.field__input.is-invalid {
  border-bottom-color: #B3402A;
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */

.footer-label {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgb(244 240 234 / 0.45);
}

@media (min-width: 640px) {
  .footer-label {
    font-size: 0.8rem;
  }
}

.footer-pitch {
  font-family: var(--font-serif);
  margin-top: 1.75rem;
  max-width: 24rem;
  font-family: "Playfair Display", Georgia, Cambria, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: italic;
  line-height: 1.375;
  color: rgb(244 240 234 / 0.9);
}

.statement .footer-pitch {
  color: inherit;
  letter-spacing: 0;
}

@media (min-width: 640px) {
  .footer-pitch {
    font-size: 1.7rem;
  }
}

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

.footer-contact {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(244 240 234 / 0.9);
}

@media (min-width: 640px) {
  .footer-contact {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer-contact li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.footer-contact__tag {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(244 240 234 / 0.35);
}

.social-circle {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: rgb(244 240 234 / 0.8);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border: 1px solid rgba(244, 240, 234, 0.2);
}

.social-circle svg {
  width: 1.15rem;
  height: 1.15rem;
}

.social-circle:hover {
  background: var(--color-linen);
  color: var(--color-espresso);
  border-color: var(--color-linen);
  transform: translateY(-3px);
}

.footer-call__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-right: clamp(1.5rem, 3vw, 3rem);
  font-family: var(--font-display);
  line-height: 1;
  white-space: nowrap;
}

.footer-call__sep {
  flex-shrink: 0;
  width: clamp(0.75rem, 1.4vw, 1.25rem);
  height: clamp(0.75rem, 1.4vw, 1.25rem);
  border-radius: 999px;
  background: var(--color-copper);
}

.footer-call__outline {
  font-size: clamp(3.25rem, 8.5vw, 8rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--color-espresso);
  -webkit-text-stroke: 2px rgba(244, 240, 234, 0.4);
  paint-order: stroke fill;
  transition: color 0.6s var(--ease-out-expo), -webkit-text-stroke-color 0.6s ease;
}

.footer-call:hover .footer-call__outline {
  color: var(--color-linen);
  -webkit-text-stroke-color: var(--color-linen);
}

.footer-call__number {
  font-size: clamp(3.25rem, 8.5vw, 8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--color-linen);
  white-space: nowrap;
}

.footer-call__badge {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18%;
  translate: -50% -50%;
  width: clamp(5.5rem, 11vw, 10rem);
  height: clamp(5.5rem, 11vw, 10rem);
  background: var(--color-linen);
  box-shadow: 0 0 0 clamp(10px, 1.6vw, 22px) rgba(60, 45, 38, 0.95);
}

.footer-nav-link {
  position: relative;
  color: rgba(244, 240, 234, 0.75);
  transition: color 0.3s ease;
}

.footer-nav-link:hover,
.footer-nav-link.is-current {
  color: var(--color-linen);
}

.footer-nav-link.is-current::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 999px;
  background: currentColor;
}

/* ══════════════════════════════════════════════════════════════
   INNER PAGES — shared building blocks
   ══════════════════════════════════════════════════════════════ */

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.6vw, 3.4rem);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.03em;
}

.accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

/* Service headline from data: keep its italic word, drop the old accent colour */

.statement {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.statement .font-serif {
  color: inherit;
  letter-spacing: 0;
}

.page-hero__title {
  font-size: clamp(2.75rem, 6.4vw, 6.75rem);
}

.about-arch picture,
.media-frame picture,
.work-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* Studio headshots on white: multiply melts the white into the warm frame colour */

.about-arch--portrait {
  background: var(--color-linen-dark);
}

.about-arch--portrait img {
  mix-blend-mode: multiply;
}

.about-arch__inner--centered {
  inset: -8% 0;
}

.about-badge--left {
  right: auto;
  left: -1rem;
}

/* Rounded photo frame with optional parallax inner layer */

.media-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: var(--color-khaki);
}

.media-frame__inner {
  position: absolute;
  inset: -8% 0;
}

.media-frame__img {
  transition: transform 1.2s var(--ease-out-expo);
}

.media-frame:hover .media-frame__img {
  transform: scale(1.04);
}

/* Outlined numerals (same paint-order trick as the marquee) */

.process-step__num {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-linen);
  -webkit-text-stroke: 2px var(--color-espresso);
  paint-order: stroke fill;
  font-size: clamp(3.5rem, 6vw, 5rem);
  display: block;
}

.process-step {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--color-espresso);
}

.name-root {
  padding: 2.75rem 0;
  border-top: 1px solid rgba(244, 240, 234, 0.15);
}

@media (min-width: 768px) {
  .name-root {
    padding: 0.5rem 2.5rem 0.5rem;
    border-top: 0;
    border-left: 1px solid rgba(244, 240, 234, 0.15);
  }

  .name-root:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .name-root:last-child {
    padding-right: 0;
  }
}

.numbered-line {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(27, 12, 5, 0.12);
  font-size: 1.05rem;
  font-weight: 500;
}

.numbered-line__num {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-copper);
}

/* Services page pillars */

.pillar__num {
  flex-shrink: 0;
  padding-top: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-copper);
}

.pillar__proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(27, 12, 5, 0.15);
}

.pillar__stat {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

/* Contact detail rows */

.contact-line {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(27, 12, 5, 0.15);
}

.contact-line__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(27, 12, 5, 0.5);
}

.contact-line__value {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 500;
  word-break: break-word;
}

.dot-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.dot-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-copper);
}

/* ══════════════════════════════════════════════════════════════
   SCROLL REVEALS (progressive enhancement: only hidden once JS runs)
   ══════════════════════════════════════════════════════════════ */

html.js [data-reveal]:where(:not([data-reveal="clip"]):not([data-reveal="line"])) {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s var(--ease-out-expo), transform 1.2s var(--ease-out-expo);
  transition-delay: var(--d, 0s);
}

html.js [data-reveal="clip"] {
  clip-path: inset(18% 8% 0 8% round 24px);
  transition: clip-path 1.4s var(--ease-out-expo);
  transition-delay: var(--d, 0s);
}

html.js [data-reveal="clip"] img {
  transition: transform 1.6s var(--ease-out-expo), filter 0.8s ease;
}

html.js [data-reveal="line"] {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.6s var(--ease-out-expo);
}

html.js [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0 0 round 0);
}

html.js .about-arch[data-reveal="clip"].is-revealed,
html.js .media-frame[data-reveal="clip"].is-revealed,
html.js .work-card__media[data-reveal="clip"].is-revealed {
  clip-path: inset(0 0 0 0);
}

/* Scroll-linked word fill for headlines */

.fill-word {
  color: inherit;
  opacity: 0.18;
  transition: opacity 0.25s linear;
}

.fill-word.is-on {
  opacity: 1;
}

/* ══════════════════════════════════════════════════════════════
   REDUCED MOTION
   ══════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal],
  html.js [data-hero-fade] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  html.js [data-split] {
    visibility: visible !important;
  }

  html.js .btn-duo .btn-duo__icon {
    opacity: 1 !important;
    animation: none !important;
  }

  .split-char {
    transform: none !important;
  }

  .fill-word {
    opacity: 1 !important;
  }

  .hero__img {
    transform: none !important;
  }

  .hero__eyebrow-line {
    transform: none !important;
  }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

.selection\:bg-espresso *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.selection\:bg-espresso *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.selection\:text-linen *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.selection\:text-linen *::selection {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.selection\:bg-espresso::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.selection\:bg-espresso::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.selection\:text-linen::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.selection\:text-linen::selection {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.hover\:bg-linen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 234 / var(--tw-bg-opacity, 1));
}

.hover\:text-copper:hover {
  --tw-text-opacity: 1;
  color: rgb(192 112 58 / var(--tw-text-opacity, 1));
}

.hover\:text-espresso:hover {
  --tw-text-opacity: 1;
  color: rgb(27 12 5 / var(--tw-text-opacity, 1));
}

.hover\:text-linen:hover {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:rounded-brand:focus {
  border-radius: 6px;
}

.focus\:bg-espresso:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 5 / var(--tw-bg-opacity, 1));
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-2\.5:focus {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:text-linen:focus {
  --tw-text-opacity: 1;
  color: rgb(244 240 234 / var(--tw-text-opacity, 1));
}

.focus\:shadow-xl:focus {
  --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);
}

.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\: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\:translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
  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));
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-\[80vh\] {
    height: 80vh;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

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

  .sm\:rounded-panel {
    border-radius: 48px;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

  .lg\:h-\[92vh\] {
    height: 92vh;
  }

  .lg\:min-h-\[88svh\] {
    min-height: 88svh;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-espresso\/15 {
    border-color: rgb(27 12 5 / 0.15);
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[2\.1rem\] {
    font-size: 2.1rem;
  }

  .lg\:text-\[3\.1rem\] {
    font-size: 3.1rem;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .lg\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .lg\:text-\[3\.4rem\] {
    font-size: 3.4rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[5\.25rem\] {
    font-size: 5.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:text-\[3\.4rem\] {
    font-size: 3.4rem;
  }
}
