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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  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;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select: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: #2563eb;
  --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: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  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='%236b7280' 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;
  -webkit-print-color-adjust: exact;
          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;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  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: #2563eb;
  --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)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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;
}

:root {
  font-family: "balto", sans-serif;
  font-weight: 400;
  /* 600 for bold */
  font-style: normal;
}

html {
  font-weight: normal;
  color: #25382b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  overflow-x: clip;
  background: #102723;
}

section[id] {
  scroll-margin-top: 24px;
}

[x-cloak] {
  display: none !important;
}

a {
  color: #c97b5a;
}

button,
  a {
  transition: all 0.5s;
}

em {
  font-style: normal;
}

::-moz-selection {
  background-color: #c97957;
  color: #fff;
}

::selection {
  background-color: #c97957;
  color: #fff;
}

.container {
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-\[-28px\] {
  top: -28px;
}

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

.z-\[90\] {
  z-index: 90;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[110px\] {
  margin-top: 110px;
}

.mt-\[118px\] {
  margin-top: 118px;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[128px\] {
  margin-top: 128px;
}

.mt-\[140px\] {
  margin-top: 140px;
}

.mt-\[88px\] {
  margin-top: 88px;
}

.mt-\[92px\] {
  margin-top: 92px;
}

.mt-\[96px\] {
  margin-top: 96px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[618px\] {
  min-height: 618px;
}

.min-h-\[674px\] {
  min-height: 674px;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

.grid-cols-\[0\.85fr_1\.15fr\] {
  grid-template-columns: 0.85fr 1.15fr;
}

.grid-cols-\[360px_1fr_280px\] {
  grid-template-columns: 360px 1fr 280px;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.justify-self-end {
  justify-self: end;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-panel {
  border-radius: 14px;
}

.rounded-b-\[28px\] {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.rounded-t-\[28px\] {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.border-4 {
  border-width: 4px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-\[5px\] {
  border-width: 5px;
}

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

.border-r-\[4px\] {
  border-right-width: 4px;
}

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

.border-dashed {
  border-style: dashed;
}

.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(16 39 35 / var(--tw-border-opacity, 1));
}

.border-sea {
  --tw-border-opacity: 1;
  border-color: rgb(159 200 199 / var(--tw-border-opacity, 1));
}

.border-sea\/70 {
  border-color: rgb(159 200 199 / 0.7);
}

.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(16 39 35 / var(--tw-bg-opacity, 1));
}

.bg-ink\/80 {
  background-color: rgb(16 39 35 / 0.8);
}

.bg-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(159 200 199 / var(--tw-bg-opacity, 1));
}

.bg-seaDark {
  --tw-bg-opacity: 1;
  background-color: rgb(130 183 181 / var(--tw-bg-opacity, 1));
}

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

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

.py-\[126px\] {
  padding-top: 126px;
  padding-bottom: 126px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[132px\] {
  padding-bottom: 132px;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pb-\[156px\] {
  padding-bottom: 156px;
}

.pb-\[190px\] {
  padding-bottom: 190px;
}

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

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

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

.pt-\[140px\] {
  padding-top: 140px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[182px\] {
  padding-top: 182px;
}

.pt-\[210px\] {
  padding-top: 210px;
}

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

.font-body {
  font-family: balto, sans-serif;
}

.font-display {
  font-family: sofia-pro-condensed, sans-serif;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[31px\] {
  font-size: 31px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[39px\] {
  font-size: 39px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[46px\] {
  font-size: 46px;
}

.text-\[53px\] {
  font-size: 53px;
}

.text-\[57px\] {
  font-size: 57px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-\[74px\] {
  font-size: 74px;
}

.text-\[76px\] {
  font-size: 76px;
}

.text-\[78px\] {
  font-size: 78px;
}

.text-intro {
  font-size: 76px;
  line-height: 1.22;
}

.text-nav {
  font-size: 22px;
  line-height: 1;
}

.text-ribbon {
  font-size: 16px;
  line-height: 1;
}

.text-sectionTitle {
  font-size: 72px;
  line-height: 0.98;
}

.font-black {
  font-weight: 900;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.96\] {
  line-height: 0.96;
}

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

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

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

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

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

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

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

.tracking-\[0\.005em\] {
  letter-spacing: 0.005em;
}

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

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(16 39 35 / var(--tw-text-opacity, 1));
}

.text-sea {
  --tw-text-opacity: 1;
  color: rgb(159 200 199 / var(--tw-text-opacity, 1));
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.container {
  padding: 0 40px;
  max-width: 1520px;
  margin: 0 auto;
}

.site-shell {
  position: relative;
}

.site-shell::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 12%, rgba(16, 39, 35, 0.22) 0 1px, transparent 1.6px);
  background-size: 18px 18px, 23px 23px;
  mix-blend-mode: soft-light;
}

.site-shell > * {
  position: relative;
}

.intro-icon {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.intro-icon-oven {
  width: 120px;
  margin: -18px 28px 0;
}

.intro-icon-pizza {
  width: 88px;
  margin: -4px 18px 0;
}

.intro-icon-utensil {
  width: 112px;
  margin: -4px 24px 0;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 4px solid #102723;
  border-radius: 999px;
  background: #9fc8c7;
  color: #102723;
  font-family: "balto", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: #c97b5a;
  color: #fff;
}

.hero-arrow-left {
  left: -24px;
}

.hero-arrow-right {
  right: -24px;
}

.full-width-image {
  background: #102723;
}

.dark-section {
  position: relative;
  overflow: hidden;
  background-color: #102723;
}

.dark-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.4px),
    radial-gradient(circle at 80% 35%, rgba(159, 200, 199, 0.14) 0 1px, transparent 1.6px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px, 28px 28px, 260px 100%;
  mix-blend-mode: screen;
}

.dark-section > * {
  position: relative;
}

.slice-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.slice-heading-icon {
  width: 110px;
  height: auto;
  transform: translateY(-4px);
}

.gallery-rail {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 92px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  transform: translateX(-115px);
}

.gallery-img {
  display: block;
  width: auto;
  max-width: none;
  border-radius: 16px;
}

.gallery-img-tall {
  height: 438px;
}

.gallery-img-wide {
  height: 356px;
}

.gallery-img-square {
  height: 438px;
}

.location-card {
  box-shadow: inset 0 -8px 0 #9fc8c7;
}

.menu-section {
  position: relative;
  overflow: hidden;
}

.menu-section::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 54px;
  content: "";
  background: #102723;
  clip-path: polygon(0 0, 0 100%, 1.5625% 58%, 3.125% 100%, 4.6875% 58%, 6.25% 100%, 7.8125% 58%, 9.375% 100%, 10.9375% 58%, 12.5% 100%, 14.0625% 58%, 15.625% 100%, 17.1875% 58%, 18.75% 100%, 20.3125% 58%, 21.875% 100%, 23.4375% 58%, 25% 100%, 26.5625% 58%, 28.125% 100%, 29.6875% 58%, 31.25% 100%, 32.8125% 58%, 34.375% 100%, 35.9375% 58%, 37.5% 100%, 39.0625% 58%, 40.625% 100%, 42.1875% 58%, 43.75% 100%, 45.3125% 58%, 46.875% 100%, 48.4375% 58%, 50% 100%, 51.5625% 58%, 53.125% 100%, 54.6875% 58%, 56.25% 100%, 57.8125% 58%, 59.375% 100%, 60.9375% 58%, 62.5% 100%, 64.0625% 58%, 65.625% 100%, 67.1875% 58%, 68.75% 100%, 70.3125% 58%, 71.875% 100%, 73.4375% 58%, 75% 100%, 76.5625% 58%, 78.125% 100%, 79.6875% 58%, 81.25% 100%, 82.8125% 58%, 84.375% 100%, 85.9375% 58%, 87.5% 100%, 89.0625% 58%, 90.625% 100%, 92.1875% 58%, 93.75% 100%, 95.3125% 58%, 96.875% 100%, 98.4375% 58%, 100% 100%, 100% 0);
}

.menu-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 12%, rgba(16, 39, 35, 0.18) 0 1px, transparent 1.6px);
  background-size: 18px 18px, 23px 23px;
  mix-blend-mode: soft-light;
}

.menu-section > * {
  position: relative;
  z-index: 1;
}

.menu-carousel {
  /* Step must equal card pitch (card width + gap) so each index lands a card
     in the same slot. Desktop: 455px card + 72px gap. */
  --menu-step: 527px;
}

.menu-track {
  display: flex;
  gap: 72px;
  width: -moz-max-content;
  width: max-content;
  /* Align the first card with the container content edge; never go negative. */
  padding-left: max(40px, calc((100vw - 1520px) / 2 + 40px));
  transition: transform 0.45s ease;
  will-change: transform;
}

.menu-card {
  position: relative;
  width: 455px;
  min-height: 560px;
  flex: 0 0 auto;
  border: 7px solid #102723;
  border-radius: 24px;
  padding: 64px 46px 52px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.32), transparent 21%),
    linear-gradient(158deg, transparent 0 52%, rgba(130, 183, 181, 0.42) 52.5% 100%);
  box-shadow: 10px 11px 0 rgba(16, 39, 35, 0.95);
}

.menu-card-tilt-left {
  transform: rotate(-1.4deg);
}

.menu-card-tilt-right {
  transform: rotate(1deg);
}

.menu-badge {
  position: absolute;
  top: 54px;
  right: 42px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: #82b7b5;
  color: #102723;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.menu-badge::before {
  position: absolute;
  inset: -9px;
  content: "";
  background: repeating-conic-gradient(from 0deg, #82b7b5 0 9deg, transparent 9deg 18deg);
  z-index: -1;
  border-radius: 999px;
}

.menu-pizza-placeholder {
  display: block;
  width: 248px;
  height: 248px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 9px 8px rgba(16, 39, 35, 0.28));
}

.menu-progress {
  position: relative;
  height: 5px;
  flex: 1;
  max-width: 1160px;
  background: rgba(16, 39, 35, 0.22);
}

.menu-progress span {
  display: block;
  height: 100%;
  background: #102723;
  transition: width 0.45s ease;
}

.carousel-arrow {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 4px solid #102723;
  border-radius: 999px;
  background: #9fc8c7;
  color: #102723;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: #c97b5a;
  color: #fff;
}

.private-section,
.contact-section {
  position: relative;
}

.private-section::after,
.contact-section::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 54px;
  content: "";
  background: #102723;
  clip-path: polygon(0 0, 0 100%, 1.5625% 58%, 3.125% 100%, 4.6875% 58%, 6.25% 100%, 7.8125% 58%, 9.375% 100%, 10.9375% 58%, 12.5% 100%, 14.0625% 58%, 15.625% 100%, 17.1875% 58%, 18.75% 100%, 20.3125% 58%, 21.875% 100%, 23.4375% 58%, 25% 100%, 26.5625% 58%, 28.125% 100%, 29.6875% 58%, 31.25% 100%, 32.8125% 58%, 34.375% 100%, 35.9375% 58%, 37.5% 100%, 39.0625% 58%, 40.625% 100%, 42.1875% 58%, 43.75% 100%, 45.3125% 58%, 46.875% 100%, 48.4375% 58%, 50% 100%, 51.5625% 58%, 53.125% 100%, 54.6875% 58%, 56.25% 100%, 57.8125% 58%, 59.375% 100%, 60.9375% 58%, 62.5% 100%, 64.0625% 58%, 65.625% 100%, 67.1875% 58%, 68.75% 100%, 70.3125% 58%, 71.875% 100%, 73.4375% 58%, 75% 100%, 76.5625% 58%, 78.125% 100%, 79.6875% 58%, 81.25% 100%, 82.8125% 58%, 84.375% 100%, 85.9375% 58%, 87.5% 100%, 89.0625% 58%, 90.625% 100%, 92.1875% 58%, 93.75% 100%, 95.3125% 58%, 96.875% 100%, 98.4375% 58%, 100% 100%, 100% 0);
  z-index: 1;
}

.private-section > *,
.contact-section > * {
  position: relative;
  z-index: 2;
}

.private-photo-stack {
  position: relative;
  min-height: 690px;
}

.private-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: min(82%, 520px);
  height: auto;
  border: 4px solid #9fc8c7;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.private-photo-back {
  transform: translate(-42%, -47%) rotate(-5deg);
}

.private-photo-front {
  transform: translate(-55%, -50%) rotate(3deg);
}

.private-photo-stack .hero-arrow-left {
  left: 16px;
}

.private-photo-stack .hero-arrow-right {
  right: 16px;
}

.pricing-panel {
  box-shadow: inset 0 -8px 0 #9fc8c7;
}

.pricing-table {
  box-shadow: inset 0 -8px 0 #9fc8c7;
}

.pricing-table > div > div {
  white-space: nowrap;
}

.pizza5-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.pizza5-heading img {
  width: 94px;
  height: auto;
}

.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 54px;
  content: "";
  background: #102723;
  clip-path: polygon(0 0, 0 100%, 1.5625% 58%, 3.125% 100%, 4.6875% 58%, 6.25% 100%, 7.8125% 58%, 9.375% 100%, 10.9375% 58%, 12.5% 100%, 14.0625% 58%, 15.625% 100%, 17.1875% 58%, 18.75% 100%, 20.3125% 58%, 21.875% 100%, 23.4375% 58%, 25% 100%, 26.5625% 58%, 28.125% 100%, 29.6875% 58%, 31.25% 100%, 32.8125% 58%, 34.375% 100%, 35.9375% 58%, 37.5% 100%, 39.0625% 58%, 40.625% 100%, 42.1875% 58%, 43.75% 100%, 45.3125% 58%, 46.875% 100%, 48.4375% 58%, 50% 100%, 51.5625% 58%, 53.125% 100%, 54.6875% 58%, 56.25% 100%, 57.8125% 58%, 59.375% 100%, 60.9375% 58%, 62.5% 100%, 64.0625% 58%, 65.625% 100%, 67.1875% 58%, 68.75% 100%, 70.3125% 58%, 71.875% 100%, 73.4375% 58%, 75% 100%, 76.5625% 58%, 78.125% 100%, 79.6875% 58%, 81.25% 100%, 82.8125% 58%, 84.375% 100%, 85.9375% 58%, 87.5% 100%, 89.0625% 58%, 90.625% 100%, 92.1875% 58%, 93.75% 100%, 95.3125% 58%, 96.875% 100%, 98.4375% 58%, 100% 100%, 100% 0);
}

.faq-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 12%, rgba(16, 39, 35, 0.18) 0 1px, transparent 1.6px);
  background-size: 18px 18px, 23px 23px;
  mix-blend-mode: soft-light;
}

.faq-section > * {
  position: relative;
  z-index: 1;
}

.faq-layout {
  position: relative;
}

.faq-deco {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: auto;
}

.faq-item {
  position: relative;
  z-index: 2;
}

.faq-deco-right {
  right: -210px;
  top: 240px;
}

.faq-deco-left {
  left: -210px;
  top: 600px;
}

.faq-item {
  background: transparent;
  box-shadow: 7px 8px 0 rgba(16, 39, 35, 0.98);
}

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

.faq-item summary:focus-visible {
  outline: 4px solid #c97b5a;
  outline-offset: 6px;
}

.faq-toggle {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 3px solid #102723;
  border-radius: 999px;
  background: #9fc8c7;
}

.faq-toggle::before,
.faq-toggle::after {
  position: absolute;
  width: 18px;
  height: 5px;
  content: "";
  background: #102723;
}

.faq-toggle::after {
  transform: rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  transform: rotate(0deg);
}

.contact-field span {
  display: block;
  margin-bottom: 9px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 3px solid #102723;
  border-radius: 999px;
  background: transparent;
  padding: 16px 27px;
  color: #102723;
  font-size: 16px;
  line-height: 1.25;
  box-shadow: none;
}

.contact-field textarea {
  min-height: 184px;
  resize: vertical;
  border-radius: 25px;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #c97b5a;
  outline: 3px solid rgba(201, 123, 90, 0.25);
  outline-offset: 2px;
  box-shadow: none;
}

.contact-field em {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .intro-icon-oven {
    width: 92px;
    margin: -12px 18px 0;
  }

  .intro-icon-pizza {
    width: 68px;
    margin: -3px 12px 0;
  }

  .intro-icon-utensil {
    width: 86px;
    margin: -3px 16px 0;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    border-width: 3px;
    font-size: 19px;
  }

  .hero-arrow-left {
    left: -19px;
  }

  .hero-arrow-right {
    right: -19px;
  }

  .slice-heading {
    gap: 22px;
  }

  .slice-heading-icon {
    width: 84px;
  }

  .gallery-track {
    gap: 44px;
    transform: translateX(-80px);
  }

  .gallery-img-tall,
  .gallery-img-square {
    height: 340px;
  }

  .gallery-img-wide {
    height: 280px;
  }

  .menu-carousel {
    --menu-step: 404px;
    /* 360px card + 44px gap */
  }

  .menu-track {
    gap: 44px;
    padding-left: 32px;
  }

  .menu-card {
    width: 360px;
    min-height: 480px;
    padding: 48px 34px 42px;
  }

  .menu-pizza-placeholder {
    width: 190px;
    height: 190px;
  }

  .private-photo-stack {
    min-height: 560px;
  }

  .private-photo {
    width: min(82%, 430px);
  }

  .faq-deco {
    display: none;
  }

  .pricing-table > div > div {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro-icon-oven {
    width: 62px;
    margin: -8px 8px 0;
  }

  .intro-icon-pizza {
    width: 46px;
    margin: -2px 7px 0;
  }

  .intro-icon-utensil {
    width: 56px;
    margin: -2px 8px 0;
  }

  .hero-arrow {
    display: none;
  }

  .slice-heading {
    flex-wrap: wrap;
    gap: 14px;
  }

  .slice-heading-icon {
    width: 62px;
  }

  .gallery-track {
    justify-content: flex-start;
    gap: 22px;
    padding: 0 24px;
    transform: none;
  }

  .gallery-img-tall,
  .gallery-img-square,
  .gallery-img-wide {
    height: 250px;
  }

  .menu-section::before {
    height: 34px;
  }

  .menu-carousel {
    --menu-step: calc(100vw - 36px);
    /* (100vw - 54px) card + 18px gap */
  }

  .menu-track {
    gap: 18px;
    padding-left: 18px;
  }

  .menu-card {
    width: calc(100vw - 54px);
    min-height: 430px;
    border-width: 5px;
    border-radius: 18px;
    padding: 38px 28px 34px;
    box-shadow: 6px 7px 0 rgba(16, 39, 35, 0.95);
  }

  .menu-card-tilt-left,
  .menu-card-tilt-right {
    transform: none;
  }

  .menu-pizza-placeholder {
    width: 160px;
    height: 160px;
  }

  .menu-badge {
    top: 34px;
    right: 30px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .menu-progress {
    max-width: none;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
    border-width: 3px;
    font-size: 22px;
  }

  .private-section::after,
  .contact-section::after,
  .faq-section::before {
    height: 34px;
  }

  .private-photo-stack {
    min-height: 470px;
  }

  .private-photo {
    width: min(84%, 330px);
    border-width: 3px;
    border-radius: 18px;
  }

  .private-photo-stack .hero-arrow {
    display: grid;
  }

  .private-photo-stack .hero-arrow-left {
    left: 0;
  }

  .private-photo-stack .hero-arrow-right {
    right: 0;
  }

  .pizza5-heading {
    flex-wrap: wrap;
    gap: 12px;
  }

  .pizza5-heading img {
    width: 62px;
  }

  .faq-toggle {
    width: 40px;
    height: 40px;
  }

  .faq-toggle::before,
  .faq-toggle::after {
    width: 14px;
    height: 4px;
  }

  .contact-field span {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.hover\:border-rust:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 123 90 / var(--tw-border-opacity, 1));
}

.hover\:border-sea:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 200 199 / var(--tw-border-opacity, 1));
}

.hover\:bg-ink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 39 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rust:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 123 90 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sea:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 200 199 / var(--tw-bg-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(16 39 35 / var(--tw-text-opacity, 1));
}

.hover\:text-rust:hover {
  --tw-text-opacity: 1;
  color: rgb(201 123 90 / var(--tw-text-opacity, 1));
}

.hover\:text-sea:hover {
  --tw-text-opacity: 1;
  color: rgb(159 200 199 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.focus\:z-\[80\]:focus {
  z-index: 80;
}

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

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

.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus\:font-display:focus {
  font-family: sofia-pro-condensed, sans-serif;
}

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

.focus\:text-ink:focus {
  --tw-text-opacity: 1;
  color: rgb(16 39 35 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-\[104px\] {
    width: 104px;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-\[260px_1fr_230px\] {
    grid-template-columns: 260px 1fr 230px;
  }

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

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

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

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

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

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

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

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

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[58px\] {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[64px\] {
    width: 64px;
  }

  .md\:w-\[68px\] {
    width: 68px;
  }

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

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

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

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

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

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[46px\] {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }

  .sm\:text-\[31px\] {
    font-size: 31px;
  }

  .sm\:text-\[34px\] {
    font-size: 34px;
  }

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:text-\[38px\] {
    font-size: 38px;
  }
}
