/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** @import must precede all other statements */
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700;800&family=Hammersmith+One&display=swap");

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

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

/*! tailwindcss v3.4.17 | 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: Aleo, Georgia, Times New Roman, 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;
}

:root {
    --mist: #edf8f5;
    --forest: #2b2620;
    --forest-2: #4c4134;
    --mango: #f2b84b;
    --leaf: #6ba15f;
    --primary: 36 90% 56%;
    --primary-foreground: 22 55% 12%;
    --secondary: 109 29% 52%;
    --secondary-foreground: 0 0% 100%;
    --ink: #10251e;
    --shadow: 0 30px 80px rgba(18, 61, 47, 0.18);
  }

* {
    box-sizing: border-box;
  }

html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
    color: var(--ink);
    font-family: "Cabin", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    background: linear-gradient(180deg, #f5faf8 0%, #fdfcf8 46%, #f9faf6 100%);
  }

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

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

img {
    display: block;
    max-width: 100%;
  }

input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
  }
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-1\/3{
  left: 33.333333%;
}
.left-4{
  left: 1rem;
}
.right-4{
  right: 1rem;
}
.top-24{
  top: 6rem;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-\[60\]{
  z-index: 60;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.min-h-\[90vh\]{
  min-height: 90vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/6{
  width: 16.666667%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-4{
  width: 1rem;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-forest-100{
  --tw-border-opacity: 1;
  border-color: hsl(150 18% 90% / var(--tw-border-opacity, 1));
}
.border-forest-200{
  --tw-border-opacity: 1;
  border-color: hsl(150 18% 78% / var(--tw-border-opacity, 1));
}
.border-forest-50{
  --tw-border-opacity: 1;
  border-color: hsl(150 20% 96% / var(--tw-border-opacity, 1));
}
.border-forest-700{
  --tw-border-opacity: 1;
  border-color: hsl(158 36% 14% / var(--tw-border-opacity, 1));
}
.border-forest-900{
  --tw-border-opacity: 1;
  border-color: rgb(3 62 47 / var(--tw-border-opacity, 1));
}
.border-mango-200{
  --tw-border-opacity: 1;
  border-color: hsl(34 66% 76% / var(--tw-border-opacity, 1));
}
.border-mango-300{
  --tw-border-opacity: 1;
  border-color: hsl(32 70% 64% / var(--tw-border-opacity, 1));
}
.border-mango-300\/30{
  border-color: hsl(32 70% 64% / 0.3);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.bg-cream-50{
  --tw-bg-opacity: 1;
  background-color: hsl(40 50% 99% / var(--tw-bg-opacity, 1));
}
.bg-forest-50{
  --tw-bg-opacity: 1;
  background-color: hsl(150 20% 96% / var(--tw-bg-opacity, 1));
}
.bg-forest-900{
  --tw-bg-opacity: 1;
  background-color: rgb(3 62 47 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-mango-50{
  --tw-bg-opacity: 1;
  background-color: hsl(38 70% 96% / var(--tw-bg-opacity, 1));
}
.bg-mango-500{
  --tw-bg-opacity: 1;
  background-color: hsl(28 76% 48% / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/20{
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-forest-100{
  --tw-gradient-from: hsl(150 18% 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(150 18% 90% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mango-300{
  --tw-gradient-from: hsl(32 70% 64%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(32 70% 64% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mango-400{
  --tw-gradient-from: hsl(30 74% 54%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(30 74% 54% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mango-50{
  --tw-gradient-from: hsl(38 70% 96%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(38 70% 96% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-cream-100{
  --tw-gradient-to: hsl(40 38% 97%) var(--tw-gradient-to-position);
}
.to-forest-900{
  --tw-gradient-to: #033E2F var(--tw-gradient-to-position);
}
.to-forest-900\/60{
  --tw-gradient-to: rgb(3 62 47 / 0.6) var(--tw-gradient-to-position);
}
.to-golden-50{
  --tw-gradient-to: hsl(48 100% 97%) var(--tw-gradient-to-position);
}
.to-mango-600{
  --tw-gradient-to: hsl(24 70% 40%) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-serif{
  font-family: Yrsa, Aleo, Georgia, 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-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-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-forest-500{
  --tw-text-opacity: 1;
  color: hsl(154 28% 28% / var(--tw-text-opacity, 1));
}
.text-forest-600{
  --tw-text-opacity: 1;
  color: hsl(156 32% 20% / var(--tw-text-opacity, 1));
}
.text-forest-700{
  --tw-text-opacity: 1;
  color: hsl(158 36% 14% / var(--tw-text-opacity, 1));
}
.text-forest-800{
  --tw-text-opacity: 1;
  color: hsl(160 38% 10% / var(--tw-text-opacity, 1));
}
.text-forest-900{
  --tw-text-opacity: 1;
  color: rgb(3 62 47 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-mango-200{
  --tw-text-opacity: 1;
  color: hsl(34 66% 76% / var(--tw-text-opacity, 1));
}
.text-mango-300{
  --tw-text-opacity: 1;
  color: hsl(32 70% 64% / var(--tw-text-opacity, 1));
}
.text-mango-500{
  --tw-text-opacity: 1;
  color: hsl(28 76% 48% / var(--tw-text-opacity, 1));
}
.text-mango-600{
  --tw-text-opacity: 1;
  color: hsl(24 70% 40% / var(--tw-text-opacity, 1));
}
.text-mango-700{
  --tw-text-opacity: 1;
  color: hsl(20 64% 32% / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.underline{
  text-decoration-line: underline;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-sm{
  --tw-backdrop-blur: blur(4px);
  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-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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.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\:border-mango-300\/50:hover{
  border-color: hsl(32 70% 64% / 0.5);
}

.hover\:bg-cream-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(40 50% 99% / var(--tw-bg-opacity, 1));
}

.hover\:bg-forest-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(150 20% 96% / var(--tw-bg-opacity, 1));
}

.hover\:bg-forest-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 62 47 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mango-600:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(24 70% 40% / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-forest-900:hover{
  --tw-text-opacity: 1;
  color: rgb(3 62 47 / var(--tw-text-opacity, 1));
}

.hover\:text-mango-700:hover{
  --tw-text-opacity: 1;
  color: hsl(20 64% 32% / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-mango-500\/50:hover{
  --tw-shadow-color: hsl(28 76% 48% / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px){

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

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

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

  .sm\:gap-12{
    gap: 3rem;
  }

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

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

@media (min-width: 768px){

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

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

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

@media (min-width: 1024px){

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

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

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

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

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

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

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/source-theme.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --mist: #edf8f5;
  --mist-2: #f7fbf6;
  --forest: #2b2620;
  --forest-2: #4c4134;
  --glass: rgba(255, 255, 255, 0.72);
  --card: rgba(255, 255, 255, 0.86);
  --lime: #f2b84b;
  --lime-2: #e18a1e;
  --leaf: #6ba15f;
  --soft-leaf: #d8f1a7;
  --ink: #10251e;
  --muted: #64786f;
  --line: rgba(16, 37, 30, 0.11);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 80px rgba(18, 61, 47, 0.18);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Cabin", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 16% 12%, rgba(242, 184, 75, 0.42), transparent 20rem),
    radial-gradient(circle at 84% 10%, rgba(107, 161, 95, 0.16), transparent 24rem),
    linear-gradient(180deg, #f7f5f0 0%, #fcfbf4 46%, #f6f8f1 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

img {
  display: block;
  max-width: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 12px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(7, 56, 44, 0.06);
  box-shadow: 0 12px 30px rgba(18, 61, 47, 0.04);
  backdrop-filter: blur(10px);
}

body:has(main.about-page) .site-header,
body:has(main.faq-page) .site-header {
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 184, 75, 0.16), transparent 14rem),
    radial-gradient(circle at 16% 10%, rgba(107, 161, 95, 0.1), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 249, 244, 0.82));
  border-color: rgba(107, 161, 95, 0.08);
  box-shadow: 0 12px 30px rgba(18, 61, 47, 0.03);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: -moz-max-content;
  min-width: max-content;
}

.brand-logo {
  width: clamp(170px, 18vw, 236px);
  height: auto;
  max-height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #f2b84b, #e18a1e);
  color: var(--lime);
  box-shadow: 0 14px 32px rgba(242, 184, 75, 0.18);
  font-weight: 950;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #334940;
  font-size: 12px;
  font-weight: 800;
  padding: 4px;
  border-radius: 999px;
  background: rgba(237, 248, 245, 0.68);
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 999px;
}

.desktop-nav a:hover {
  background: rgba(242, 184, 75, 0.34);
  color: var(--forest-2);
}

.desktop-nav a.is-active,
.desktop-nav a[aria-current='page'] {
  background: linear-gradient(135deg, #f8d76f, var(--mango));
  color: var(--forest);
  box-shadow: 0 10px 24px rgba(242, 184, 75, 0.22);
}

.desktop-nav a.is-active .icon,
.desktop-nav a[aria-current='page'] .icon {
  color: var(--leaf);
}

.mobile-nav a.is-active,
.mobile-nav a[aria-current='page'] {
  background: linear-gradient(135deg, #f8d76f, var(--mango));
  color: var(--forest);
  box-shadow: 0 10px 24px rgba(242, 184, 75, 0.22);
}

.mobile-nav a.is-active .icon,
.mobile-nav a[aria-current='page'] .icon {
  color: var(--leaf);
}

.mobile-nav .mobile-nav-contact {
  margin-top: 4px;
  background: linear-gradient(135deg, #f8d76f, var(--lime-2));
  color: var(--forest);
  justify-content: center;
}

.mobile-nav .mobile-nav-contact .icon {
  color: var(--forest);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-link {
  color: var(--forest);
  font-weight: 900;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #f8d76f, var(--lime-2));
  color: var(--forest);
  box-shadow: 0 20px 38px rgba(242, 184, 75, 0.28);
}

.button-dark {
  background: linear-gradient(135deg, #f8d76f, var(--lime-2));
  color: var(--forest);
  box-shadow: 0 20px 38px rgba(242, 184, 75, 0.28);
}

.button-ghost {
  border-color: rgba(107, 161, 95, 0.18);
  background: rgba(107, 161, 95, 0.06);
  color: var(--forest);
}

.button-light {
  background: white;
  color: var(--forest);
}

.menu-button,
.mobile-nav {
  display: none;
}

.section {
  width: 100%;
  margin-inline: 0;
  padding: clamp(58px, 7vw, 96px) max(18px, calc((100vw - 1120px) / 2));
}

.section > * {
  max-width: 1120px;
}

.hero > *,
.trust-band > *,
.split > *,
.plan-section > *,
.feature-section > *,
.varieties > *,
.release-band > *,
.journey > *,
.terms > *,
.proof > *,
.ecosystem > *,
.contact-section > *,
.page-hero > *,
.page-grid > * {
  max-width: none;
}

.hero {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: calc(100vh - 104px);
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(26px, 3vw, 40px);
}

.hero-copy {
  max-width: 690px;
}

.hero-visual {
  display: grid;
  gap: 16px;
  justify-self: end;
  width: min(100%, 460px);
}

.photo-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(107, 161, 95, 0.16), transparent 4rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 248, 240, 0.86));
  box-shadow: var(--shadow);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-photo-frame {
  min-height: 290px;
}

.about-photo-frame {
  min-height: 420px;
}

.trees-photo-frame {
  min-height: 290px;
}

.faq-photo-frame {
  min-height: 280px;
}

.contact-photo-frame,
.shop-photo-frame,
.services-photo-frame,
.partner-photo-frame {
  min-height: 300px;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.shop-hero-copy {
  max-width: 58ch;
}

.shop-hero-copy .status-row {
  margin-top: 28px;
}

.shop-hero-copy .hero-actions {
  margin-top: 28px;
}

.shop-hero-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.shop-photo-frame {
  overflow: hidden;
  border-radius: 30px;
}

.shop-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-highlights-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-catalogue {
  padding-top: clamp(6px, 1vw, 14px);
}

.shop-explore-section {
  padding-top: clamp(18px, 2vw, 28px);
}

.shop-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.shop-offer-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.12), transparent 4rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
}

.shop-offer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop-offer-category,
.shop-offer-frequency {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.shop-offer-category {
  background: rgba(107, 161, 95, 0.12);
  color: var(--forest);
}

.shop-offer-frequency {
  color: var(--forest);
}

.frequency-on-demand {
  background: rgba(242, 184, 75, 0.16);
}

.frequency-weekly {
  background: rgba(107, 161, 95, 0.14);
}

.frequency-monthly {
  background: rgba(242, 184, 75, 0.22);
}

.shop-offer-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.shop-offer-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.shop-offer-meta {
  display: grid;
  gap: 8px;
}

.shop-offer-meta span,
.shop-offer-tags span,
.shop-offer-footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.shop-offer-meta span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 56, 44, 0.06);
  color: #385348;
  font-size: 11px;
  font-weight: 850;
}

.shop-offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-offer-tags span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 56, 44, 0.06);
  color: #385348;
  font-size: 11px;
  font-weight: 850;
}

.shop-offer-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 56, 44, 0.08);
}

.shop-offer-footer span {
  color: #51645b;
  font-size: 12px;
  font-weight: 800;
}

.shop-offer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(7, 56, 44, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: var(--forest);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.varieties-photo-frame {
  min-height: 250px;
  margin-top: 20px;
}

.page-side-stack {
  display: grid;
  gap: 16px;
  align-content: start;
}

.shop-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.shop-intent-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 16px 15px;
  border-radius: 22px;
  border: 1px solid rgba(242, 184, 75, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 243, 230, 0.92));
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.05);
}

.shop-intent-card .icon {
  color: var(--secondary);
  margin-top: 2px;
}

.shop-intent-card strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.shop-intent-card p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.shop-benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-benefit-grid span {
  align-items: flex-start;
  gap: 10px;
  min-height: 56px;
  padding: 14px 14px 14px 15px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 228, 0.88));
  border: 1px solid rgba(242, 184, 75, 0.16);
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(18, 61, 47, 0.06);
  font-size: 13px;
  line-height: 1.3;
}

.shop-benefit-grid .icon {
  flex: 0 0 auto;
  color: var(--secondary);
}

.shop-value-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(242, 184, 75, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 247, 235, 0.94));
  box-shadow: 0 16px 34px rgba(18, 61, 47, 0.08);
}

.shop-value-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.shop-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.shop-reasons-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0 0 0 22px;
  list-style: disc;
  color: var(--ink);
}

.shop-reasons-list li {
  display: list-item;
  padding-left: 6px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.photo-frame-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(18, 61, 47, 0.1);
  backdrop-filter: blur(14px);
}

.status-row,
.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-strip {
  margin-top: 14px;
}

.status-row span,
.contact-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(107, 161, 95, 0.14);
  border-radius: 999px;
  background: rgba(107, 161, 95, 0.08);
  color: #385348;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.06);
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.status-row .icon,
.contact-strip .icon,
.desktop-nav .icon,
.mobile-nav .icon,
.package-feature-strip .icon,
.catalogue-experience-summary .icon,
.experience-shell-foot .icon {
  width: 14px;
  height: 14px;
  color: var(--leaf);
}

.contact-strip .icon {
  margin-right: 2px;
  transform: translateY(-0.5px);
}

.availability-strip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(242, 184, 75, 0.64);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(248, 215, 111, 0.92), rgba(255, 255, 255, 0.88));
  color: var(--forest);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 42px rgba(242, 184, 75, 0.18);
}

.hero h1,
.section h2 {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  margin: 0;
  max-width: 900px;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero h1 {
  margin-top: 24px;
  max-width: 660px;
  font-size: clamp(34px, 4.8vw, 56px);
  color: var(--ink);
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.hero p,
.section p {
  color: #51645b;
  font-size: clamp(14px, 1.25vw, 16px);
}

.hero p {
  max-width: 630px;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 22px;
}

.sold-note {
  max-width: 580px;
  margin: -6px 0 18px;
  color: #5d655d;
  font-size: 13px;
  font-weight: 750;
}

.app-showcase {
  position: relative;
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(380px, 430px);
  align-items: center;
  gap: 22px;
  max-width: 460px;
  justify-self: center;
}

.phone {
  position: relative;
  overflow: hidden;
  width: min(100%, 410px);
  min-height: 790px;
  justify-self: center;
  border-radius: 46px;
  border: 10px solid rgba(8, 32, 25, 0.92);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 34px 80px rgba(18, 61, 47, 0.22);
  backdrop-filter: blur(20px);
}

.phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  width: 104px;
  height: 31px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020907;
}

.phone-top {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 900;
}

.status-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: currentColor;
}

.status-icons .icon {
  width: 16px;
  height: 16px;
}

.phone-top i {
  width: 46px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, currentColor 40%, transparent 40% 52%, currentColor 52% 68%, transparent 68% 78%, currentColor 78%);
  opacity: 0.8;
}

.phone-dark {
  min-height: 680px;
  padding: 66px 24px 24px;
  background: linear-gradient(180deg, #2b2620, #1f1914);
  color: white;
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-head h3,
.phone-tree h3 {
  margin: 0;
  font-size: 21px;
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.avatar-row span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 13px;
}

.avatar-row b,
.profile-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 28%, #ffd1bd, #8f4c3e 55%, #263c26);
  border: 3px solid #a8dd61;
}

.profile-avatar {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 18px rgba(18, 61, 47, 0.12);
}

.chart-card,
.score-card,
.mini-grid div,
.growth-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.chart-card {
  display: grid;
  gap: 9px;
  margin-top: 24px;
  padding: 18px;
}

.chart-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.chart-title span {
  font-size: 16px;
  font-weight: 850;
}

.chart-title em {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-style: normal;
}

.chart-card strong {
  color: white;
  font-size: 13px;
  font-weight: 650;
}

.chart-card > small b {
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.12);
  color: var(--lime);
  padding: 3px 10px;
  font-size: 16px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
  height: 132px;
  padding-top: 12px;
}

.bars i {
  border-radius: 9px 9px 4px 4px;
  background: linear-gradient(180deg, #f8d76f, #6db65f);
}

.bars i:nth-child(1) { height: 32%; }
.bars i:nth-child(2) { height: 48%; }
.bars i:nth-child(3) { height: 58%; }
.bars i:nth-child(4) { height: 70%; }
.bars i:nth-child(5) { height: 92%; }
.bars i:nth-child(6) { height: 73%; }

.month-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.mini-grid div {
  padding: 18px;
}

.mini-grid strong {
  display: block;
  color: var(--lime);
  font-size: 24px;
}

.mini-grid span,
.score-card span {
  color: rgba(255, 255, 255, 0.72);
}

.mini-grid em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
}

.score-card {
  margin-top: 14px;
  padding: 18px;
}

.score-layout {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 16px;
}

.score-layout strong {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 9px solid var(--lime);
  border-right-color: rgba(242, 184, 75, 0.22);
  border-radius: 50%;
  color: white;
  font-size: 26px;
}

.score-layout strong small {
  display: block;
  margin-top: -32px;
  font-size: 11px;
  opacity: 0.72;
}

.score-card p,
.score-layout p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.bottom-tabs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  min-height: 70px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  backdrop-filter: blur(20px);
}

.bottom-tabs span {
  display: grid;
  gap: 4px;
  justify-items: center;
  font-size: 18px;
}

.bottom-tabs small {
  font-size: 10px;
}

.bottom-tabs b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--forest);
  font-size: 28px;
  font-weight: 500;
}

.phone-tree {
  min-height: 770px;
  padding: 76px 18px 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 240, 0.96)),
    #f9fbf5;
}

.phone-brand {
  display: grid;
  place-items: center;
  width: 100%;
  margin: 4px 0 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(18, 61, 47, 0.1);
  backdrop-filter: blur(12px);
}

.phone-brand img {
  width: min(76%, 230px);
  max-height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tree-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
}

.tree-head h3 {
  text-align: center;
}

.tree-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: white;
  box-shadow: 0 10px 22px rgba(18, 61, 47, 0.1);
  color: var(--forest);
  font-size: 23px;
}

.tree-illustration img {
  width: 100%;
  height: 342px;
  border-radius: 30px 30px 22px 22px;
  -o-object-fit: cover;
     object-fit: cover;
}

.growth-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: -82px;
  padding: 22px 18px 20px;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(9, 55, 42, 0.76);
  color: white;
  box-shadow: 0 20px 44px rgba(8, 40, 31, 0.22);
}

.growth-progress {
  justify-self: stretch;
  display: grid;
  gap: 10px;
  padding: 12px 14px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.growth-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.growth-progress-head small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
}

.growth-progress-head strong {
  color: white;
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.growth-meter {
  position: relative;
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.growth-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8d76f, var(--lime));
  box-shadow: 0 0 18px rgba(242, 184, 75, 0.18);
  transition: width 0.22s linear;
}

.growth-title {
  position: relative;
  justify-self: stretch;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.growth-title i {
  display: grid;
  grid-row: span 2;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--lime), #cb7b15);
  color: var(--forest);
  font-style: normal;
}

.growth-title span {
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
}

.growth-title small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
}

.tree-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: stretch;
  gap: 9px;
  text-align: center;
}

.tree-stats-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, 0.16), transparent 3rem),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tree-stats span {
  display: grid;
  gap: 4px;
  justify-items: center;
  align-content: center;
  min-height: 78px;
  padding: 8px 6px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, 0.13), transparent 2.2rem),
    rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tree-stats-panel span {
  min-height: 72px;
  padding: 10px 6px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, 0.18), transparent 2rem),
    rgba(255, 255, 255, 0.1);
}

.tree-stats-panel small {
  font-size: 10px;
}

.tree-stats-panel b {
  font-size: 11px;
}

.tree-stats i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 184, 75, 0.16);
  color: var(--lime);
  font-style: normal;
  font-size: 14px;
}

.tree-stats small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
}

.tree-stats b {
  color: white;
  font-size: 11px;
  line-height: 1.15;
}

.tree-tabs {
  min-height: 58px;
  bottom: 18px;
  background: rgba(9, 55, 42, 0.62);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 0;
}

.metric {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 86% 12%, rgba(242, 184, 75, 0.34), transparent 4.5rem),
    var(--glass);
  box-shadow: 0 16px 40px rgba(18, 61, 47, 0.08);
  backdrop-filter: blur(18px);
}

.metric::after {
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(107, 161, 95, 0.12);
}

.metric i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #8bc77c, var(--leaf));
  color: var(--lime);
  box-shadow: 0 14px 30px rgba(107, 161, 95, 0.16);
  font-style: normal;
}

.metric strong {
  position: relative;
  z-index: 1;
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: var(--forest);
  font-size: clamp(21px, 2.8vw, 32px);
  line-height: 1;
}

.metric span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-weight: 850;
}

.split,
.proof,
.contact-section,
.varieties {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.section-label {
  display: block;
  margin-bottom: 14px;
  color: var(--leaf);
  font-size: 15px;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(107, 161, 95, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.section h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  text-decoration: underline;
  text-decoration-color: rgba(107, 161, 95, 0.34);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  text-wrap: balance;
}

.check-grid,
.promise-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

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

.check-grid span,
.promise-list li {
  position: relative;
  padding-left: 30px;
  color: #304037;
  font-weight: 800;
}

.check-grid span::before,
.promise-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--leaf), rgba(107, 161, 95, 0.56));
}

.promise-note {
  max-width: 60ch;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 3px solid rgba(107, 161, 95, 0.48);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  color: #46584f;
  font-size: 14px;
  line-height: 1.6;
}

.record-card,
.plan-card,
.feature-grid article,
.terms-grid article,
.interest-form,
.deco-panel {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
}

.record-card {
  display: grid;
  gap: 22px;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at 100% 0%, rgba(107, 161, 95, 0.12), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 241, 0.94));
}

.record-card-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.record-card-head h3,
.plan-card h3,
.feature-grid h3,
.terms-grid h3,
.timeline h3 {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.12;
  color: var(--ink);
}

.record-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.record-card-list {
  display: grid;
  gap: 12px;
}

.record-card-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 56, 44, 0.06);
  box-shadow: 0 10px 24px rgba(18, 61, 47, 0.05);
}

.record-card-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 900;
}

.record-card-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.record-card-head .term-icon,
.record-card-item .term-icon {
  width: 34px;
  height: 34px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.split > div:first-child,
.contact-section > div:first-child,
.varieties > div:first-child {
  max-width: 54ch;
}

.split > div:first-child p,
.contact-section > div:first-child p,
.varieties > div:first-child p {
  max-width: 52ch;
}

.section-heading h2,
.about-story-copy h2,
.deco-panel h2,
.catalogue-copy h1,
.page-hero h1,
.section h2 {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
  text-decoration: underline;
  text-decoration-color: rgba(242, 184, 75, 0.78);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  color: var(--ink);
}

.plan-section,
.feature-section,
.journey,
.terms,
.ecosystem {
  background: rgba(255, 255, 255, 0.36);
}

.plan-grid,
.feature-grid,
.terms-grid,
.timeline,
.logo-grid {
  display: grid;
  gap: 18px;
}

.plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.plan-stack {
  display: grid;
  gap: 22px;
  max-width: 100%;
}

.plan-card {
  display: grid;
  gap: 14px;
  padding: 34px;
}

.plan-card.active {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.18), transparent 4rem),
    linear-gradient(160deg, #8bc77c, #6ba15f);
  color: white;
}

.plan-card.active p {
  color: rgba(255, 255, 255, 0.72);
}

.plan-card a {
  color: var(--forest-2);
  font-weight: 900;
}

.plan-card.active a {
  color: var(--lime);
}

.plan-video-panel {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(107, 161, 95, 0.12), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 245, 238, 0.96));
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
}

.plan-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #0e1713;
  box-shadow: 0 14px 34px rgba(18, 61, 47, 0.12);
}

.plan-video-brand {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(120px, 18vw, 180px);
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.16);
  backdrop-filter: blur(12px);
}

.plan-video-brand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #0e1713;
}

.plan-video-panel figcaption {
  display: grid;
  gap: 6px;
  max-width: 64ch;
}

.plan-video-panel figcaption,
.plan-video-panel figcaption * {
  text-align: left;
}

.plan-video-panel strong {
  color: var(--ink);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.plan-video-panel span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.feature-grid,
.terms-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.terms-grid article {
  min-height: 100%;
  padding: 26px;
}

.feature-grid article .term-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.feature-grid article .term-icon .icon {
  width: 16px;
  height: 16px;
}

.terms-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  list-style: none;
  cursor: pointer;
  color: var(--forest);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12;
}

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

.faq-item summary span:nth-child(2) {
  flex: 1;
}

.faq-item summary .term-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.faq-item summary .term-icon .icon {
  width: 14px;
  height: 14px;
}

.faq-toggle {
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.2s ease, color 0.2s ease;
  color: var(--leaf);
}

.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  color: var(--forest);
}

.faq-answer {
  padding: 0 24px 22px 82px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
  max-width: 900px;
}

.faq-item[open] {
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.12), transparent 6rem),
    var(--card);
}

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

.faq-intro-copy {
  max-width: 54ch;
}

.faq-intro-side {
  max-width: 560px;
  justify-self: end;
  padding-left: 0;
}

.faq-intro-side .record-card {
  gap: 16px;
  padding: 28px;
}

.faq-intro-side .faq-photo-frame {
  min-height: 280px;
}

.faq-compare-band {
  align-items: center;
}

.faq-groups {
  padding-top: clamp(18px, 2vw, 28px);
}

.faq-groups-shell {
  display: grid;
  gap: 28px;
}

.faq-group {
  display: grid;
  gap: 18px;
}

.faq-group .section-heading {
  max-width: 820px;
  margin-bottom: 0;
}

.term-icon {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: rgba(107, 161, 95, 0.11);
  border: 1px solid rgba(107, 161, 95, 0.16);
  color: var(--leaf);
  box-shadow: none;
}

.term-icon .icon {
  width: 14px;
  height: 14px;
  display: block;
}

.variety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.variety-grid article {
  min-height: 208px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.58), transparent 4rem),
    linear-gradient(150deg, #fff6c8, #f2b84b 56%, #e09a34);
  color: var(--forest);
  box-shadow: 0 14px 32px rgba(242, 184, 75, 0.18);
}

.variety-grid strong {
  display: block;
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.variety-grid span {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
}

.variety-grid small {
  color: rgba(43, 38, 32, 0.82);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.variety-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variety-details em {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 850;
  font-style: normal;
}

.variety-grid .exclusive {
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 184, 75, 0.2), transparent 4rem),
    linear-gradient(150deg, #8bc77c, var(--leaf));
  color: var(--forest);
}

.variety-grid .exclusive span {
  background: rgba(255, 255, 255, 0.56);
  color: var(--forest);
}

.variety-grid .exclusive small {
  color: rgba(18, 37, 30, 0.8);
}

.variety-grid .exclusive .variety-details em {
  background: rgba(255, 255, 255, 0.52);
  color: var(--forest);
}

.release-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(242, 184, 75, 0.24), transparent 5rem),
    linear-gradient(145deg, rgba(251, 232, 182, 0.95), rgba(255, 248, 238, 0.95));
  color: var(--ink);
}

.release-band h2 {
  color: var(--ink);
}

.release-band p,
.release-band .section-label {
  color: #5c645e;
}

.timeline {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.timeline article {
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 36px rgba(18, 61, 47, 0.06);
}

.timeline span {
  display: block;
  color: var(--leaf);
  font-size: 30px;
  font-weight: 950;
}

.proof-image {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.76);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.proof-image img {
  width: 100%;
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.logo-grid span {
  display: grid;
  min-height: 100px;
  place-items: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--forest);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 30px rgba(18, 61, 47, 0.06);
}

.interest-form {
  display: grid;
  gap: 16px;
  padding: 30px;
}

.interest-form label {
  display: grid;
  gap: 8px;
  color: #314b38;
  font-size: 12px;
  font-weight: 850;
}

.interest-form input,
.interest-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  font-weight: 800;
}

.site-footer {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.75fr));
  gap: 28px;
  padding: 54px max(18px, calc((100vw - 1120px) / 2)) 42px;
  background: linear-gradient(180deg, #78b26a 0%, #6ba15f 100%);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  overflow: hidden;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: white;
  font-size: 17px;
}

.site-footer h4 {
  margin: 16px 0 6px;
  color: white;
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
}

.footer-brand strong {
  color: white;
}

.footer-brand {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px);
}

.footer-brand .brand-logo {
  width: min(72vw, 286px);
  max-height: 72px;
  filter: drop-shadow(0 8px 18px rgba(7, 56, 44, 0.12));
}

.footer-about p {
  max-width: 520px;
}

.footer-about,
.footer-column,
.footer-seo,
.footer-bottom {
  min-width: 0;
}

.footer-badges,
.footer-link-cloud,
.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badges {
  margin-top: 22px;
}

.footer-badges span,
.footer-link-cloud a {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.96);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.footer-action-link {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #fff7d0;
  color: var(--forest);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.footer-label {
  color: #fff2bb;
  font-size: 12px;
  font-weight: 900;
}

.site-footer address {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  line-height: 1.55;
}

.footer-seo,
.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 24px;
}

.footer-bottom {
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
  text-align: left;
  display: grid;
  gap: 18px;
}

.footer-legal-top {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.4;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footer-legal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.footer-right-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  text-align: left;
}

.footer-policy-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: flex-start;
}

.footer-policy-links a {
  color: #fff3bf;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 243, 191, 0.9);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.footer-legal-row > a {
  color: #fff3bf;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 243, 191, 0.9);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.footer-legal-top span {
  white-space: nowrap;
}

.footer-bottom > div {
  align-items: center;
}

.footer-bottom > div span,
.footer-bottom > div a {
  display: inline-flex;
  margin: 0;
}

.disclaimer p,
.site-footer p {
  margin: 0;
}

.page-hero {
  min-height: 46vh;
  display: grid;
  align-items: center;
  padding-top: clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 184, 75, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 244, 0.96));
  color: var(--ink);
}

main > .page-hero:first-child {
  margin-top: -96px;
  padding-top: clamp(128px, 12vw, 168px);
}

.page-hero h1 {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  max-width: 980px;
  margin: 0;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 0.96;
  color: var(--ink);
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
}

.catalogue-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  align-items: start;
  gap: clamp(28px, 5vw, 76px);
  min-height: auto;
  padding-top: clamp(54px, 7vw, 104px);
  padding-bottom: clamp(12px, 2vw, 24px);
}

.catalogue-hero-side {
  display: grid;
  justify-items: end;
  align-self: start;
  padding-top: 8px;
}

.catalogue-copy {
  display: grid;
  gap: 16px;
  padding-top: 6px;
}

.catalogue-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.98;
}

.catalogue-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.62;
}

.catalogue-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 0;
}

.catalogue-hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  background: rgba(255, 255, 255, 0.68);
  color: #385348;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.06);
}

.catalogue-hero-notes .icon {
  width: 14px;
  height: 14px;
  color: var(--leaf);
}

.dashboard-panel {
  width: min(100%, 430px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 12%, rgba(242, 184, 75, 0.2), transparent 12rem),
    linear-gradient(160deg, rgba(47, 41, 33, 0.96), rgba(77, 61, 44, 0.92));
  color: white;
  box-shadow: 0 34px 82px rgba(18, 61, 47, 0.22);
}

.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 6px 14px;
  font-weight: 850;
}

.dashboard-top b {
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.16);
  color: var(--lime);
  padding: 7px 10px;
  font-size: 12px;
}

.orchard-frame {
  overflow: hidden;
  aspect-ratio: 1 / 0.78;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.orchard-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.dashboard-grid span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  padding: 14px;
}

.dashboard-grid small {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 750;
}

.dashboard-grid strong {
  color: white;
  font-size: 18px;
}

.catalogue-varieties,
.leasing-packages,
.catalogue-flow {
  background: rgba(255, 255, 255, 0.34);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.package-note {
  margin: 14px 2px 0;
  color: #567265;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.package-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.package-feature-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  color: #385348;
  padding: 10px 13px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.06);
}

.package-feature-strip .icon {
  color: var(--leaf);
  font-size: 16px;
}

.package-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 14px;
  min-height: 500px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 12%, rgba(242, 184, 75, 0.32), transparent 5rem),
    var(--card);
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
}

.package-card.featured {
  border-color: rgba(242, 184, 75, 0.72);
  background:
    radial-gradient(circle at 86% 10%, rgba(242, 184, 75, 0.44), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 248, 245, 0.88));
}

.package-card.corporate {
  background:
    radial-gradient(circle at 86% 10%, rgba(242, 184, 75, 0.18), transparent 5rem),
    linear-gradient(160deg, #2f2921, #4b3e31);
  color: white;
}

.package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.package-top span,
.package-top b {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}

.package-top span {
  background: rgba(7, 56, 44, 0.08);
  color: var(--forest);
}

.package-top b {
  background: rgba(75, 62, 49, 0.92);
  color: var(--lime);
}

.package-card.corporate .package-top span {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.package-card.corporate .package-top b {
  background: rgba(242, 184, 75, 0.18);
}

.package-card h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 24px;
}

.package-card.corporate h3 {
  color: white;
}

.package-card > small {
  color: var(--muted);
  font-weight: 850;
}

.package-card.corporate > small {
  color: rgba(255, 255, 255, 0.68);
}

.package-card ul {
  display: grid;
  align-content: start;
  gap: 11px;
  margin: 6px 0 8px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 26px;
  color: #345044;
  font-size: 13px;
  font-weight: 800;
}

.package-card.corporate li {
  color: rgba(255, 255, 255, 0.76);
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--leaf));
}

.package-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.54em;
  width: 6px;
  height: 3px;
  border-left: 2px solid var(--forest);
  border-bottom: 2px solid var(--forest);
  transform: rotate(-45deg);
}

.package-card .button {
  align-self: end;
  width: 100%;
}

.catalogue-experience {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: start;
  gap: clamp(30px, 5vw, 64px);
}

.catalogue-experience-media {
  display: grid;
  gap: 16px;
  align-content: start;
}

.catalogue-media-frame {
  overflow: hidden;
  position: relative;
  min-height: 720px;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(239, 248, 240, 0.72));
  box-shadow: var(--shadow);
}

.catalogue-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalogue-media-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(5, 42, 33, 0.72);
  color: white;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.catalogue-media-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.16);
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
}

.catalogue-media-overlay strong {
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.98;
}

.catalogue-media-overlay p {
  margin: 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.catalogue-media-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
}

.catalogue-media-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--forest);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.catalogue-media-note p {
  margin: 0;
  color: var(--muted);
}

.catalogue-experience-copy {
  display: grid;
  gap: 20px;
}

.catalogue-experience-lead {
  max-width: 780px;
}

.catalogue-experience-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.catalogue-experience-summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 13px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #385348;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(18, 61, 47, 0.06);
}

.catalogue-experience-summary .icon {
  color: var(--leaf);
}

.catalogue-copy .hero-actions {
  margin: 8px 0 2px;
}

.catalogue-detail-card {
  display: grid;
  gap: 16px;
  width: min(100%, 400px);
  justify-self: end;
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.16), transparent 5rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 56px rgba(18, 61, 47, 0.1);
  backdrop-filter: blur(18px);
}

.catalogue-detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.catalogue-detail-top span {
  display: block;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 950;
}

.catalogue-detail-top strong {
  display: block;
  margin-top: 6px;
  color: var(--forest);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.catalogue-detail-top b {
  display: inline-flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8bc77c, var(--leaf));
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.catalogue-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.catalogue-detail-grid span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  align-content: center;
  padding: 12px 14px;
  border-radius: 22px;
  border: 1px solid rgba(7, 56, 44, 0.06);
  background: rgba(255, 255, 255, 0.8);
}

.catalogue-detail-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.catalogue-detail-grid strong {
  color: var(--forest);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.experience-shell {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.16), transparent 5rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 56px rgba(18, 61, 47, 0.1);
  backdrop-filter: blur(18px);
}

.experience-shell-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.experience-shell-head span {
  display: block;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 950;
}

.experience-shell-head strong {
  display: block;
  margin-top: 6px;
  color: var(--forest);
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.experience-shell-head b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8bc77c, var(--leaf));
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.experience-shell-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.experience-shell-grid article {
  display: grid;
  gap: 10px;
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.18), transparent 3.5rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(18, 61, 47, 0.08);
}

.experience-shell-grid h3 {
  margin: 0;
  color: var(--forest);
  font-size: 22px;
}

.experience-shell-grid p {
  margin: 0;
  color: var(--muted);
}

.experience-shell-grid .term-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.experience-shell-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-shell-foot span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(107, 161, 95, 0.12);
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}

.catalogue-experience .experience-grid {
  display: none;
}

.catalogue-experience .experience-grid article:first-child {
  grid-column: 1 / -1;
}

.catalogue-experience .term-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.catalogue-experience .term-icon .icon {
  width: 16px;
  height: 16px;
}

.catalogue-browser {
  display: grid;
  gap: 26px;
  padding-top: clamp(6px, 1vw, 14px);
}

.catalogue-browser-rule {
  width: 100%;
  margin: 0 0 2px;
  border: 0;
  border-top: 1px solid rgba(7, 56, 44, 0.12);
}

.catalogue-browser-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 6px;
}

.catalogue-browser-head h2 {
  max-width: 760px;
}

.catalogue-browser-head p {
  max-width: 720px;
}

.catalogue-browser-counts {
  display: grid;
  gap: 8px;
  text-align: right;
}

.catalogue-browser-counts span {
  display: inline-flex;
  justify-content: flex-end;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 56, 44, 0.08);
  color: #385348;
  font-size: 12px;
  font-weight: 850;
}

.catalogue-toolbar {
  position: sticky;
  top: 90px;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.9fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(18, 61, 47, 0.08);
  backdrop-filter: blur(18px);
}

.catalogue-search,
.catalogue-select {
  display: grid;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  padding: 12px 14px;
}

.catalogue-search {
  grid-template-columns: auto 1fr;
}

.catalogue-search input,
.catalogue-select select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.catalogue-select {
  grid-template-columns: 1fr;
}

.catalogue-select span {
  color: var(--leaf);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.catalogue-farm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.catalogue-farm-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.14), transparent 4rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(18, 61, 47, 0.08);
}

.catalogue-farm-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: -20px -20px 6px;
  border-radius: 28px 28px 18px 18px;
  background: rgba(255, 255, 255, 0.6);
}

.catalogue-farm-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalogue-farm-chip {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(107, 161, 95, 0.12);
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
}

.catalogue-farm-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
}

.catalogue-farm-card p,
.catalogue-farm-card small {
  margin: 0;
  color: var(--muted);
}

.catalogue-farm-foot,
.catalogue-farm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalogue-farm-foot span,
.catalogue-farm-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 56, 44, 0.06);
  color: #385348;
  font-size: 11px;
  font-weight: 850;
}

.catalogue-browser-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 56, 44, 0.08);
  color: var(--muted);
  font-size: 13px;
}

.catalogue-browser-results p {
  margin: 0;
  max-width: 720px;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.tree-catalogue-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 0 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.12), transparent 4rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(18, 61, 47, 0.09);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.tree-catalogue-media {
  margin: 0 -18px 8px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
}

.tree-catalogue-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tree-catalogue-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tree-catalogue-variety,
.tree-catalogue-status,
.tree-catalogue-hint {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.tree-catalogue-variety {
  color: var(--forest);
  background: rgba(242, 184, 75, 0.18);
}

.tree-catalogue-variety.variety-safeda {
  background: rgba(240, 223, 161, 0.62);
}

.tree-catalogue-variety.variety-dussehri {
  background: rgba(242, 184, 75, 0.2);
}

.tree-catalogue-variety.variety-chausa {
  background: rgba(107, 161, 95, 0.16);
}

.tree-catalogue-status.available {
  color: #20583d;
  background: rgba(107, 161, 95, 0.14);
}

.tree-catalogue-status.reserved {
  color: #8a4f12;
  background: rgba(242, 184, 75, 0.2);
}

.tree-catalogue-status.adopted {
  color: var(--forest);
  background: rgba(16, 37, 30, 0.08);
}

.tree-catalogue-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  word-break: break-word;
}

.tree-catalogue-farm {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.tree-catalogue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tree-catalogue-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 56, 44, 0.06);
  color: #385348;
  font-size: 10px;
  font-weight: 850;
}

.tree-catalogue-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 56, 44, 0.08);
}

.tree-catalogue-hint {
  color: var(--forest);
  background: rgba(107, 161, 95, 0.12);
}

.tree-catalogue-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lime-2);
  font-size: 13px;
  font-weight: 900;
}

.catalogue-empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  border: 1px dashed rgba(7, 56, 44, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--muted);
}

.catalogue-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.catalogue-pagination button,
.catalogue-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(7, 56, 44, 0.08);
  background: rgba(255, 255, 255, 0.8);
  color: var(--forest);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.catalogue-pagination button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.catalogue-browser-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tree-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tree-detail-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 56, 44, 0.06);
}

.deco-line {
  width: min(220px, 60vw);
  height: 10px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime), var(--leaf));
}

.page-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 70px);
}

.about-story {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.about-story::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 42%, rgba(251, 253, 248, 0.36) 66%, rgba(255, 255, 255, 0.94) 100%);
}

.about-story-copy {
  display: grid;
  gap: 14px;
}

.about-story-copy h2 {
  max-width: 780px;
}

.about-story-copy p {
  max-width: 760px;
}

.about-story-visual {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 8px 0 8px 18px;
  background: transparent;
}

.about-quote {
  grid-template-columns: 34px 1fr;
  align-items: start;
}

.about-quote .term-icon {
  margin-top: 2px;
}

.about-quote .term-icon,
.about-values-grid article .term-icon,
.about-note .deco-panel .term-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.about-quote .term-icon .icon,
.about-values-grid article .term-icon .icon,
.about-note .deco-panel .term-icon .icon {
  width: 14px;
  height: 14px;
}

.about-story-visual img {
  width: 100%;
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  box-shadow: none;
  background: transparent;
}

.about-feature-section {
  align-items: start;
}

.about-feature-copy {
  display: grid;
  gap: 22px;
}

.about-feature-visual {
  padding-top: 6px;
}

.about-expectations {
  display: grid;
  gap: 22px;
}

.about-expectations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-expectations-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.1), transparent 4.5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 241, 0.96));
  box-shadow: 0 18px 48px rgba(18, 61, 47, 0.08);
  backdrop-filter: blur(18px);
}

.about-expectations-grid h3 {
  margin: 0 0 8px;
  font-family: "Hammersmith One", "Cabin", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 400;
  color: var(--ink);
}

.about-expectations-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin-inline: auto;
}

.about-values-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: auto;
  padding: 22px 24px;
}

.about-values-grid article .term-icon {
  margin-bottom: 0;
}

.about-values-grid article > div {
  display: grid;
  gap: 8px;
}

.about-values-grid article h3 {
  margin: 0;
}

.about-values-grid article p {
  margin: 0;
  max-width: 62ch;
}

.about-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 32px);
}

.about-note .deco-panel {
  display: grid;
  gap: 12px;
}

.about-note .deco-panel .term-icon {
  margin-bottom: 2px;
}

.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px max(18px, calc((100vw - 1120px) / 2)) clamp(52px, 6vw, 80px);
}

.about-cta-row .button {
  white-space: nowrap;
}

.about-note .deco-panel.dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 184, 75, 0.18), transparent 34%),
    linear-gradient(150deg, #2a241d 0%, #403429 54%, #564435 100%);
  border: 1px solid rgba(242, 184, 75, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(6, 29, 22, 0.28);
}

.about-note .deco-panel.dark::after {
  content: "";
  position: absolute;
  inset: auto -18% -30% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(242, 184, 75, 0.08);
  pointer-events: none;
}

.about-note .deco-panel.dark > * {
  position: relative;
  z-index: 1;
}

.about-note .deco-panel.dark .term-icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--lime);
}

.about-note .deco-panel.dark h2 {
  color: #f7fff6;
  text-wrap: balance;
}

.about-note .deco-panel.dark p {
  color: rgba(255, 255, 255, 0.86);
}

.about-page .section {
  padding-top: clamp(28px, 3.6vw, 54px);
  padding-bottom: clamp(28px, 3.6vw, 54px);
}

.about-page,
.faq-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 184, 75, 0.2), transparent 18rem),
    radial-gradient(circle at 16% 10%, rgba(107, 161, 95, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 244, 0.96));
}

body:has(main.about-page),
body:has(main.faq-page) {
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 184, 75, 0.2), transparent 18rem),
    radial-gradient(circle at 16% 10%, rgba(107, 161, 95, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 244, 0.96));
}

.about-page .page-hero {
  padding-bottom: clamp(24px, 3vw, 44px);
}

.faq-page .page-hero {
  padding-bottom: clamp(24px, 3vw, 44px);
}

.about-page .about-section + .about-section {
  padding-top: clamp(16px, 2.2vw, 30px);
}

.about-page .section-heading {
  margin-bottom: 22px;
}

.about-page .feature-grid article,
.about-page .deco-panel {
  padding: 26px;
}

.deco-panel {
  padding: 34px;
}

.deco-panel.dark {
  background: linear-gradient(160deg, #2a241d, #4b3e31);
  color: white;
}

.deco-panel.dark h2 {
  color: white;
}

.deco-panel.dark p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1180px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-button {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(7, 56, 44, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--forest);
  }

  .mobile-nav.open {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 19;
    gap: 8px;
    padding: 12px 18px 18px;
    background: rgba(237, 248, 245, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--forest);
    font-weight: 850;
  }

  .hero,
  .catalogue-hero,
  .catalogue-experience,
  .catalogue-browser,
  .split,
  .proof,
  .contact-section,
  .varieties,
  .page-grid,
  .about-story,
  .about-note {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-about,
  .footer-seo,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .availability-strip {
    width: 100%;
    border-radius: 22px;
  }

  .app-showcase {
    grid-template-columns: minmax(360px, 430px);
    overflow: visible;
    padding-bottom: 0;
    justify-self: stretch;
    justify-content: center;
    max-width: 100%;
  }

  .trust-band,
  .feature-grid,
  .terms-grid,
  .experience-grid,
  .package-grid,
  .package-feature-strip,
  .variety-grid,
  .timeline,
  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 12px 16px;
  }

  .section {
    padding: 56px 16px;
  }

  .hero,
  .catalogue-hero {
    min-height: auto;
  }

  .catalogue-experience {
    grid-template-columns: 1fr;
  }

  .catalogue-browser-head,
  .catalogue-toolbar,
  .tree-catalogue-footer {
    grid-template-columns: 1fr;
  }

  .catalogue-browser-head {
    display: grid;
    gap: 16px;
    align-items: start;
  }

  .catalogue-browser-counts {
    text-align: left;
  }

  .catalogue-toolbar {
    position: static;
  }

  .catalogue-browser-results {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-video-panel {
    padding: 18px;
  }

  .catalogue-farm-grid,
  .catalogue-grid,
  .shop-catalogue-grid,
  .shop-intent-grid,
  .faq-intro,
  .tree-detail-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-media-frame,
  .catalogue-media-frame img {
    min-height: 540px;
  }

  .catalogue-media-overlay strong {
    font-size: 24px;
  }

  .experience-shell-grid {
    grid-template-columns: 1fr;
  }

  .experience-shell-head {
    flex-direction: column;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 31px;
  }

  .app-showcase {
    min-height: 560px;
    height: 560px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .phone,
  .phone-tree {
    width: min(100%, 390px);
    min-height: 690px;
  }

  .trust-band,
  .plan-grid,
  .feature-grid,
  .terms-grid,
  .experience-grid,
  .package-grid,
  .package-feature-strip,
  .timeline,
  .variety-grid,
  .logo-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-experience-summary {
    gap: 8px;
  }

  .catalogue-experience-summary span,
  .experience-shell-foot span {
    width: 100%;
  }

  .catalogue-detail-card {
    width: 100%;
    justify-self: stretch;
  }

  .catalogue-detail-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-story-visual img {
    min-height: 320px;
  }

  .about-expectations-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .faq-intro-side {
    justify-self: stretch;
  }

  .faq-intro-side .record-card {
    padding: 22px;
  }

  .release-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-block: 44px;
  }
}

@media (max-width: 1100px) {
  .shop-hero,
  .shop-catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

