/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope","Trebuchet MS",sans-serif;
    --font-serif: "Cormorant Garamond",Georgia,serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-500: #2f6d40;
    --color-neutral: #172019;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fffdf7;
    color: #172019;
    font-family: var(--font-sans);
    overflow-x: clip;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,select,textarea {
    font: inherit;
  }
  h1,h2,h3 {
    font-family: var(--font-serif);
    font-weight: 500;
    letter-spacing: -.035em;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .royale-announcement {
    background: #08291c;
    color: #f8e9c8;
    padding: 10px 4vw;
    text-align: center;
    font-size: 10px;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .royale-announcement i {
    color: #dfa638;
    margin: 0 16px;
  }
  .royale-header {
    height: 88px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fffdf7ed;
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #173f2b1b;
    backdrop-filter: blur(14px);
  }
  .royale-brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .royale-brand .custom-logo {
    width: 155px;
    max-height: 64px;
    object-fit: contain;
  }
  .royale-brand strong {
    font-size: 18px;
    letter-spacing: .04em;
    color: #173f2b;
  }
  .royale-brand strong em {
    color: #d68b19;
    font-style: normal;
  }
  .royale-brand small {
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-top: 5px;
  }
  .royale-nav {
    display: flex;
    gap: 32px;
    font-size: 12px;
    font-weight: 800;
  }
  .royale-nav a {
    position: relative;
  }
  .royale-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #d89a24;
    transition: .3s;
  }
  .royale-nav a:hover:after {
    width: 100%;
  }
  .royale-actions {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .cart-link {
    font-size: 11px;
    font-weight: 800;
  }
  .cart-link span {
    background: #d89a24;
    border-radius: 50%;
    padding: 3px 6px;
    margin-left: 3px;
  }
  .royale-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: #173f2b;
    color: white !important;
    font-size: 12px;
    font-weight: 900;
    transition: .25s;
  }
  .royale-button.small {
    min-height: 42px;
    padding: 0 21px;
  }
  .royale-button.gold {
    background: #e0a438;
    color: #08291c !important;
  }
  .royale-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px #08291c2b;
  }
  .royale-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    width: 42px;
  }
  .royale-menu-toggle span {
    height: 2px;
    background: #173f2b;
    display: block;
    margin: 7px;
  }
  .honey-story {
    height: 270vh;
    --progress: 0;
    background: linear-gradient(115deg,#fff9ed 0 50%,#c88a1b 50%);
    transition: background .7s;
  }
  .honey-story[data-chapter="2"] {
    background: linear-gradient(115deg,#fff8e8 0 50%,#70400d 50%);
  }
  .honey-story[data-chapter="3"] {
    background: linear-gradient(115deg,#fbf5e8 0 50%,#173f2b 50%);
  }
  .honey-sticky {
    height: 100vh;
    min-height: 680px;
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    padding: 120px 6vw 45px;
    overflow: hidden;
  }
  .honey-copy {
    position: relative;
    align-self: center;
    min-height: 500px;
  }
  .honey-chapter {
    position: absolute;
    top: 43%;
    left: 0;
    transform: translateY(calc(-50% + 30px));
    opacity: 0;
    transition: .55s;
    max-width: 660px;
  }
  .honey-story[data-chapter="1"] .chapter-1,.honey-story[data-chapter="2"] .chapter-2,.honey-story[data-chapter="3"] .chapter-3 {
    opacity: 1;
    transform: translateY(-50%);
  }
  .eyebrow {
    font-size: 10px !important;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #397349;
    margin: 0 0 20px;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: clamp(62px,7vw,108px);
    line-height: .86;
    margin: 0;
    color: #08291c;
  }
  .honey-chapter em,.section-head em,.quality-story em {
    color: #397349;
    font-style: italic;
  }
  .honey-chapter>p:last-child {
    font-size: 17px;
    line-height: 1.75;
    color: #566158;
    max-width: 520px;
  }
  .hero-links {
    position: absolute;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .text-link {
    font-size: 12px;
    font-weight: 900;
    border-bottom: 1px solid currentColor;
    padding: 10px 0;
  }
  .honey-visual {
    position: relative;
    display: grid;
    place-items: center;
  }
  .honey-visual>img {
    position: relative;
    z-index: 4;
    width: min(38vw,570px);
    max-height: 67vh;
    object-fit: contain;
    filter: drop-shadow(0 35px 35px #3e210061);
    transform: translateY(calc(62px - var(--progress) * 105px)) scale(calc(.86 + var(--progress) * .14)) rotate(calc(-2deg + var(--progress) * 4deg));
    transition: filter .6s;
  }
  .honey-orbit {
    position: absolute;
    border: 1px solid #fff6d37a;
    border-radius: 50%;
    z-index: 1;
    transform: rotate(calc(var(--progress) * 95deg));
  }
  .honey-orbit.one {
    width: min(45vw,620px);
    aspect-ratio: 1;
  }
  .honey-orbit.two {
    width: min(32vw,440px);
    aspect-ratio: 1;
    border-style: dashed;
  }
  .honey-stream {
    position: absolute;
    z-index: 5;
    top: 2%;
    left: 50%;
    width: 9px;
    height: calc(var(--progress) * 205px);
    border-radius: 10px;
    background: linear-gradient(90deg,#a95f00,#ffd05a,#a95f00);
    filter: drop-shadow(0 5px 5px #5f2d0040);
  }
  .product-note {
    position: absolute;
    z-index: 7;
    background: #fffdf7;
    padding: 11px 17px;
    border-radius: 99px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px #3b22002c;
  }
  .note-a {
    right: 0;
    top: 18%;
  }
  .note-b {
    left: 0;
    bottom: 20%;
  }
  .chapter-meter {
    position: absolute;
    right: -3vw;
    top: 50%;
    z-index: 8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .chapter-meter i {
    display: block;
    width: 1px;
    height: 140px;
    background: #ffffff4c;
    position: relative;
  }
  .chapter-meter i span {
    display: block;
    width: 3px;
    height: calc(var(--progress) * 100%);
    background: white;
    position: absolute;
    left: -1px;
  }
  .chapter-meter b {
    font-size: 13px;
  }
  .chapter-meter small {
    font-size: 9px;
  }
  .royale-marquee {
    overflow: hidden;
    background: #173f2b;
    color: white;
    padding: 17px 0;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
  }
  .royale-marquee div {
    width: max-content;
    animation: royale-marquee 24s linear infinite;
  }
  .royale-marquee i {
    color: #e0a438;
    margin: 0 36px;
  }
  @keyframes royale-marquee {
    to {
      transform: translateX(-20%);
    }
  }
  .royale-section {
    padding: 105px 5vw;
  }
  .section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
  }
  .section-head h2 {
    font-size: clamp(48px,5vw,76px);
    line-height: .95;
    margin: 0;
    color: #08291c;
  }
  .section-head>p {
    max-width: 390px;
    color: #667168;
    line-height: 1.7;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .collection-card {
    min-height: 330px;
    color: white;
    position: relative;
    overflow: hidden;
    padding: 32px;
    transition: .35s;
  }
  .collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px #08291c2c;
  }
  .collection-1 {
    background: #d59a23;
  }
  .collection-2 {
    background: #7b481d;
  }
  .collection-3 {
    background: #236039;
  }
  .collection-4 {
    background: #7a2f1f;
  }
  .collection-card>div {
    position: relative;
    z-index: 2;
    max-width: 58%;
  }
  .collection-card div>p {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .collection-card h3 {
    font-size: clamp(35px,4vw,55px);
    line-height: .95;
    margin: 12px 0;
  }
  .collection-card div>span {
    font-size: 12px;
    line-height: 1.6;
  }
  .collection-card img {
    position: absolute;
    width: 50%;
    height: 90%;
    right: -2%;
    bottom: -8%;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px #0004);
    transition: .5s;
  }
  .collection-card:hover img {
    transform: scale(1.04) rotate(2deg);
  }
  .collection-card>b {
    position: absolute;
    right: 22px;
    top: 22px;
    border: 1px solid #fff8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
  .collection-card .index {
    position: absolute;
    bottom: 22px;
    font-size: 9px;
    letter-spacing: .15em;
  }
  .quality-story {
    background: #08291c;
    color: white;
    padding: 110px 8vw;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 8vw;
  }
  .quality-story>div:first-child {
    position: sticky;
    top: 160px;
    align-self: start;
  }
  .quality-story h2 {
    font-size: clamp(52px,6vw,84px);
    line-height: .94;
    margin: 0;
  }
  .quality-story em {
    color: #e0a438;
  }
  .quality-steps article {
    padding: 48px 0;
    border-top: 1px solid #ffffff2b;
  }
  .quality-steps span {
    color: #e0a438;
    font-size: 10px;
    letter-spacing: .17em;
  }
  .quality-steps h3 {
    font-size: 32px;
    margin: 17px 0 8px;
  }
  .quality-steps p {
    color: #b9c6bd;
    line-height: 1.7;
  }
  .products-section {
    background: #f4efe3;
  }
  .royale-products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 17px;
  }
  .royale-product {
    background: #fffdf7;
    border: 1px solid #173f2b19;
    transition: .3s;
  }
  .royale-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px #08291c1c;
  }
  .product-image {
    display: block;
    aspect-ratio: 1;
    background: #eee7d8;
    position: relative;
    overflow: hidden;
  }
  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
  }
  .royale-product:hover .product-image img {
    transform: scale(1.035);
  }
  .stock {
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 99px;
    padding: 7px 10px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .stock.in {
    background: #173f2b;
    color: white;
  }
  .stock.out {
    background: white;
    color: #8a3024;
  }
  .royale-product>div {
    padding: 20px;
  }
  .royale-product>div>p {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #a66f19;
  }
  .royale-product h3 {
    font-size: 22px;
    line-height: 1.15;
    min-height: 50px;
    margin: 10px 0;
  }
  .product-price {
    border-top: 1px solid #e4dccd;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
  }
  .product-price>a {
    width: 34px;
    height: 34px;
    border: 1px solid #d2c8b6;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
  .corporate-cta {
    padding: 110px 8vw;
    min-height: 520px;
    background: linear-gradient(90deg,#08291cf5,#08291cbb),url("https://i0.wp.com/chughtaifoods.com/wp-content/uploads/2021/06/debe9118-b0c4-4fdf-824f-e5e239797d33-1.png?fit=1254%2C1254&ssl=1") 90% center/500px no-repeat #08291c;
    color: white;
  }
  .corporate-cta h2 {
    font-size: clamp(55px,7vw,94px);
    line-height: .9;
    margin: 0;
  }
  .corporate-cta>p:not(.eyebrow) {
    color: #bdc9c0;
  }
  .royale-footer {
    background: #061e15;
    color: #d7dfd9;
    padding: 70px 6vw 25px;
  }
  .footer-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 45px;
  }
  .footer-lead strong {
    font-size: 25px;
  }
  .footer-lead strong em {
    color: #e0a438;
    font-style: normal;
  }
  .footer-lead p {
    color: #94a59a;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    padding: 45px 0;
  }
  .footer-grid h3 {
    font-family: var(--font-sans);
    font-size: 9px;
    color: #eac166;
    text-transform: uppercase;
    letter-spacing: .15em;
  }
  .footer-grid a {
    display: block;
    margin: 12px 0;
    font-size: 12px;
  }
  .copyright {
    border-top: 1px solid #ffffff20;
    padding-top: 22px;
    color: #718177;
    font-size: 10px;
  }
  .woocommerce .woocommerce-breadcrumb {
    font-size: 11px;
    color: #748078;
    margin: 28px 5vw;
  }
  .woocommerce-products-header,.woocommerce div.product,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce {
    max-width: 1300px;
    margin: auto;
    padding: 60px 5vw;
  }
  .woocommerce-products-header__title {
    font-size: clamp(52px,6vw,86px);
    color: #08291c;
  }
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .woocommerce ul.products:before,.woocommerce ul.products:after {
    display: none;
  }
  .woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    background: white;
    border: 1px solid #173f2b18;
    padding-bottom: 20px;
  }
  .woocommerce ul.products li.product a img {
    margin: 0 0 18px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button {
    margin-left: 18px;
    margin-right: 18px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-serif);
    font-size: 21px;
    color: #08291c;
  }
  .woocommerce ul.products li.product .price {
    color: #9c6818;
    font-weight: 800;
  }
  .woocommerce ul.products li.product .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.wc-block-components-button {
    border-radius: 99px !important;
    background: #173f2b !important;
    color: white !important;
    padding: 14px 21px !important;
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
  }
  .woocommerce div.product div.images,.woocommerce div.product div.summary {
    width: auto !important;
    float: none !important;
  }
  .woocommerce div.product .product_title {
    font-size: clamp(48px,5vw,76px);
    line-height: .95;
  }
  .woocommerce div.product p.price {
    font-size: 24px;
    color: #a66f19;
  }
  .woocommerce table.shop_table {
    border-color: #ddd4c5;
  }
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single {
    padding: 13px;
    border: 1px solid #cbc3b5;
    background: #fffdf8;
  }
  .woocommerce-checkout #payment {
    background: #f1ebdf;
  }
  .woocommerce-message,.woocommerce-info {
    border-top-color: #d89a24;
    background: #f7f2e8;
  }
  .woocommerce-message:before,.woocommerce-info:before {
    color: #a66f19;
  }
  .royale-shell {
    width: min(1300px,90vw);
    margin-inline: auto;
  }
  .royale-page-hero {
    padding: 90px 0 75px;
    background: radial-gradient(circle at 85% 20%,#e4b34955,transparent 28%),linear-gradient(120deg,#f8f0df,#fffdf7);
  }
  .royale-page-hero h1 {
    font-size: clamp(58px,7vw,96px);
    line-height: .9;
    color: #08291c;
    margin: 0 0 20px;
  }
  .royale-page-hero p:last-child {
    max-width: 620px;
    color: #5c685f;
    line-height: 1.7;
  }
  .royale-page-content {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .royale-page-image {
    margin: 0 0 55px;
  }
  .royale-page-image img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
  }
  .royale-prose {
    max-width: 900px;
    font-size: 17px;
    line-height: 1.85;
    color: #445048;
  }
  .royale-prose h2,.royale-prose h3 {
    color: #08291c;
    margin-top: 1.6em;
  }
  .royale-prose h2 {
    font-size: 42px;
  }
  .royale-prose a {
    color: #9c6818;
    text-decoration: underline;
  }
  .royale-commerce {
    background: #fffdf7;
  }
  .royale-shop-hero {
    padding: 70px 0;
  }
  .royale-woo-shell {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .royale-woo-shell .woocommerce-breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields {
    background: #fff;
    padding: 24px;
    border: 1px solid #e3dccf;
  }
  .woocommerce-checkout-review-order {
    margin-top: 14px;
  }
}
@media (max-width:1050px) {
  .royale-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background: #fffdf7;
    padding: 25px 5vw;
    flex-direction: column;
  }
  .royale-nav.is-open {
    display: flex;
  }
  .royale-menu-toggle {
    display: block;
  }
  .royale-actions .royale-button {
    display: none;
  }
  .honey-story {
    height: auto;
  }
  .honey-sticky {
    height: auto;
    min-height: auto;
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
  .honey-chapter {
    position: relative;
    top: auto;
    transform: none !important;
    opacity: 1 !important;
  }
  .honey-chapter:not(.chapter-1) {
    display: none;
  }
  .honey-copy {
    min-height: auto;
  }
  .hero-links {
    position: static;
  }
  .honey-visual {
    min-height: 560px;
  }
  .honey-visual>img {
    width: min(75vw,560px);
    transform: none;
  }
  .chapter-meter {
    display: none;
  }
  .royale-products,.woocommerce ul.products {
    grid-template-columns: repeat(3,1fr) !important;
  }
}
@media (max-width:760px) {
  .royale-header {
    height: 74px;
  }
  .royale-nav {
    top: 74px;
  }
  .royale-announcement {
    font-size: 7px;
  }
  .collection-grid,.quality-story,.woocommerce div.product {
    grid-template-columns: 1fr;
  }
  .quality-story>div:first-child {
    position: static;
  }
  .royale-products,.woocommerce ul.products {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .section-head {
    display: block;
  }
  .footer-lead {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: 58px;
  }
  .honey-visual {
    min-height: 430px;
  }
  .honey-stream {
    height: 120px;
  }
  .royale-section {
    padding: 75px 20px;
  }
}
@media (max-width:440px) {
  .royale-actions .cart-link {
    font-size: 0;
  }
  .royale-actions .cart-link span {
    font-size: 10px;
  }
  .royale-products,.woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .collection-card {
    min-height: 290px;
    padding: 24px;
  }
  .honey-sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: 48px;
  }
  .product-note {
    font-size: 7px;
  }
  .woocommerce-products-header,.woocommerce div.product,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .honey-story {
    height: auto;
  }
  .honey-sticky {
    position: relative;
    height: auto;
  }
  .honey-visual>img {
    transform: none;
  }
  .honey-stream {
    display: none;
  }
}
html,body {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
.royale-header {
  padding-inline: clamp(22px,5vw,92px);
}
.royale-brand {
  flex: 0 0 238px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1;
}
.royale-brand .custom-logo-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.royale-brand .custom-logo {
  display: block;
  width: 220px !important;
  height: 66px !important;
  max-width: 220px !important;
  max-height: 66px !important;
  object-fit: contain;
  object-position: left center;
}
.honey-story {
  height: 220vh;
  overflow: visible;
}
.honey-sticky {
  height: 100svh;
  min-height: 650px;
  padding-top: clamp(108px,13vh,145px);
  padding-bottom: 50px;
}
.honey-copy {
  min-height: 430px;
}
.honey-chapter {
  top: 42%;
}
.honey-visual>img {
  width: min(34vw,520px);
  max-height: 68vh;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 32px 30px #3e21004a);
  clip-path: none;
  transform: translateY(calc(20px - var(--progress) * 44px)) scale(calc(.96 + var(--progress) * .08));
}
.honey-stream {
  top: 5%;
  height: calc(var(--progress) * 155px);
}
@media (max-width:1200px) {
  .royale-brand {
    flex-basis: 190px;
  }
  .royale-brand .custom-logo {
    width: 180px !important;
    max-width: 180px !important;
  }
  .royale-nav {
    gap: 22px;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: clamp(54px,6.2vw,82px);
  }
}
@media (max-width:1050px) {
  .royale-brand {
    height: 60px;
  }
  .royale-brand .custom-logo {
    height: 56px !important;
    max-height: 56px !important;
  }
  .honey-story {
    height: auto;
    overflow: hidden;
  }
  .honey-sticky {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .honey-visual>img {
    width: min(70vw,480px);
    max-height: 520px;
    mix-blend-mode: multiply;
  }
}
@media (max-width:560px) {
  .royale-brand {
    flex-basis: 150px;
  }
  .royale-brand .custom-logo {
    width: 145px !important;
    max-width: 145px !important;
  }
  .royale-header {
    padding-inline: 16px;
  }
  .honey-visual>img {
    width: min(82vw,390px);
  }
}
@media (max-width:760px) {
  .royale-announcement {
    min-height: 28px;
    padding: 8px 12px;
    white-space: nowrap;
    overflow: hidden;
  }
  .royale-announcement i {
    margin: 0 7px;
  }
  .royale-header {
    height: 68px;
    padding-inline: 14px;
    gap: 10px;
  }
  .royale-brand {
    flex: 0 1 150px;
    height: 54px;
    overflow: visible;
  }
  .royale-brand .custom-logo-link {
    height: 54px;
  }
  .royale-brand .custom-logo {
    width: 148px !important;
    max-width: 148px !important;
    height: 50px !important;
    max-height: 50px !important;
  }
  .royale-actions {
    margin-left: auto;
    gap: 8px;
  }
  .royale-actions .cart-link {
    font-size: 10px;
    white-space: nowrap;
  }
  .royale-menu-toggle {
    display: block;
    flex: 0 0 38px;
    width: 38px;
    padding: 5px;
  }
  .royale-nav {
    top: 68px;
    padding: 22px 20px;
    gap: 20px;
    box-shadow: 0 18px 35px #08291c20;
  }
  .honey-story,.honey-story[data-chapter="1"] {
    height: 210svh;
    overflow: visible;
    background: linear-gradient(180deg,#fff9ed 0 58%,#c88a1b 58%);
  }
  .honey-story[data-chapter="2"] {
    background: linear-gradient(180deg,#fff8e8 0 58%,#70400d 58%);
  }
  .honey-story[data-chapter="3"] {
    background: linear-gradient(180deg,#fbf5e8 0 58%,#173f2b 58%);
  }
  .honey-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 600px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 54% 46%;
    gap: 0;
    padding: 82px 20px 18px;
    overflow: hidden;
  }
  .honey-copy {
    align-self: stretch;
    min-height: 0;
    height: auto;
    position: relative;
  }
  .honey-chapter,.honey-chapter:not(.chapter-1) {
    display: block;
    top: 42%;
    left: 0;
    right: 0;
    max-width: 100%;
    transform: translateY(calc(-50% + 18px));
  }
  .honey-story[data-chapter="1"] .chapter-1,.honey-story[data-chapter="2"] .chapter-2,.honey-story[data-chapter="3"] .chapter-3 {
    transform: translateY(-50%);
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: clamp(38px,11.5vw,50px);
    line-height: .88;
    max-width: 95%;
  }
  .honey-chapter .eyebrow {
    font-size: 8px !important;
    margin-bottom: 12px;
  }
  .honey-chapter>p:last-child {
    font-size: 13px;
    line-height: 1.5;
    max-width: 94%;
    margin-top: 12px;
  }
  .hero-links {
    position: absolute;
    left: 0;
    bottom: 8px;
    display: flex;
    gap: 14px;
    z-index: 12;
  }
  .hero-links .royale-button {
    min-height: 40px;
    padding: 0 17px;
    font-size: 10px;
  }
  .hero-links .text-link {
    font-size: 9px;
    padding: 8px 0;
    white-space: nowrap;
  }
  .honey-visual {
    min-height: 0;
    height: 100%;
    align-self: stretch;
    overflow: visible;
  }
  .honey-visual>img {
    width: min(58vw,260px);
    max-height: 39svh;
    transform: translateY(calc(8px - var(--progress) * 20px)) scale(calc(.9 + var(--progress) * .06));
    filter: drop-shadow(0 20px 20px #30170055);
  }
  .honey-orbit.one {
    width: min(78vw,340px);
  }
  .honey-orbit.two {
    width: min(58vw,260px);
  }
  .honey-stream {
    top: -5px;
    width: 6px;
    height: calc(var(--progress) * 85px);
  }
  .product-note {
    padding: 8px 11px;
    font-size: 6px;
  }
  .note-a {
    right: 2px;
    top: 8%;
  }
  .note-b {
    left: 2px;
    bottom: 6%;
  }
  .chapter-meter {
    display: none;
  }
}
@media (max-width:420px) {
  .royale-announcement {
    font-size: 6px;
  }
  .royale-brand {
    flex-basis: 132px;
  }
  .royale-brand .custom-logo {
    width: 130px !important;
    max-width: 130px !important;
  }
  .royale-actions .cart-link {
    font-size: 0;
  }
  .royale-actions .cart-link span {
    font-size: 9px;
  }
  .honey-sticky {
    grid-template-rows: 56% 44%;
    padding: 76px 16px 14px;
    min-height: 560px;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: clamp(36px,11vw,44px);
  }
  .honey-chapter>p:last-child {
    font-size: 12px;
  }
  .honey-visual>img {
    width: min(61vw,238px);
    max-height: 36svh;
  }
  .note-b {
    display: none;
  }
}
@media (max-height:680px) and (max-width:760px) {
  .honey-sticky {
    grid-template-rows: 57% 43%;
    padding-top: 70px;
    min-height: 540px;
  }
  .honey-chapter h1,.honey-chapter h2 {
    font-size: 36px;
  }
  .honey-chapter>p:last-child {
    font-size: 11px;
    line-height: 1.4;
  }
  .honey-visual>img {
    max-height: 32svh;
    width: min(52vw,220px);
  }
}
.royale-menu-control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width:1050px) {
  .royale-menu-control:checked ~ .royale-nav {
    display: flex;
  }
  .royale-menu-control:checked + .royale-menu-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }
  .royale-menu-control:checked + .royale-menu-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }
  .royale-menu-toggle span {
    transition: transform .25s ease;
  }
}
@media (max-width:760px) {
  .honey-chapter,.honey-chapter:not(.chapter-1) {
    position: absolute !important;
    top: 42% !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(calc(-50% + 18px)) !important;
    pointer-events: none;
  }
  .honey-story[data-chapter="1"] .chapter-1,.honey-story[data-chapter="2"] .chapter-2,.honey-story[data-chapter="3"] .chapter-3 {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(-50%) !important;
  }
  .hero-links {
    bottom: 0;
  }
}
@media (max-width:760px) {
  #main .honey-story .honey-chapter,#main .honey-story .honey-chapter:not(.chapter-1) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    top: 42% !important;
    left: 0 !important;
    right: 0 !important;
  }
  #main .honey-story[data-chapter="1"] .chapter-1,#main .honey-story[data-chapter="2"] .chapter-2,#main .honey-story[data-chapter="3"] .chapter-3 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%) !important;
  }
  #main .honey-copy {
    overflow: visible;
  }
}
@media (max-width:760px) {
  .royale-header {
    position: sticky;
    overflow: visible !important;
  }
  .royale-header .royale-nav {
    display: flex !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    padding: 32px 24px 36px !important;
    background: #fffdf7 !important;
    color: #08291c !important;
    z-index: 500;
    box-shadow: 0 24px 45px #08291c30;
    transform: translateY(-12px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    transition: transform .25s ease,opacity .25s ease !important;
    align-items: stretch !important;
    gap: 0 !important;
  }
  .royale-header .royale-nav a {
    display: block !important;
    position: relative !important;
    z-index: 520 !important;
    width: 100%;
    padding: 17px 4px;
    border-bottom: 1px solid #ded5c5;
    color: #08291c !important;
    font-family: var(--font-serif);
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.1;
    pointer-events: auto !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(223,166,56,.18);
  }
  .royale-header .royale-nav a:last-child {
    border-bottom: 0;
  }
  .royale-header .royale-nav a:after {
    display: none !important;
  }
  .royale-header .royale-menu-toggle {
    position: relative;
    z-index: 510;
  }
  .royale-header .royale-menu-control:checked ~ .royale-nav {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
.story-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 7vw;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 110px;
}
.story-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.story-intro h2,.dignity h2,.corporate-copy h2 {
  font-size: clamp(48px,6vw,82px);
  line-height: .95;
  color: #08291c;
  margin: 0 0 30px;
}
.story-intro h2 em,.gift-process h2 em {
  color: #397349;
}
.story-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #566158;
}
.story-values {
  background: #08291c;
  color: white;
  padding: 100px 0;
}
.story-values .section-head h2,.story-values h3 {
  color: white;
}
.story-values .section-head>p,.story-values article p {
  color: #b8c5bc;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.value-grid article {
  padding: 32px;
  border: 1px solid currentColor;
  border-color: #ffffff24;
}
.value-grid article>span,.gift-step-grid span {
  font-size: 10px;
  color: #dfa638;
  letter-spacing: .15em;
}
.value-grid h3 {
  font-size: 30px;
  margin: 18px 0;
}
.value-grid p {
  line-height: 1.7;
}
.dignity {
  padding-top: 105px;
  padding-bottom: 110px;
}
.dignity .value-grid {
  margin: 45px 0;
}
.dignity .value-grid article {
  border-color: #dcd4c6;
  background: #fff;
}
.corporate-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 6vw;
}
.corporate-hero-grid img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px #08291c2c);
}
.hero-links-static {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.gift-process {
  padding-top: 105px;
  padding-bottom: 110px;
}
.gift-step-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}
.gift-step-grid article {
  background: #f4efe3;
  padding: 28px 22px;
  min-height: 240px;
}
.gift-step-grid h3 {
  font-size: 25px;
  margin: 20px 0 10px;
}
.gift-step-grid p {
  font-size: 13px;
  line-height: 1.65;
  color: #5c675e;
}
.corporate-copy {
  background: #08291c;
  color: white;
  padding: 110px 0;
}
.corporate-copy .royale-shell {
  max-width: 900px;
}
.corporate-copy h2 {
  color: white;
}
.corporate-copy p {
  font-size: 17px;
  line-height: 1.85;
  color: #bdc9c0;
}
.corporate-copy .royale-button {
  margin-top: 20px;
}
.transaction-content {
  padding-top: 70px;
  padding-bottom: 110px;
  min-height: 420px;
}
.transaction-content .woocommerce {
  max-width: none !important;
  padding: 0 !important;
}
.woocommerce-checkout .col2-set,.woocommerce-page .col2-set {
  width: 58%;
}
.woocommerce-checkout-review-order {
  width: 100%;
}
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review {
  float: right;
  width: 38%;
}
.woocommerce form.checkout:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width:980px) {
  .gift-step-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .woocommerce-checkout .col2-set,.woocommerce-page .col2-set,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
@media (max-width:760px) {
  .story-intro,.corporate-hero-grid {
    grid-template-columns: 1fr;
  }
  .story-intro {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .story-image {
    order: 2;
  }
  .story-values,.corporate-copy {
    padding: 75px 0;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .dignity,.gift-process {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .gift-step-grid {
    grid-template-columns: 1fr;
  }
  .gift-step-grid article {
    min-height: 0;
  }
  .corporate-hero-grid img {
    max-height: 300px;
  }
  .hero-links-static {
    flex-wrap: wrap;
  }
  .transaction-content {
    padding-top: 45px;
    padding-bottom: 75px;
  }
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
    padding: 12px;
  }
  .royale-page-hero {
    padding: 65px 0 55px;
  }
  .royale-page-hero h1 {
    font-size: 52px;
  }
}
.shop-editorial-hero {
  background: #08291c;
  color: white;
  padding: 105px 0 95px;
  overflow: hidden;
}
.shop-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
}
.shop-editorial-hero h1 {
  font-size: clamp(64px,8vw,112px);
  line-height: .82;
  margin: 0;
  color: white;
}
.shop-editorial-hero h1 em {
  color: #dfa638;
}
.shop-editorial-hero p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 34px;
  color: #bdc9c0;
  font-size: 17px;
  line-height: 1.75;
}
.shop-hero-stamp {
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid #dfa638;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(5deg);
}
.shop-hero-stamp span,.shop-hero-stamp small {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}
.shop-hero-stamp b {
  font-family: var(--font-serif);
  font-size: 68px;
  color: #dfa638;
  line-height: .9;
}
.shop-category-bar {
  position: sticky;
  top: 88px;
  z-index: 35;
  background: #fffdf7eF;
  border-bottom: 1px solid #ddd4c5;
  backdrop-filter: blur(14px);
}
.shop-category-bar .royale-shell {
  display: flex;
  gap: 34px;
  overflow-x: auto;
}
.shop-category-bar a {
  padding: 20px 0;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  white-space: nowrap;
}
.shop-collection-showcase {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  padding-top: 80px;
}
.shop-signature {
  position: relative;
  min-height: 300px;
  padding: 30px;
  overflow: hidden;
  color: white;
}
.shop-signature.signature-1 {
  background: #d39a21;
}
.shop-signature.signature-2 {
  background: #744315;
}
.shop-signature.signature-3 {
  background: #28613d;
}
.shop-signature.signature-4 {
  background: #7a3020;
}
.shop-signature>span {
  font-size: 9px;
  letter-spacing: .14em;
}
.shop-signature>div {
  position: relative;
  z-index: 2;
  width: 58%;
  margin-top: 60px;
}
.shop-signature h2 {
  font-size: 46px;
  line-height: .9;
  margin: 0 0 12px;
  color: white;
}
.shop-signature p {
  font-size: 12px;
  line-height: 1.6;
}
.shop-signature b {
  display: inline-block;
  margin-top: 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.shop-signature img {
  position: absolute;
  right: -3%;
  bottom: -10%;
  width: 48%;
  height: 95%;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px #0005);
  transition: transform .4s;
}
.shop-signature:hover img {
  transform: scale(1.05) rotate(2deg);
}
.catalogue-section {
  padding-top: 105px;
  padding-bottom: 120px;
}
.catalogue-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px;
}
.catalogue-heading h2 {
  font-size: clamp(50px,6vw,78px);
  line-height: .95;
  margin: 0;
  color: #08291c;
}
.catalogue-heading>p {
  max-width: 380px;
  line-height: 1.7;
  color: #647067;
}
.catalogue-section .woocommerce-result-count,.catalogue-section .woocommerce-ordering {
  font-size: 11px;
}
.catalogue-section .woocommerce-ordering select {
  border: 1px solid #d9d0c1;
  background: #fff;
  padding: 11px 35px 11px 12px;
}
.royale-product-page {
  background: #f4efe3;
}
.product-breadcrumb {
  padding-top: 30px;
}
.product-breadcrumb .woocommerce-breadcrumb {
  margin: 0 !important;
}
.product-detail-wrap {
  padding-bottom: 80px;
}
.product-detail-wrap>.woocommerce {
  padding: 0 !important;
  max-width: none !important;
}
.product-detail-wrap .woocommerce div.product {
  max-width: none;
  padding: 55px 0 80px;
  gap: 7vw;
  align-items: start;
}
.product-detail-wrap .woocommerce-product-gallery {
  background: #e9dfcd;
  padding: 35px;
  position: sticky;
  top: 120px;
}
.product-detail-wrap .woocommerce-product-gallery img {
  mix-blend-mode: multiply;
}
.product-detail-wrap div.summary {
  background: #fffdf7;
  padding: 50px;
  border: 1px solid #ded5c5;
}
.product-detail-wrap .product_title {
  font-size: clamp(48px,5vw,76px) !important;
  color: #08291c;
  margin-top: 10px;
}
.product-detail-wrap .summary .price {
  font-size: 26px !important;
  color: #a66f19 !important;
  border-top: 1px solid #e2d9ca;
  border-bottom: 1px solid #e2d9ca;
  padding: 18px 0;
}
.product-detail-wrap .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.75;
  color: #58635b;
}
.product-detail-wrap table.variations td,.product-detail-wrap table.variations th {
  padding: 10px 8px 10px 0;
}
.product-detail-wrap table.variations select {
  min-height: 46px;
  border: 1px solid #cfc5b5;
  background: white;
  padding: 0 12px;
}
.product-detail-wrap form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-detail-wrap form.cart .quantity input {
  min-height: 48px;
}
.product-detail-wrap button.single_add_to_cart_button {
  min-height: 48px;
  padding-inline: 30px !important;
}
.product-detail-wrap .product_meta {
  font-size: 10px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.product-detail-wrap .woocommerce-tabs {
  grid-column: 1/-1;
  background: #fffdf7;
  padding: 45px;
  margin-top: 30px;
}
.product-detail-wrap .woocommerce-tabs ul.tabs {
  padding: 0 !important;
}
.product-detail-wrap .woocommerce-tabs ul.tabs:before {
  border-color: #ded5c5 !important;
}
.product-detail-wrap .related,.product-detail-wrap .up-sells {
  grid-column: 1/-1;
}
.product-detail-wrap .related>h2,.product-detail-wrap .up-sells>h2 {
  font-size: 48px;
  color: #08291c;
}
.product-assurances {
  background: #08291c;
  color: white;
  padding: 45px 0;
}
.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.assurance-grid article {
  padding: 15px 28px;
  border-right: 1px solid #ffffff25;
  display: grid;
  gap: 7px;
}
.assurance-grid article:last-child {
  border: 0;
}
.assurance-grid span {
  font-size: 9px;
  color: #dfa638;
}
.assurance-grid strong {
  font-family: var(--font-serif);
  font-size: 23px;
}
.assurance-grid small {
  font-size: 10px;
  color: #aebdb3;
}
@media (max-width:900px) {
  .shop-hero-grid {
    grid-template-columns: 1fr;
  }
  .shop-hero-stamp {
    display: none;
  }
  .shop-collection-showcase {
    grid-template-columns: 1fr;
  }
  .product-detail-wrap .woocommerce div.product {
    grid-template-columns: 1fr;
  }
  .product-detail-wrap .woocommerce-product-gallery {
    position: static;
  }
  .assurance-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .assurance-grid article:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width:760px) {
  .shop-editorial-hero {
    padding: 75px 0 65px;
  }
  .shop-editorial-hero h1 {
    font-size: 58px;
  }
  .shop-category-bar {
    top: 68px;
  }
  .shop-category-bar .royale-shell {
    gap: 24px;
  }
  .shop-collection-showcase {
    padding-top: 55px;
  }
  .shop-signature {
    min-height: 245px;
    padding: 24px;
  }
  .shop-signature>div {
    margin-top: 40px;
  }
  .shop-signature h2 {
    font-size: 38px;
  }
  .catalogue-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .catalogue-heading {
    display: block;
  }
  .catalogue-heading>p {
    margin-top: 18px;
  }
  .product-detail-wrap .woocommerce div.product {
    padding-top: 35px;
  }
  .product-detail-wrap .woocommerce-product-gallery {
    padding: 20px;
  }
  .product-detail-wrap div.summary {
    padding: 28px 22px;
  }
  .product-detail-wrap .woocommerce-tabs {
    padding: 25px 20px;
  }
  .assurance-grid {
    grid-template-columns: 1fr;
  }
  .assurance-grid article {
    border-right: 0;
    border-bottom: 1px solid #ffffff25;
  }
  .assurance-grid article:last-child {
    border-bottom: 0;
  }
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px !important;
  margin: 0 !important;
}
.woocommerce ul.products::before,.woocommerce ul.products::after {
  display: none !important;
}
.woocommerce ul.products li.product.royale-product-card {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: #fffdf7;
  border: 1px solid #ded5c5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease,box-shadow .3s ease;
}
.woocommerce ul.products li.product.royale-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px #08291c16;
}
.royale-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eee7da;
}
.woocommerce ul.products li.product.royale-product-card .royale-card-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .5s ease;
}
.woocommerce ul.products li.product.royale-product-card:hover .royale-card-image img {
  transform: scale(1.035);
}
.royale-stock {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fffdf7eF;
  color: #174b36;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.royale-stock.is-out-of-stock {
  background: #7a3020;
  color: #fff;
}
.royale-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px;
}
.royale-card-category {
  min-height: 15px;
  margin-bottom: 9px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #728077;
}
.royale-card-category a {
  color: inherit;
}
.woocommerce ul.products li.product.royale-product-card h2.woocommerce-loop-product__title {
  padding: 0 !important;
  margin: 0 !important;
  font-family: var(--font-serif);
  font-size: 23px !important;
  line-height: 1.08;
  color: #08291c;
}
.royale-card-footer {
  margin-top: auto;
  padding-top: 22px;
}
.royale-card-price {
  min-height: 28px;
  color: #a66f19;
  font-size: 14px;
  font-weight: 700;
}
.royale-card-price .price,.royale-card-price ins {
  color: inherit;
}
.royale-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #ded5c5;
  color: #08291c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.royale-card-link span {
  font-size: 17px;
  transition: transform .25s ease;
}
.royale-card-link:hover span {
  transform: translateX(4px);
}
.product-detail-wrap .related,.product-detail-wrap .up-sells {
  margin-top: 60px;
  padding-top: 55px;
  border-top: 1px solid #d4cab9;
}
.product-detail-wrap .related>h2,.product-detail-wrap .up-sells>h2 {
  margin: 0 0 32px;
}
.product-detail-wrap .related ul.products,.product-detail-wrap .up-sells ul.products {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
@media (max-width:980px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .product-detail-wrap .related ul.products,.product-detail-wrap .up-sells ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px) {
  .woocommerce ul.products,.product-detail-wrap .related ul.products,.product-detail-wrap .up-sells ul.products,.royale-products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
    align-items: stretch;
  }
  .woocommerce ul.products li.product.royale-product-card,.royale-products .royale-product {
    min-width: 0;
  }
  .royale-card-image {
    aspect-ratio: 1/1;
  }
  .woocommerce ul.products li.product.royale-product-card .royale-card-image img {
    object-fit: contain;
    transform: none;
  }
  .royale-stock {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    padding: 5px 7px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: .035em;
  }
  .royale-card-copy {
    padding: 11px 10px 8px;
    min-width: 0;
  }
  .royale-card-category {
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: .045em;
    margin-bottom: 6px;
    min-height: 0;
    overflow-wrap: anywhere;
  }
  .woocommerce ul.products li.product.royale-product-card h2.woocommerce-loop-product__title {
    font-size: 19px !important;
    line-height: 1.1;
    min-height: 2.2em;
    overflow-wrap: anywhere;
  }
  .royale-card-footer {
    padding-top: 10px;
  }
  .royale-card-price {
    min-height: 32px;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }
  .royale-card-price .amount {
    white-space: nowrap;
  }
  .royale-card-link {
    margin-top: 8px;
    padding-top: 0;
    min-height: 44px;
    font-size: 9px;
    letter-spacing: .045em;
    gap: 4px;
  }
  .royale-card-link span {
    font-size: 17px;
  }
  .royale-products .royale-product>div {
    padding: 11px 10px;
  }
  .royale-products .royale-product h3 {
    font-size: 19px;
    line-height: 1.1;
    min-height: 2.2em;
    margin: 7px 0;
    overflow-wrap: anywhere;
  }
  .royale-products .product-price {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
  }
  .royale-products .product-price>a {
    width: 44px;
    height: 44px;
    flex: none;
  }
  .royale-products .stock {
    left: 7px;
    top: 7px;
    font-size: 8px;
    padding: 5px 7px;
  }
  .product-detail-wrap .related>h2,.product-detail-wrap .up-sells>h2 {
    font-size: 38px;
  }
}
.collection-experience {
  padding: 120px 0 130px;
  background: linear-gradient(180deg,#fffdf7 0%,#f4efe3 100%);
  overflow: hidden;
}
.collection-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}
.collection-intro h2 {
  margin: 0;
  color: #08291c;
  font-size: clamp(58px,7vw,92px);
  line-height: .86;
}
.collection-intro h2 em {
  color: #397349;
}
.collection-intro-copy {
  max-width: 470px;
  padding-bottom: 5px;
}
.collection-intro-copy p {
  color: #59665d;
  font-size: 16px;
  line-height: 1.75;
}
.collection-intro-copy>span {
  display: none;
  color: #9b681a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.collection-gallery {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 18px;
}
.collection-tile {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 410px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  transition: transform .35s ease,box-shadow .35s ease;
}
.collection-tile:nth-child(1),.collection-tile:nth-child(4) {
  grid-column: span 7;
}
.collection-tile:nth-child(2),.collection-tile:nth-child(3) {
  grid-column: span 5;
}
.collection-tile.tile-1 {
  background: #d79a1e;
}
.collection-tile.tile-2 {
  background: #754116;
}
.collection-tile.tile-3 {
  background: #1d5838;
}
.collection-tile.tile-4 {
  background: #762f20;
}
.collection-tile:hover,.collection-tile:focus-visible {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px #08291c2b;
}
.collection-tile-media {
  position: relative;
  overflow: hidden;
  order: 2;
  background: #ffffff12;
}
.collection-tile-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#00000016,transparent 45%);
}
.collection-tile-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 30px;
  filter: drop-shadow(0 22px 20px #00000035);
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.collection-tile.tile-1 .collection-tile-media {
  background: #efb536;
}
.collection-tile.tile-2 .collection-tile-media {
  background: #94561d;
}
.collection-tile.tile-3 .collection-tile-media {
  background: #2b704b;
}
.collection-tile.tile-4 .collection-tile-media {
  background: #934331;
}
.collection-tile.tile-4 .collection-tile-media img {
  filter: drop-shadow(0 16px 18px rgba(61,18,0,.25));
  mix-blend-mode: normal;
}
.collection-tile:hover .collection-tile-media img,.collection-tile:focus-visible .collection-tile-media img {
  transform: scale(1.07) rotate(1deg);
}
.collection-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}
.collection-tile-copy {
  display: flex;
  flex-direction: column;
  padding: 40px 32px 28px;
  position: relative;
  z-index: 2;
}
.collection-tile-copy>p {
  margin: 0 0 18px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #fffbdc;
}
.collection-tile-copy h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(38px,4vw,60px);
  line-height: .88;
}
.collection-tile-copy>span {
  max-width: 240px;
  color: #fffddd;
  font-size: 12px;
  line-height: 1.65;
}
.collection-tile-action {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 13px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #ffffff45;
}
.collection-tile-action b {
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.collection-tile-action small {
  font-size: 8px;
  color: #fffccc;
}
.collection-tile-action i {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #08291c;
  font-style: normal;
  font-size: 17px;
  transition: transform .3s;
}
.collection-tile:hover .collection-tile-action i {
  transform: translateX(4px);
}
.collection-progress {
  display: none;
}
@media (max-width:980px) {
  .collection-tile {
    grid-column: span 6 !important;
    grid-template-columns: 1fr;
    min-height: 500px;
  }
  .collection-tile-media {
    order: 0;
    min-height: 260px;
  }
  .collection-tile-copy {
    min-height: 240px;
  }
}
@media (max-width:760px) {
  .collection-experience {
    padding: 78px 0 90px;
  }
  .collection-intro {
    display: block;
    margin-bottom: 38px;
  }
  .collection-intro h2 {
    font-size: 55px;
  }
  .collection-intro-copy p {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 24px;
  }
  .collection-intro-copy>span {
    display: block;
    margin-top: 20px;
  }
  .collection-gallery {
    width: auto;
    margin-left: 5vw;
    padding-right: 5vw;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .collection-gallery::-webkit-scrollbar {
    display: none;
  }
  .collection-tile {
    flex: 0 0 84vw;
    min-height: 510px;
    grid-template-columns: 1fr;
    grid-template-rows: 285px 1fr;
    scroll-snap-align: start;
    transform: none !important;
  }
  .collection-tile-media {
    order: 0;
    min-height: 0;
  }
  .collection-tile-copy {
    min-height: 225px;
    padding: 27px 24px 23px;
  }
  .collection-tile-copy h3 {
    font-size: 44px;
  }
  .collection-tile-copy>span {
    font-size: 11px;
  }
  .collection-tile-action {
    padding-top: 14px;
  }
  .collection-progress {
    display: flex;
    gap: 7px;
    margin-top: 24px;
  }
  .collection-progress span {
    height: 3px;
    flex: 1;
    background: #d9cdb9;
  }
  .collection-progress span:first-child {
    background: #9b681a;
  }
}
.royale-delivery-support {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 0;
  padding: 8px 20px;
  min-height: 44px;
  background: #17432f;
  color: #fff;
  font-family: Manrope,sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.royale-delivery-support a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.royale-delivery-support a:hover {
  color: #f6ce75 !important;
}
.royale-delivery-support a:focus-visible {
  outline: 2px solid #f6ce75;
  outline-offset: 4px;
  border-radius: 3px;
}
.royale-delivery-support svg {
  width: 16px;
  height: 16px;
  flex: none;
}
body.woocommerce-checkout #ship-to-different-address label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin: 0;
  cursor: pointer;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
body.woocommerce-checkout #ship-to-different-address-checkbox {
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip: auto !important;
  clip-path: none !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 22px;
  accent-color: #17432f;
  cursor: pointer;
  transform: none !important;
}
body.woocommerce-checkout #ship-to-different-address-checkbox:focus-visible {
  outline: 2px solid #17432f !important;
  outline-offset: 4px;
}
@media (max-width:480px) {
  .royale-delivery-support {
    padding: 7px 12px;
    font-size: 12px;
    gap: 2px 8px;
  }
  .royale-delivery-support a {
    min-height: 32px;
  }
  body.woocommerce-checkout #ship-to-different-address label {
    font-size: 15px;
  }
}
.product-detail-wrap>div.product {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: start;
  gap: 32px;
  max-width: none;
  margin: 0;
  padding: 32px 0 60px;
}
.product-detail-wrap>div.product>* {
  min-width: 0;
}
.product-detail-wrap>div.product>.summary {
  margin: 0;
  width: auto !important;
  float: none !important;
}
.product-detail-wrap>div.product>.images {
  width: auto !important;
  float: none !important;
  margin: 0;
}
.product-detail-wrap .woocommerce-tabs,.product-detail-wrap .related {
  grid-column: 1/-1;
  min-width: 0;
}
.product-detail-wrap .product_title {
  overflow-wrap: anywhere;
}
.product-detail-wrap table.variations {
  width: 100%;
}
.product-detail-wrap table.variations select {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 20px 28px;
  align-items: start;
}
body.woocommerce-checkout form.checkout:after {
  display: none;
}
body.woocommerce-checkout #customer_details {
  width: 100%;
  float: none;
  grid-column: 1;
  grid-row: 1/span 3;
  min-width: 0;
}
body.woocommerce-checkout #customer_details .col-1,body.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  margin: 0 0 22px;
}
body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review {
  width: 100%;
  float: none;
  grid-column: 2;
  margin: 0;
  min-width: 0;
}
body.woocommerce-checkout .form-row {
  min-width: 0;
}
body.woocommerce-checkout .form-row input.input-text,body.woocommerce-checkout .form-row textarea {
  width: 100%;
  min-height: 46px;
  font-size: 16px;
  box-sizing: border-box;
}
body.woocommerce-checkout .select2-container {
  max-width: 100%;
  width: 100% !important;
}
body.woocommerce-checkout .select2-selection--single {
  min-height: 46px;
  height: auto;
}
body.woocommerce-checkout #place_order {
  min-height: 48px;
  width: 100%;
}
.royale-menu-control:focus-visible+.royale-menu-toggle {
  outline: 2px solid #17432f;
  outline-offset: 3px;
}
@media (max-width:1050px) {
  .product-detail-wrap .woocommerce-product-gallery {
    position: relative !important;
    top: auto !important;
  }
  .royale-menu-toggle {
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
  }
  .royale-actions .cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 44px;
    font-size: 12px !important;
  }
  .royale-nav {
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
  }
  #main .honey-story[data-honey-story] {
    height: auto !important;
    overflow: clip;
    background: linear-gradient(115deg,#fff9ed 0 55%,#c88a1b 55%);
  }
  #main .honey-story .honey-sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    grid-template-rows: auto;
    align-items: center;
    padding: 48px 5vw;
    gap: 24px;
  }
  #main .honey-story .honey-copy {
    height: auto;
    min-height: 0;
    align-self: center;
  }
  #main .honey-story[data-honey-story] .honey-chapter {
    display: none !important;
  }
  #main .honey-story[data-honey-story] .honey-chapter.chapter-1 {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
  }
  #main .honey-story .hero-links {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
  }
  #main .honey-story .honey-visual {
    height: 360px;
    min-height: 0;
    margin: 0;
  }
  #main .honey-story .honey-visual>img {
    height: 320px;
    max-height: 100%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    mix-blend-mode: normal;
    transform: none !important;
  }
  #main .honey-story .honey-stream {
    display: none;
  }
  .honey-chapter h1,.honey-chapter h2 {
    line-height: 1 !important;
  }
}
@media (max-width:900px) {
  .product-detail-wrap>div.product {
    grid-template-columns: minmax(0,1fr);
    gap: 24px;
    padding: 24px 0 48px;
  }
  .product-detail-wrap .woocommerce-product-gallery {
    position: relative !important;
    top: auto !important;
  }
  body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0,1fr);
  }
  body.woocommerce-checkout #customer_details,body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width:760px) {
  .royale-announcement {
    font-size: 9px !important;
    line-height: 1.6;
    letter-spacing: .07em;
    white-space: normal;
    overflow: visible;
  }
  .royale-announcement i {
    margin: 0 5px;
  }
  .royale-delivery-support a {
    min-height: 36px;
  }
  #main .honey-story[data-honey-story] {
    background: linear-gradient(180deg,#fff9ed 0 52%,#c88a1b 52%);
  }
  #main .honey-story .honey-sticky {
    grid-template-columns: minmax(0,1fr);
    padding: 32px 20px 24px;
    gap: 24px;
  }
  #main .honey-story .honey-chapter h1 {
    font-size: clamp(40px,11vw,52px);
    max-width: 100%;
    line-height: .98 !important;
  }
  #main .honey-story .honey-chapter>p:last-child {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
  #main .honey-story .hero-links .royale-button {
    min-height: 44px;
    font-size: 12px;
    padding-inline: 20px;
  }
  #main .honey-story .hero-links .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
  }
  #main .honey-story .honey-visual {
    height: 270px;
  }
  #main .honey-story .honey-visual>img {
    height: 250px;
  }
  .shop-editorial-hero {
    padding: 48px 0;
  }
  .shop-editorial-hero h1 {
    font-size: clamp(42px,12vw,58px);
    line-height: .98;
  }
  .shop-editorial-hero p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 22px;
  }
  .product-detail-wrap>div.product {
    padding-top: 20px;
  }
  .product-detail-wrap .product_title {
    font-size: clamp(34px,10vw,48px) !important;
    line-height: 1.05;
  }
  .product-detail-wrap .woocommerce-product-gallery {
    padding: 16px;
  }
  .product-detail-wrap .woocommerce-product-gallery img {
    max-height: 360px;
    object-fit: contain;
  }
  .product-detail-wrap .summary {
    padding: 24px 18px;
  }
  .product-detail-wrap .single_variation_wrap {
    width: 100%;
  }
  .product-detail-wrap .single_add_to_cart_button {
    min-height: 48px;
  }
  .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields {
    padding: 18px;
  }
  body.woocommerce-checkout .form-row-first,body.woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none !important;
  }
  .royale-page-hero h1 {
    font-size: clamp(40px,11vw,52px);
    line-height: 1;
  }
  .hero-links-static {
    gap: 14px;
  }
  .royale-prose {
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .footer-grid a {
    min-height: 32px;
  }
}
@media (max-width:1050px) and (prefers-reduced-motion:no-preference) {
  #main .honey-story[data-honey-story][data-mobile-motion="true"] {
    height: calc(var(--mobile-hero-height,560px) + var(--mobile-hero-distance,900px)) !important;
    overflow: visible !important;
    background: linear-gradient(160deg,var(--mobile-hero-light,#fff9ed) 0 54%,var(--mobile-hero-colour,#c88a1b) 54%);
    transition: none;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-sticky {
    background: linear-gradient(160deg,var(--mobile-hero-light,#fff9ed) 0 54%,var(--mobile-hero-colour,#c88a1b) 54%);
  }
  #main .honey-story[data-mobile-motion="true"] .honey-chapter :is(h1,h2), #main .honey-story[data-mobile-motion="true"] .honey-chapter :is(h1,h2) em, #main .honey-story[data-mobile-motion="true"] .honey-chapter .eyebrow, #main .honey-story[data-mobile-motion="true"] .honey-chapter>p:last-child {
    color: #08291c !important;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .honey-chapter :is(h1,h2) {
    color: #fff9ed !important;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .honey-chapter :is(h1,h2) em {
    color: #fff9ed !important;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .honey-chapter .eyebrow {
    color: #fff9ed !important;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .honey-chapter>p:last-child {
    color: #fff9ed !important;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .hero-links .text-link {
    color: #fff9ed !important;
    border-color: #fff9ed;
  }
  #main .honey-story[data-mobile-motion="true"][data-mobile-dark="true"] .hero-links .royale-button {
    background: #f2cc79 !important;
    color: #08291c !important;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-sticky {
    position: sticky !important;
    top: var(--mobile-hero-top,68px) !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px;
    padding: 24px 20px 20px;
    overflow: hidden;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-copy {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    height: auto;
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }
  #main .honey-story[data-honey-story][data-mobile-motion="true"] .honey-chapter {
    display: block !important;
    grid-area: 1/1;
    position: relative !important;
    inset: auto !important;
    max-width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    pointer-events: none !important;
    transition: opacity .25s ease,transform .3s ease;
  }
  #main .honey-story[data-mobile-motion="true"][data-chapter="1"] .honey-chapter.chapter-1, #main .honey-story[data-mobile-motion="true"][data-chapter="2"] .honey-chapter.chapter-2, #main .honey-story[data-mobile-motion="true"][data-chapter="3"] .honey-chapter.chapter-3 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-chapter h1, #main .honey-story[data-mobile-motion="true"] .honey-chapter h2 {
    font-size: clamp(34px,9vw,48px) !important;
    line-height: 1 !important;
    margin: 0;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-chapter .eyebrow {
    font-size: 9px !important;
    margin-bottom: 12px;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-chapter>p:last-child {
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 0;
    max-width: 100%;
  }
  #main .honey-story[data-mobile-motion="true"] .hero-links {
    grid-area: 2/1;
    position: static !important;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 16px;
  }
  #main .honey-story[data-mobile-motion="true"] .hero-links a {
    min-height: 44px;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-visual {
    height: clamp(180px,30svh,280px);
    min-height: 0;
    width: 100%;
    max-width: 620px;
    justify-self: center;
    margin: 0;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-visual>img {
    width: auto;
    height: 88%;
    max-width: 75%;
    max-height: 100%;
    object-fit: contain;
    transform: translateY(calc(10px - var(--progress) * 20px)) rotate(calc(-2deg + var(--progress) * 4deg)) !important;
  }
  #main .honey-story[data-mobile-motion="true"] .honey-stream {
    display: block;
    top: 0;
    left: 50%;
    height: 36px;
    width: 6px;
    transform-origin: top;
    transform: scaleY(var(--progress));
    opacity: var(--progress);
  }
  #main .honey-story[data-mobile-motion="true"] .honey-orbit.one {
    width: min(75vw,330px);
  }
  #main .honey-story[data-mobile-motion="true"] .honey-orbit.two {
    width: min(55vw,245px);
  }
  #main .honey-story[data-mobile-motion="true"] .chapter-meter {
    display: none;
  }
}
.royale-cart-icon,.royale-drawer-heading,.royale-menu-backdrop {
  display: none;
}
.royale-cart-label {
  font-weight: inherit;
}
@media (max-width:1050px) {
  .royale-header {
    gap: 8px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .royale-header .royale-brand {
    order: 0;
    margin-right: auto;
  }
  .royale-header .royale-actions {
    order: 1;
    margin-left: 0;
    flex: none;
  }
  .royale-header .royale-menu-toggle {
    order: 2;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 5px;
    margin: 0;
  }
  .royale-header .royale-cart-label {
    display: none;
  }
  .royale-header .royale-cart-icon {
    display: block;
    width: 25px;
    height: 25px;
    flex: none;
  }
  .royale-header .cart-link {
    position: relative;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    color: #173f2b;
  }
  .royale-header .cart-link>span {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 2px 5px;
    min-width: 18px;
    line-height: 14px;
    font-size: 10px !important;
    text-align: center;
  }
  .royale-header:has(.royale-menu-control:checked) {
    z-index: 100000;
  }
  .royale-header .royale-nav {
    display: flex !important;
    position: fixed !important;
    top: var(--royale-drawer-top,88px) !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: min(340px,88vw) !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 24px 24px calc(36px + env(safe-area-inset-bottom)) !important;
    background: #fffdf7 !important;
    color: #08291c !important;
    z-index: 502;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    box-shadow: -18px 20px 45px #08291c24;
    transform: translateX(105%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .28s ease,opacity .28s ease,visibility .28s !important;
  }
  .royale-header .royale-menu-control:checked~.royale-nav {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .royale-header .royale-nav>a {
    display: block !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #ded5c5;
    font-family: var(--font-serif);
    font-size: 29px !important;
    line-height: 1.15;
    font-weight: 600;
    color: #08291c !important;
  }
  .royale-header .royale-nav>a:after {
    display: none !important;
  }
  .royale-drawer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }
  .royale-drawer-heading strong {
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .royale-drawer-close {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #ded5c5;
    border-radius: 50%;
    background: transparent;
    color: #173f2b;
    font-size: 28px;
    cursor: pointer;
  }
  .royale-header .royale-menu-backdrop:not([hidden]) {
    display: block;
    position: fixed;
    inset: var(--royale-drawer-top,88px) 0 0;
    z-index: 501;
    border: 0;
    border-radius: 0;
    background: #08291c70;
    padding: 0;
  }
  .royale-nav a:focus-visible,.royale-drawer-close:focus-visible,.cart-link:focus-visible {
    outline: 2px solid #a9701d;
    outline-offset: 3px;
  }
}
@media (max-width:760px) {
  .royale-header {
    --royale-drawer-top: 68px;
  }
}
.royale-buying-guide {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(0,1fr);
  gap: 64px;
  padding-top: 65px;
  padding-bottom: 90px;
  border-top: 1px solid #dfd6c7;
}
.royale-buying-guide h2 {
  font-family: var(--font-serif);
  font-size: clamp(32px,3.5vw,46px);
  line-height: 1.08;
  color: #08291c;
  margin: 0 0 24px;
}
.royale-buying-guide h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.2;
  margin: 28px 0 12px;
  color: #173f2b;
}
.royale-buying-guide p {
  font-size: 16px;
  line-height: 1.8;
  color: #4d5b52;
}
.royale-buying-guide p a {
  color: #775016;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.royale-buying-faq {
  padding: 30px;
  background: #f5eee1;
  align-self: start;
  min-width: 0;
}
.royale-buying-faq details {
  padding: 18px 0;
  border-bottom: 1px solid #d9cebb;
}
.royale-buying-faq summary {
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  color: #173f2b;
}
.royale-buying-faq summary:focus-visible {
  outline: 2px solid #a9701d;
  outline-offset: 4px;
}
.royale-buying-faq .royale-text-link {
  display: inline-block;
  margin-top: 28px;
}
@media (max-width:900px) {
  .royale-buying-guide {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 45px;
  }
  .royale-buying-faq {
    padding: 24px;
  }
}
.royale-blog,.royale-article {
  background: #fffdf7;
  color: #172019;
}
.royale-blog-hero {
  padding: 105px 0 92px;
  background: radial-gradient(circle at 84% 28%,#d89a2445 0 18%,transparent 42%),#08291c;
  color: #fff;
}
.royale-blog-hero .eyebrow {
  color: #e4b349;
}
.royale-blog-hero h1 {
  max-width: 820px;
  margin: 18px 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(62px,8vw,112px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.045em;
}
.royale-blog-hero h1 em {
  color: #e4b349;
  font-weight: 500;
}
.royale-blog-hero>div>p:last-child {
  max-width: 650px;
  margin: 0;
  color: #e9e4d9;
  font-size: 18px;
  line-height: 1.75;
}
.royale-blog-list {
  padding-top: 90px;
  padding-bottom: 110px;
}
.royale-blog-intro {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 25px 70px;
  align-items: start;
  margin-bottom: 55px;
}
.royale-blog-intro .eyebrow {
  grid-row: 1/3;
}
.royale-blog-intro h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(44px,5vw,72px);
  font-weight: 500;
  line-height: .92;
  color: #08291c;
}
.royale-blog-intro>p:last-child {
  max-width: 620px;
  margin: 0;
  color: #566159;
  line-height: 1.75;
}
.royale-blog-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 34px;
}
.royale-blog-card {
  display: grid;
  grid-template-rows: 330px 1fr;
  min-width: 0;
  background: #f7f0e3;
  border: 1px solid #e5dbc7;
  overflow: hidden;
}
.royale-blog-card-media {
  display: block;
  min-height: 0;
  background: linear-gradient(135deg,#d89a24,#9e6415);
  overflow: hidden;
  text-decoration: none;
}
.royale-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.royale-blog-card-media span {
  display: grid;
  height: 100%;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 90px;
  color: #fff8e8;
}
.royale-blog-card:hover .royale-blog-card-media img {
  transform: scale(1.035);
}
.royale-blog-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}
.royale-blog-meta {
  margin: 0 0 14px;
  color: #8a651e;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.royale-blog-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #08291c;
}
.royale-blog-card h2 a {
  color: inherit;
  text-decoration: none;
}
.royale-blog-card-copy>p:not(.royale-blog-meta) {
  margin: 0 0 24px;
  color: #566159;
  line-height: 1.7;
}
.royale-text-link {
  margin-top: auto;
  color: #08291c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #b98a34;
  padding-bottom: 5px;
}
.royale-article-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(420px,.82fr);
  min-height: 640px;
  background: #f4ebdc;
}
.royale-article-heading {
  align-self: center;
  padding: 80px max(6vw,40px);
}
.royale-article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 55px;
  color: #667269;
  font-size: 12px;
}
.royale-article-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.royale-article-heading h1 {
  max-width: 760px;
  margin: 18px 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(56px,6.5vw,94px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.04em;
  color: #08291c;
}
.royale-article-image {
  min-width: 0;
  margin: 0;
  background: #d89a24;
}
.royale-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.royale-article-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) 300px;
  justify-content: space-between;
  gap: 80px;
  padding-top: 85px;
  padding-bottom: 90px;
}
.royale-article-content {
  font-size: 18px;
  line-height: 1.9;
  color: #344138;
}
.royale-article-content>:first-child {
  margin-top: 0;
}
.royale-article-content h2,.royale-article-content h3 {
  font-family: var(--font-serif);
  color: #08291c;
  line-height: 1.05;
}
.royale-article-content h2 {
  margin: 1.3em 0 .45em;
  font-size: 44px;
}
.royale-article-content h3 {
  font-size: 32px;
}
.royale-article-content img {
  max-width: 100%;
  height: auto;
}
.royale-article-content a {
  color: #8b5d16;
}
.royale-article-aside {
  align-self: start;
  position: sticky;
  top: 150px;
  padding: 34px;
  background: #08291c;
  color: #fff;
}
.royale-article-aside .eyebrow {
  color: #e4b349;
}
.royale-article-aside h2 {
  margin: 16px 0;
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1;
  color: #fff;
}
.royale-article-aside p:not(.eyebrow) {
  color: #d9ded9;
  line-height: 1.65;
}
.royale-article-aside .royale-button {
  margin-top: 12px;
  background: #e4b349;
  color: #08291c;
}
.royale-article-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 1px solid #ded5c5;
}
.royale-article-nav a {
  color: #173f2b;
  text-decoration: none;
}
.royale-article-nav a:last-child {
  text-align: right;
}
@media (max-width:900px) {
  .royale-blog-hero {
    padding: 72px 0;
  }
  .royale-blog-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .royale-blog-intro .eyebrow {
    grid-row: auto;
  }
  .royale-blog-grid {
    grid-template-columns: 1fr;
  }
  .royale-article-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .royale-article-heading {
    padding: 65px 5vw;
  }
  .royale-article-image {
    height: min(78vw,580px);
  }
  .royale-article-layout {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-top: 60px;
  }
  .royale-article-aside {
    position: static;
  }
}
@media (max-width:560px) {
  .royale-blog-hero h1 {
    font-size: clamp(50px,16vw,72px);
  }
  .royale-blog-list {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .royale-blog-card {
    grid-template-rows: 245px 1fr;
  }
  .royale-blog-card-copy {
    padding: 24px;
  }
  .royale-blog-card h2 {
    font-size: 31px;
  }
  .royale-article-heading h1 {
    font-size: clamp(46px,14vw,66px);
  }
  .royale-article-heading {
    padding: 48px 5vw;
  }
  .royale-article-breadcrumb {
    margin-bottom: 38px;
  }
  .royale-article-content {
    font-size: 16px;
    line-height: 1.8;
  }
  .royale-article-content h2 {
    font-size: 36px;
  }
  .royale-article-nav {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .royale-article-nav a:last-child {
    text-align: left;
  }
}
.royale-contact-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.2fr);
  gap: 64px;
  padding-block: 64px;
}
.royale-contact-details h2,.royale-contact-form h2,.royale-contact-clients h2 {
  font-family: var(--font-serif);
  font-size: clamp(34px,4vw,54px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.royale-contact-details h3 {
  margin: 30px 0 8px;
  font-size: 16px;
}
.royale-contact-details p,.royale-contact-details address {
  font-size: 16px;
  line-height: 1.8;
  font-style: normal;
}
.royale-contact-details a {
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.royale-contact-form {
  min-width: 0;
  padding: 32px;
  background: #fff;
  border: 1px solid #e6decd;
  border-radius: 16px;
}
.royale-contact-form input:not([type=checkbox]):not([type=radio]),.royale-contact-form textarea {
  max-width: 100%;
  box-sizing: border-box;
}
.royale-contact-clients {
  padding-bottom: 70px;
}
.royale-client-logos {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 20px;
}
.royale-client-logos img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}
@media (max-width:900px) {
  .royale-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px;
  }
  .royale-client-logos {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:480px) {
  .royale-contact-form {
    padding: 20px;
  }
  .royale-client-logos {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
.corporate-clients {
  padding-block: 72px;
}
.corporate-logo-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px;
}
.corporate-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: #fff;
  border: 1px solid #e9e1d4;
  border-radius: 12px;
  padding: 20px;
  min-height: 150px;
}
.corporate-logo-card img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.corporate-portfolio {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 64px;
  padding: 48px;
  background: #f3ecdf;
  border-radius: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.corporate-portfolio h2,.corporate-enquiry-intro h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px,4vw,60px);
  line-height: 1.1;
  margin: 0 0 22px;
}
.corporate-portfolio p,.corporate-enquiry-intro p {
  line-height: 1.8;
}
.corporate-portfolio-topics {
  display: grid;
  gap: 20px;
}
.corporate-portfolio-topics article {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d0bf;
}
.corporate-portfolio-topics h3 {
  margin: 8px 0;
  font-size: 20px;
}
.corporate-portfolio-topics span {
  color: #8a5d10;
  font-size: 13px;
  font-weight: 700;
}
.corporate-enquiry-intro {
  padding-bottom: 70px;
  max-width: 900px;
  scroll-margin-top: 140px;
}
.corporate-enquiry-form {
  margin-top: 28px;
}
.corporate-enquiry-form .contact-form-ajax-submission[aria-hidden="true"] {
  display: none;
}
.corporate-enquiry-form form.submission-success {
  display: none;
}
.corporate-enquiry-form .contact-form__error:not(.show-errors),.corporate-enquiry-form .contact-form__input-error:not(.has-errors) {
  display: none;
}
.corporate-enquiry-form .contact-form__error.show-errors,.corporate-enquiry-form .contact-form__input-error.has-errors {
  color: #a11d1d;
  margin-top: 8px;
}
.corporate-enquiry-form .contact-form__warning-icon svg {
  width: 16px;
  height: 16px;
}
.corporate-enquiry-form .wp-block-jetpack-contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.corporate-enquiry-form .grunion-field-wrap {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
}
.corporate-enquiry-form input:not([type=checkbox]):not([type=radio]),.corporate-enquiry-form select,.corporate-enquiry-form textarea {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.corporate-enquiry-form .grunion-field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.corporate-enquiry-form .grunion-label-required {
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
}
.corporate-enquiry-form .wp-block-button__link {
  background: #163f2d;
  color: #fff;
  border-radius: 999px;
  padding: 16px 26px;
  min-height: 48px;
  cursor: pointer;
}
.corporate-enquiry-privacy {
  font-size: 13px;
}
.corporate-enquiry-privacy a {
  text-decoration: underline;
}
.corporate-draft-note {
  padding: 12px 16px;
  background: #fff7df;
  border: 1px dashed #be9030;
  border-radius: 8px;
  font-size: 13px;
}
@media (max-width:1000px) {
  .corporate-logo-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .corporate-portfolio {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
}
@media (max-width:560px) {
  .corporate-logo-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }
  .corporate-logo-card {
    padding: 14px;
    min-height: 115px;
  }
  .corporate-logo-card img {
    height: 90px;
  }
  .corporate-portfolio {
    padding: 24px;
  }
  .corporate-clients {
    padding-block: 48px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
