@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-\[-1\.5rem\]{
  bottom: -1.5rem;
}

.bottom-\[10\%\]{
  bottom: 10%;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[24px\]{
  left: 24px;
}

.left-\[2rem\]{
  left: 2rem;
}

.right-0{
  right: 0px;
}

.right-\[-1\.5rem\]{
  right: -1.5rem;
}

.right-\[-30px\]{
  right: -30px;
}

.right-\[-5\%\]{
  right: -5%;
}

.right-\[5\%\]{
  right: 5%;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[-1rem\]{
  top: -1rem;
}

.top-\[-30px\]{
  top: -30px;
}

.top-\[52px\]{
  top: 52px;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-\[100\]{
  z-index: 100;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[1\.2rem\]{
  margin-bottom: 1.2rem;
}

.mb-\[1\.8rem\]{
  margin-bottom: 1.8rem;
}

.mb-\[3\.5rem\]{
  margin-bottom: 3.5rem;
}

.mb-\[3rem\]{
  margin-bottom: 3rem;
}

.mb-\[4rem\]{
  margin-bottom: 4rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[2\.5rem\]{
  margin-top: 2.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.\!grid{
  display: grid !important;
}

.grid{
  display: grid;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[120\%\]{
  height: 120%;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[50px\]{
  height: 50px;
}

.h-full{
  height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-6{
  width: 1.5rem;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[55\%\]{
  width: 55%;
}

.w-full{
  width: 100%;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[520px\]{
  max-width: 520px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[680px\]{
  max-width: 680px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-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));
}

.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));
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fadein{
  animation: fadeIn 1.5s ease 1.2s forwards;
}

@keyframes fadeUp{
  0%{
    opacity: 0;
    transform: translateY(24px);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeup{
  animation: fadeUp 0.8s ease forwards;
}

@keyframes scrollDrop{
  0%{
    transform: scaleY(0);
    transform-origin: top;
  }

  50%{
    transform: scaleY(1);
    transform-origin: top;
  }

  51%{
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100%{
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

.animate-scrollDrop{
  animation: scrollDrop 1.5s ease infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[1fr_1fr\]{
  grid-template-columns: 1fr 1fr;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[1\.2rem\]{
  gap: 1.2rem;
}

.gap-\[1\.5rem\]{
  gap: 1.5rem;
}

.gap-\[2\.5rem\]{
  gap: 2.5rem;
}

.gap-\[4rem\]{
  gap: 4rem;
}

.gap-\[5rem\]{
  gap: 5rem;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[14px\]{
  border-radius: 14px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-none{
  border-style: none;
}

.border-\[rgba\(106\2c 173\2c 110\2c 0\.3\)\]{
  border-color: rgba(106,173,110,0.3);
}

.border-\[rgba\(106\2c 173\2c 110\2c 0\.4\)\]{
  border-color: rgba(106,173,110,0.4);
}

.border-\[rgba\(168\2c 216\2c 122\2c 0\.15\)\]{
  border-color: rgba(168,216,122,0.15);
}

.border-\[rgba\(168\2c 216\2c 122\2c 0\.2\)\]{
  border-color: rgba(168,216,122,0.2);
}

.border-\[rgba\(168\2c 216\2c 122\2c 0\.25\)\]{
  border-color: rgba(168,216,122,0.25);
}

.border-\[rgba\(168\2c 216\2c 122\2c 0\.3\)\]{
  border-color: rgba(168,216,122,0.3);
}

.border-\[rgba\(168\2c 216\2c 122\2c 0\.4\)\]{
  border-color: rgba(168,216,122,0.4);
}

.border-\[rgba\(212\2c 168\2c 67\2c 0\.12\)\]{
  border-color: rgba(212,168,67,0.12);
}

.border-\[rgba\(212\2c 168\2c 67\2c 0\.25\)\]{
  border-color: rgba(212,168,67,0.25);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\]{
  border-color: rgba(255,255,255,0.08);
}

.border-forest{
  --tw-border-opacity: 1;
  border-color: rgb(26 58 42 / var(--tw-border-opacity));
}

.border-parchment{
  --tw-border-opacity: 1;
  border-color: rgb(237 230 211 / var(--tw-border-opacity));
}

.border-tan{
  --tw-border-opacity: 1;
  border-color: rgb(200 184 154 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-\[rgba\(168\2c 216\2c 122\2c 0\.1\)\]{
  background-color: rgba(168,216,122,0.1);
}

.bg-\[rgba\(168\2c 216\2c 122\2c 0\.12\)\]{
  background-color: rgba(168,216,122,0.12);
}

.bg-\[rgba\(168\2c 216\2c 122\2c 0\.15\)\]{
  background-color: rgba(168,216,122,0.15);
}

.bg-\[rgba\(212\2c 168\2c 67\2c 0\.12\)\]{
  background-color: rgba(212,168,67,0.12);
}

.bg-\[rgba\(26\2c 58\2c 42\2c 0\.96\)\]{
  background-color: rgba(26,58,42,0.96);
}

.bg-\[rgba\(74\2c 124\2c 89\2c 0\.1\)\]{
  background-color: rgba(74,124,89,0.1);
}

.bg-\[rgba\(74\2c 124\2c 89\2c 0\.25\)\]{
  background-color: rgba(74,124,89,0.25);
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(212 168 67 / var(--tw-bg-opacity));
}

.bg-charcoal{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}

.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 232 / var(--tw-bg-opacity));
}

.bg-forest{
  --tw-bg-opacity: 1;
  background-color: rgb(26 58 42 / var(--tw-bg-opacity));
}

.bg-leaf{
  --tw-bg-opacity: 1;
  background-color: rgb(106 173 110 / var(--tw-bg-opacity));
}

.bg-lime{
  --tw-bg-opacity: 1;
  background-color: rgb(168 216 122 / var(--tw-bg-opacity));
}

.bg-parchment{
  --tw-bg-opacity: 1;
  background-color: rgb(237 230 211 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[linear-gradient\(rgba\(168\2c 216\2c 122\2c 0\.03\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(168\2c 216\2c 122\2c 0\.03\)_1px\2c transparent_1px\)\]{
  background-image: linear-gradient(rgba(168,216,122,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(168,216,122,0.03) 1px,transparent 1px);
}

.bg-\[linear-gradient\(rgba\(168\2c 216\2c 122\2c 0\.04\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(168\2c 216\2c 122\2c 0\.04\)_1px\2c transparent_1px\)\]{
  background-image: linear-gradient(rgba(168,216,122,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(168,216,122,0.04) 1px,transparent 1px);
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(106\2c 173\2c 110\2c 1\)\2c transparent\)\]{
  background-image: linear-gradient(to bottom,rgba(106,173,110,1),transparent);
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(193\2c 166\2c 123\2c 1\)\2c transparent\)\]{
  background-image: linear-gradient(to bottom,rgba(193,166,123,1),transparent);
}

.bg-\[radial-gradient\(circle\2c rgba\(106\2c 173\2c 110\2c 0\.25\)_0\%\2c transparent_70\%\)\]{
  background-image: radial-gradient(circle,rgba(106,173,110,0.25) 0%,transparent 70%);
}

.bg-\[radial-gradient\(circle_at_20\%_50\%\2c rgba\(106\2c 173\2c 110\2c 0\.08\)_0\%\2c transparent_50\%\)\2c radial-gradient\(circle_at_80\%_20\%\2c rgba\(168\2c 216\2c 122\2c 0\.06\)_0\%\2c transparent_40\%\)\2c radial-gradient\(circle_at_60\%_80\%\2c rgba\(74\2c 124\2c 89\2c 0\.1\)_0\%\2c transparent_40\%\)\]{
  background-image: radial-gradient(circle at 20% 50%,rgba(106,173,110,0.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(168,216,122,0.06) 0%,transparent 40%),radial-gradient(circle at 60% 80%,rgba(74,124,89,0.1) 0%,transparent 40%);
}

.bg-\[radial-gradient\(ellipse_at_center\2c rgba\(74\2c 124\2c 89\2c 0\.18\)_0\%\2c transparent_70\%\)\]{
  background-image: radial-gradient(ellipse at center,rgba(74,124,89,0.18) 0%,transparent 70%);
}

.bg-\[length\:60px_60px\]{
  background-size: 60px 60px;
}

.bg-\[length\:80px_80px\]{
  background-size: 80px 80px;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-4{
  padding: 1rem;
}

.p-\[1\.5rem\]{
  padding: 1.5rem;
}

.p-\[1\.5rem_2rem\]{
  padding: 1.5rem 2rem;
}

.p-\[1\.8rem_1\.5rem\]{
  padding: 1.8rem 1.5rem;
}

.p-\[2\.5rem\]{
  padding: 2.5rem;
}

.p-\[3rem\]{
  padding: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.6rem\]{
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.px-\[1\.3rem\]{
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[0\.2rem\]{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.py-\[0\.55rem\]{
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.py-\[6rem\]{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pb-\[2rem\]{
  padding-bottom: 2rem;
}

.pb-\[3rem\]{
  padding-bottom: 3rem;
}

.pb-\[5rem\]{
  padding-bottom: 5rem;
}

.pt-\[4rem\]{
  padding-top: 4rem;
}

.pt-\[8rem\]{
  padding-top: 8rem;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-\[0\.72rem\]{
  font-size: 0.72rem;
}

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[0\.78rem\]{
  font-size: 0.78rem;
}

.text-\[0\.7rem\]{
  font-size: 0.7rem;
}

.text-\[0\.82rem\]{
  font-size: 0.82rem;
}

.text-\[0\.85rem\]{
  font-size: 0.85rem;
}

.text-\[0\.88rem\]{
  font-size: 0.88rem;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.92rem\]{
  font-size: 0.92rem;
}

.text-\[0\.95rem\]{
  font-size: 0.95rem;
}

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

.text-\[1\.05rem\]{
  font-size: 1.05rem;
}

.text-\[1\.1rem\]{
  font-size: 1.1rem;
}

.text-\[1\.2rem\]{
  font-size: 1.2rem;
}

.text-\[1\.3rem\]{
  font-size: 1.3rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.6rem\]{
  font-size: 1.6rem;
}

.text-\[1\.8rem\]{
  font-size: 1.8rem;
}

.text-\[12rem\]{
  font-size: 12rem;
}

.text-\[1rem\]{
  font-size: 1rem;
}

.text-\[2\.4rem\]{
  font-size: 2.4rem;
}

.text-\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-\[2\.8rem\]{
  font-size: 2.8rem;
}

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[4rem\]{
  font-size: 4rem;
}

.text-\[clamp\(2rem\2c 4vw\2c 3\.2rem\)\]{
  font-size: clamp(2rem,4vw,3.2rem);
}

.text-\[clamp\(3rem\2c 6vw\2c 5\.2rem\)\]{
  font-size: clamp(3rem,6vw,5.2rem);
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.05\]{
  line-height: 1.05;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.75\]{
  line-height: 1.75;
}

.leading-\[1\.7\]{
  line-height: 1.7;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

.leading-\[1\]{
  line-height: 1;
}

.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}

.tracking-\[0\.05em\]{
  letter-spacing: 0.05em;
}

.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}

.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.text-\[\#555\]{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[rgba\(168\2c 216\2c 122\2c 0\.08\)\]{
  color: rgba(168,216,122,0.08);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.5\)\]{
  color: rgba(245,240,232,0.5);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.55\)\]{
  color: rgba(245,240,232,0.55);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.6\)\]{
  color: rgba(245,240,232,0.6);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.65\)\]{
  color: rgba(245,240,232,0.65);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.72\)\]{
  color: rgba(245,240,232,0.72);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.75\)\]{
  color: rgba(245,240,232,0.75);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.8\)\]{
  color: rgba(245,240,232,0.8);
}

.text-\[rgba\(245\2c 240\2c 232\2c 0\.85\)\]{
  color: rgba(245,240,232,0.85);
}

.text-accent{
  --tw-text-opacity: 1;
  color: rgb(212 168 67 / var(--tw-text-opacity));
}

.text-charcoal{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}

.text-forest{
  --tw-text-opacity: 1;
  color: rgb(26 58 42 / var(--tw-text-opacity));
}

.text-leaf{
  --tw-text-opacity: 1;
  color: rgb(106 173 110 / var(--tw-text-opacity));
}

.text-lime{
  --tw-text-opacity: 1;
  color: rgb(168 216 122 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-sage{
  --tw-text-opacity: 1;
  color: rgb(74 124 89 / var(--tw-text-opacity));
}

.text-tan{
  --tw-text-opacity: 1;
  color: rgb(200 184 154 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.no-underline{
  text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.shadow-\[0_4px_30px_rgba\(26\2c 58\2c 42\2c 0\.06\)\]{
  --tw-shadow: 0 4px 30px rgba(26,58,42,0.06);
  --tw-shadow-colored: 0 4px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_30px_rgba\(212\2c 168\2c 67\2c 0\.35\)\]{
  --tw-shadow: 0 8px 30px rgba(212,168,67,0.35);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-hero{
  --tw-shadow: 0 8px 25px rgba(168,216,122,0.3);
  --tw-shadow-colored: 0 8px 25px 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;
}

.backdrop-blur-\[12px\]{
  --tw-backdrop-blur: blur(12px);
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

:root {
  --forest: #1a3a2a;
  --moss: #2d5a3d;
  --sage: #4a7c59;
  --leaf: #6aad6e;
  --lime: #a8d87a;
  --cream: #f5f0e8;
  --parchment: #ede6d3;
  --tan: #c8b89a;
  --earth: #8b6f47;
  --charcoal: #1c1c1c;
  --white: #fafaf7;
  --accent: #d4a843;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--charcoal);
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

.hero-badge::before {
  content: '●';
  font-size: 0.5rem;
  animation: pulse 2s infinite;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.product-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.product-card:hover .product-card-img::after {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(168, 216, 122, 0.35);
  border-radius: 6px;
  background: rgba(168, 216, 122, 0.08);
  color: var(--lime);
  font-size: 1.25rem;
  line-height: 1;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@media (max-width: 900px) {
  nav {
    position: relative;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-icon-grid {
    grid-template-columns: 1fr;
  }

  .mv-grid {
    grid-template-columns: 1fr;
  }

  .mv-card {
    padding: 1.5rem;
  }

  .mfg-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .mfg-stat-card {
    padding: 1.2rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-showcase {
    padding: 1.5rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-stats {
    position: static;
    margin-top: 3rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 5%;
    right: 5%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(168, 216, 122, 0.2);
    border-radius: 8px;
    background: rgba(26, 58, 42, 0.98);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    z-index: 110;
  }

  .nav-links.nav-open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-title {
    font-size: clamp(1rem, 6vw, 3.5rem);
  }

  .hero-actions {
    align-items: flex-start;
  }

  .hero-actions a {
    justify-content: center;
  }

  .hero-scroll {
    display: none;
  }

  .about-card-main {
    padding: 2rem;
  }

  .about-card-accent {
    display: none;
  }

  .products-header {
    align-items: flex-start;
  }

  .products-header p {
    text-align: left;
    max-width: none;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    gap: 1rem;
  }

  .hero-stat-num {
    font-size: 1.9rem;
  }

  .about-card-accent .big {
    font-size: 1.5rem;
  }
}

.last\:border-none:last-child{
  border-style: none;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: -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));
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -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));
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -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));
}

.hover\:border-leaf:hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 173 110 / var(--tw-border-opacity));
}

.hover\:border-lime:hover{
  --tw-border-opacity: 1;
  border-color: rgb(168 216 122 / var(--tw-border-opacity));
}

.hover\:bg-\[rgba\(168\2c 216\2c 122\2c 0\.08\)\]:hover{
  background-color: rgba(168,216,122,0.08);
}

.hover\:bg-cream:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 232 / var(--tw-bg-opacity));
}

.hover\:bg-leaf:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 173 110 / var(--tw-bg-opacity));
}

.hover\:bg-moss:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 90 61 / var(--tw-bg-opacity));
}

.hover\:text-lime:hover{
  --tw-text-opacity: 1;
  color: rgb(168 216 122 / var(--tw-text-opacity));
}

.hover\:text-sage:hover{
  --tw-text-opacity: 1;
  color: rgb(74 124 89 / var(--tw-text-opacity));
}

.hover\:shadow-\[0_16px_40px_rgba\(26\2c 58\2c 42\2c 0\.1\)\]:hover{
  --tw-shadow: 0 16px 40px rgba(26,58,42,0.1);
  --tw-shadow-colored: 0 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-leaf:focus{
  --tw-border-opacity: 1;
  border-color: rgb(106 173 110 / var(--tw-border-opacity));
}

@media (max-width: 900px){
  .max-\[900px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 901px){
  .min-\[901px\]\:h-\[100px\]{
    height: 100px;
  }

  .min-\[901px\]\:h-\[40px\]{
    height: 40px;
  }

  .min-\[901px\]\:w-\[150px\]{
    width: 150px;
  }

  .min-\[901px\]\:w-\[180px\]{
    width: 180px;
  }

  .min-\[901px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[901px\]\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .min-\[901px\]\:grid-cols-\[1\.8fr_1fr_1fr\]{
    grid-template-columns: 1.8fr 1fr 1fr;
  }

  .min-\[901px\]\:grid-cols-\[1fr_1\.2fr\]{
    grid-template-columns: 1fr 1.2fr;
  }

  .min-\[901px\]\:grid-cols-\[1fr_1\.5fr\]{
    grid-template-columns: 1fr 1.5fr;
  }
}

@media (min-width: 1101px){
  .min-\[1101px\]\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.floating-actions {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  gap: 0.75rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation-play-state: paused !important;
}

.floating-btn-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.floating-btn-glare {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), transparent);
  pointer-events: none;
}

.floating-btn-text {
  display: none;
  font-family: inherit;
}

.floating-wa {
  background: linear-gradient(135deg, rgb(34, 197, 94) 0%, rgb(22, 163, 74) 50%, rgb(21, 128, 61) 100%);
  box-shadow: rgba(34, 197, 94, 0.3) 0px 8px 32px, rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: attention-grab 8s ease 0s infinite normal none running;
}

.floating-ph {
  background: linear-gradient(135deg, rgb(237, 88, 43) 0%, rgb(217, 68, 33) 50%, rgb(197, 48, 23) 100%);
  box-shadow: rgba(237, 88, 43, 0.3) 0px 8px 32px, rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: attention-grab 8s ease 0.5s infinite normal none running;
}

.floating-ph:hover {
  background: linear-gradient(135deg, rgb(217, 68, 33) 0%, rgb(197, 48, 23) 50%, rgb(177, 28, 13) 100%);
}

.floating-em {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(37, 99, 235) 50%, rgb(29, 78, 216) 100%);
  box-shadow: rgba(59, 130, 246, 0.3) 0px 8px 32px, rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: attention-grab 8s ease 1s infinite normal none running;
}

@keyframes attention-grab {
  0%, 10%, 100% { transform: scale(1); }
  3% { transform: scale(1.15) rotate(-5deg); }
  6% { transform: scale(1.15) rotate(5deg); }
  9% { transform: scale(1) rotate(0deg); }
}

@media (min-width: 640px) {
  .floating-btn {
    padding: 0.75rem 1.25rem;
  }
  .floating-btn-text {
    display: inline;
  }
}

@media (max-width: 639px) {
  .floating-actions {
    bottom: 1rem;
    right: 1rem;
  }
}

/* Custom Overrides for Hero Scale */
.hero-content {
  width: 100%;
  max-width: 1300px !important;
  margin-top: 100px;
}

.hero-title {
  font-size: clamp(0.9rem, 4.2vw, 9rem) !important;
  white-space: nowrap !important;
}
