/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-teal-700: oklch(51.1% 0.096 186.391);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --blur-xs: 4px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: Arial,Helvetica,sans-serif;
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .-mb-4 {
    margin-bottom: calc(var(--spacing) * -4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-px {
    height: 1px;
  }
  .max-h-\(--available-height\) {
    max-height: var(--available-height);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .w-\(--anchor-width\) {
    width: var(--anchor-width);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .min-w-36 {
    min-width: calc(var(--spacing) * 36);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .origin-\(--transform-origin\) {
    transform-origin: var(--transform-origin);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .scroll-my-1 {
    scroll-margin-block: calc(var(--spacing) * 1);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[min\(var\(--radius-md\)\,10px\)\] {
    border-radius: min(var(--radius-md), 10px);
  }
  .rounded-\[min\(var\(--radius-md\)\,12px\)\] {
    border-radius: min(var(--radius-md), 12px);
  }
  .rounded-lg {
    border-radius: 8px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--border);
  }
  .border-input {
    border-color: var(--border);
  }
  .border-red-700 {
    border-color: var(--color-red-700);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-destructive\/10 {
    background-color: color-mix(in oklab, #a12d25 10%, transparent);
  }
  .bg-green-700 {
    background-color: var(--color-green-700);
  }
  .bg-muted\/50 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-teal-700 {
    background-color: var(--color-teal-700);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pl-1\.5 {
    padding-left: calc(var(--spacing) * 1.5);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-heading {
    font-family: Georgia,serif;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-destructive {
    color: #a12d25;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-teal-800 {
    color: var(--color-teal-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-foreground\/10 {
    --tw-ring-color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
    }
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--secondary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklch,var(--secondary),var(--foreground) 5%);
        }
      }
    }
  }
  .hover\:bg-destructive\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #a12d25 20%, transparent);
      }
    }
  }
  .hover\:bg-green-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-800);
      }
    }
  }
  .hover\:bg-muted {
    &:hover {
      @media (hover: hover) {
        background-color: var(--muted);
      }
    }
  }
  .hover\:bg-muted\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--muted);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--muted) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:bg-teal-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-teal-800);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--foreground);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:bg-accent {
    &:focus {
      background-color: var(--accent);
    }
  }
  .focus\:text-accent-foreground {
    &:focus {
      color: var(--foreground);
    }
  }
  .not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground {
    &:not(*[data-variant="destructive"]) {
      &:focus {
        :is(& *) {
          color: var(--foreground);
        }
      }
    }
  }
  .focus-visible\:border-destructive\/40 {
    &:focus-visible {
      border-color: color-mix(in oklab, #a12d25 40%, transparent);
    }
  }
  .focus-visible\:border-ring {
    &:focus-visible {
      border-color: var(--primary);
    }
  }
  .focus-visible\:ring-3 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-destructive\/20 {
    &:focus-visible {
      --tw-ring-color: color-mix(in oklab, #a12d25 20%, transparent);
    }
  }
  .focus-visible\:ring-ring\/50 {
    &:focus-visible {
      --tw-ring-color: var(--primary);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
      }
    }
  }
  .active\:not-aria-\[haspopup\]\:translate-y-px {
    &:active {
      &:not(*[aria-haspopup]) {
        --tw-translate-y: 1px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .in-data-\[slot\=button-group\]\:rounded-lg {
    :where(*[data-slot="button-group"]) & {
      border-radius: 8px;
    }
  }
  .has-aria-expanded\:bg-muted\/50 {
    &:has(*[aria-expanded="true"]) {
      background-color: var(--muted);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
  }
  .has-data-\[icon\=inline-end\]\:pr-1\.5 {
    &:has(*[data-icon="inline-end"]) {
      padding-right: calc(var(--spacing) * 1.5);
    }
  }
  .has-data-\[icon\=inline-end\]\:pr-2 {
    &:has(*[data-icon="inline-end"]) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .has-data-\[icon\=inline-start\]\:pl-1\.5 {
    &:has(*[data-icon="inline-start"]) {
      padding-left: calc(var(--spacing) * 1.5);
    }
  }
  .has-data-\[icon\=inline-start\]\:pl-2 {
    &:has(*[data-icon="inline-start"]) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .aria-expanded\:bg-muted {
    &[aria-expanded="true"] {
      background-color: var(--muted);
    }
  }
  .aria-expanded\:text-foreground {
    &[aria-expanded="true"] {
      color: var(--foreground);
    }
  }
  .aria-invalid\:border-destructive {
    &[aria-invalid="true"] {
      border-color: #a12d25;
    }
  }
  .aria-invalid\:ring-3 {
    &[aria-invalid="true"] {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .aria-invalid\:ring-destructive\/20 {
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, #a12d25 20%, transparent);
    }
  }
  .data-placeholder\:text-muted-foreground {
    &[data-placeholder] {
      color: var(--muted-foreground);
    }
  }
  .data-\[align-trigger\=true\]\:animate-none {
    &[data-align-trigger="true"] {
      animation: none;
    }
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2 {
    &[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=inline-end\]\:slide-in-from-left-2 {
    &[data-side="inline-end"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=inline-start\]\:slide-in-from-right-2 {
    &[data-side="inline-start"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=left\]\:slide-in-from-right-2 {
    &[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=right\]\:slide-in-from-left-2 {
    &[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2 {
    &[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }
  }
  .data-\[size\=default\]\:h-8 {
    &[data-size="default"] {
      height: calc(var(--spacing) * 8);
    }
  }
  .data-\[size\=sm\]\:h-7 {
    &[data-size="sm"] {
      height: calc(var(--spacing) * 7);
    }
  }
  .data-\[size\=sm\]\:rounded-\[min\(var\(--radius-md\)\,10px\)\] {
    &[data-size="sm"] {
      border-radius: min(var(--radius-md), 10px);
    }
  }
  .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
    :is(& > *) {
      &[data-slot="select-value"] {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:flex {
    :is(& > *) {
      &[data-slot="select-value"] {
        display: flex;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:items-center {
    :is(& > *) {
      &[data-slot="select-value"] {
        align-items: center;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:gap-1\.5 {
    :is(& > *) {
      &[data-slot="select-value"] {
        gap: calc(var(--spacing) * 1.5);
      }
    }
  }
  .data-\[state\=selected\]\:bg-muted {
    &[data-state="selected"] {
      background-color: var(--muted);
    }
  }
  .supports-backdrop-filter\:backdrop-blur-xs {
    @supports (backdrop-filter: var(--tw)) {
      --tw-backdrop-blur: blur(var(--blur-xs));
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .dark\:border-input {
    &:is(.dark *) {
      border-color: var(--border);
    }
  }
  .dark\:bg-destructive\/20 {
    &:is(.dark *) {
      background-color: color-mix(in oklab, #a12d25 20%, transparent);
    }
  }
  .dark\:bg-input\/30 {
    &:is(.dark *) {
      background-color: var(--border);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--border) 30%, transparent);
      }
    }
  }
  .dark\:hover\:bg-destructive\/30 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in oklab, #a12d25 30%, transparent);
        }
      }
    }
  }
  .dark\:hover\:bg-input\/50 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--border);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--border) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:bg-muted\/50 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--muted);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--muted) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:focus-visible\:ring-destructive\/40 {
    &:is(.dark *) {
      &:focus-visible {
        --tw-ring-color: color-mix(in oklab, #a12d25 40%, transparent);
      }
    }
  }
  .dark\:aria-invalid\:border-destructive\/50 {
    &:is(.dark *) {
      &[aria-invalid="true"] {
        border-color: color-mix(in oklab, #a12d25 50%, transparent);
      }
    }
  }
  .dark\:aria-invalid\:ring-destructive\/40 {
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in oklab, #a12d25 40%, transparent);
      }
    }
  }
  .data-open\:animate-in {
    &:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
      animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-open\:fade-in-0 {
    &:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
  }
  .data-open\:zoom-in-95 {
    &:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
    }
  }
  .data-closed\:animate-out {
    &:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
      animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-closed\:fade-out-0 {
    &:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
  }
  .data-closed\:zoom-out-95 {
    &:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
  }
  .data-disabled\:pointer-events-none {
    &:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) {
      pointer-events: none;
    }
  }
  .data-disabled\:opacity-50 {
    &:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) {
      opacity: 50%;
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3.5);
      height: calc(var(--spacing) * 3.5);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_tr\]\:border-b {
    & tr {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\[\&_tr\:last-child\]\:border-0 {
    & tr:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
    &:has([role=checkbox]) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .\*\:\[a\]\:underline {
    :is(& > *) {
      &:is(a) {
        text-decoration-line: underline;
      }
    }
  }
  .\*\:\[a\]\:underline-offset-3 {
    :is(& > *) {
      &:is(a) {
        text-underline-offset: 3px;
      }
    }
  }
  .\*\:\[a\]\:hover\:text-foreground {
    :is(& > *) {
      &:is(a) {
        &:hover {
          @media (hover: hover) {
            color: var(--foreground);
          }
        }
      }
    }
  }
  .\*\:\[span\]\:last\:flex {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          display: flex;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:items-center {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          align-items: center;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:gap-2 {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          gap: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\[\&\>tr\]\:last\:border-b-0 {
    &>tr {
      &:last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root,.dark {
  --background: #fffdf7;
  --foreground: #173f3e;
  --primary: #287e80;
  --primary-foreground: #fff;
  --popover: #fffdf7;
  --accent: #e7efe9;
  --muted: #f1f2e9;
  --muted-foreground: #546b67;
  --border: #c9d4ca;
  --cream: #fef1d3;
  --orange: #f36a3d;
  --teal: #287e80;
  --ink: #173f3e;
  --body: #4c625f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  text-decoration: none;
  color: inherit;
}
button,input {
  font: inherit;
}
button,a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: .65;
}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible {
  outline: 3px solid #d17631;
  outline-offset: 5px;
}
button {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2 {
  font-family: Georgia,'Times New Roman',serif;
  font-weight: 500;
}
h2 {
  font-size: clamp(2rem,3.1vw,3.25rem);
  letter-spacing: -.045em;
  line-height: 1.14;
}
h3 {
  font-size: 1.5rem;
  letter-spacing: -.035em;
}
p {
  color: var(--body);
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.announcement {
  background: var(--teal);
  color: #fffdf1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px max(5vw,24px);
  font-size: 13px;
}
.announcement>span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.preview-label {
  font-size: 10px;
  letter-spacing: .16em;
  opacity: .75;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 5vw;
  background: var(--background);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #173f3e15;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.brand>span {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -1px;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 2.4px;
  line-height: 1.8;
  font-weight: 700;
}
.nav {
  display: flex;
  gap: 27px;
  margin-left: auto;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.nav a:hover,.inline-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #172f30;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  transition: background .15s;
}
.button:hover {
  background: #ff8257;
  border-color: #ff8257;
}
.header-book {
  min-height: 44px;
  padding: 10px 18px;
}
.menu {
  display: none;
  background: transparent;
  color: var(--teal);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  padding: 6px 0;
  background: none;
}
.text-link:hover {
  color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  min-height: 555px;
  background: var(--cream);
}
.hero-copy {
  padding: 65px 30px 86px 5vw;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
}
.eyebrow>span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}
h1 {
  font-size: clamp(3.4rem,5.4vw,5.5rem);
  line-height: 1.035;
  letter-spacing: -.058em;
  margin-bottom: 24px;
}
h1 em {
  color: var(--ink);
  font-weight: 400;
}
.hero-description {
  max-width: 490px;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 29px 0;
}
.hero-rate {
  display: flex;
  gap: 34px;
  font-size: 12px;
}
.hero-rate>span+span {
  border-left: 1px solid #173f3e35;
  padding-left: 34px;
}
.hero-rate strong {
  display: block;
  font-family: Georgia,serif;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 3px;
}
.hero-rate strong span {
  font-size: 13px;
  font-family: Arial,sans-serif;
  font-weight: 400;
}
.hero-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.hero-photo>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 48% 80%;
}
.photo-caption {
  position: absolute;
  bottom: 72px;
  left: 24px;
  color: white;
  background: #173f3edd;
  padding: 8px 12px;
  font-size: 10px;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.postcard {
  position: absolute;
  top: 32px;
  right: 30px;
  width: 145px;
  background: #fff9e9;
  padding: 13px;
  transform: rotate(6deg);
  box-shadow: 0 8px 15px #173f3e25;
  text-align: center;
}
.postcard img {
  width: 90px;
  margin: 0 auto 7px;
}
.postcard span {
  font-family: Georgia,serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.25;
  display: block;
}
.booking-shell {
  position: relative;
  z-index: 5;
  background: var(--background);
  max-width: calc(100% - 10vw);
  margin: -43px auto 0;
  border: 1px solid #d6d7c9;
  border-radius: 7px;
  padding: 25px 28px 20px;
  box-shadow: 0 14px 27px #173f3e08;
  scroll-margin-top: 25px;
}
.booking-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.booking-heading h2 {
  font-family: Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.035em;
}
.booking-heading p {
  font-size: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr 1.05fr auto;
  gap: 12px;
  align-items: end;
}
.field {
  min-width: 0;
}
.field>label,.field>span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
input,.choice {
  border: 1px solid #bac9be;
  background: #fffdf7;
  border-radius: 4px;
  color: var(--teal);
  width: 100%;
  min-width: 0;
  min-height: 47px;
  padding: 10px 12px;
  font-size: 14px !important;
  box-shadow: none;
}
.choice {
  width: 100% !important;
  height: 47px !important;
  padding: 10px 12px !important;
  white-space: nowrap;
}
.booking-grid .button {
  height: 47px;
  min-height: 47px;
  padding: 10px 17px;
  gap: 12px;
}
.booking-note {
  font-size: 12px;
  margin-top: 13px;
  line-height: 1.55;
  color: #556c63;
}
.benefits {
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 27px 0 29px;
  border-bottom: 1px solid #d5dacd;
  font-size: 13px;
  color: #3c6057;
}
.benefits>span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.benefits svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.7;
}
.section {
  padding: 80px 5vw;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}
.section-heading>p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 320px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.cart-photo {
  height: 285px;
  position: relative;
  background: #e6ece6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dce4da;
  border-radius: 6px;
  color: #688177;
}
.premium-photo {
  background: #f4e7ce;
  border-color: #ebdfc7;
  color: #987645;
}
.cart-photo>p {
  font-family: Georgia,serif;
  font-size: 24px;
  margin-top: 12px;
  color: inherit;
}
.photo-note {
  font-size: 12px;
  opacity: .85;
  margin-top: 3px;
}
.photo-corner,.photo-bottom {
  position: absolute;
  font-size: 9px;
  letter-spacing: .15em;
}
.photo-corner {
  left: 20px;
  top: 17px;
}
.photo-bottom {
  left: 20px;
  bottom: 17px;
}
.cart-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 25px;
}
.cart-info .eyebrow {
  font-size: 10px;
  margin-bottom: 4px;
}
.cart-info h3 {
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: 400;
}
.from {
  text-align: right;
  font-size: 11px;
}
.from strong {
  display: block;
  font-family: Georgia,serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
.from span {
  font-size: 11px;
}
.fleet article>p {
  font-size: 14px;
  max-width: 460px;
  margin: 12px 0 18px;
  line-height: 1.7;
}
.cart-bottom {
  border-top: 1px solid #d5dacd;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.cart-bottom>span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}
.dot {
  margin: 0 2px;
  color: #758980;
}
.cart-bottom .text-link {
  font-size: 12px;
  gap: 9px;
  border-bottom: 0;
}
.rates-section {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  background: #edf1e8;
  padding: 65px 7vw;
  gap: 8vw;
}
.rates-intro>p:not(.eyebrow) {
  font-size: 15px;
  max-width: 320px;
  margin: 19px 0;
}
.included {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rates-table {
  align-self: center;
}
.rates-table table {
  font-size: 16px;
}
.rates-table th {
  font-size: 10px;
  letter-spacing: .08em;
  color: #4b6960;
  border-bottom: 1px solid #6a877c;
  padding: 13px 18px;
}
.rates-table td {
  padding: 18px;
  border-color: #c5d0c1;
}
.rates-table td:first-child {
  font-size: 14px;
}
.rates-table td:not(:first-child) {
  font-family: Georgia,serif;
  font-size: 23px;
}
.rates-table tbody tr:last-child td:not(:first-child) {
  font-family: Arial,sans-serif;
  font-size: 13px;
}
.rates-table small {
  display: block;
  font-size: 10px;
  color: #5f7169;
  margin-top: 3px;
  font-weight: 400;
}
.rates-table>p {
  font-size: 11px;
  margin: 14px 18px 0;
  line-height: 1.8;
}
.inline-link {
  background: none;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: inherit;
}
.delivery-steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.step-number {
  font-family: Georgia,serif;
  font-size: 32px;
  font-style: italic;
  color: var(--orange);
  display: block;
  border-bottom: 1px solid #d4dace;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.delivery-steps h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.delivery-steps p {
  font-size: 14px;
  line-height: 1.75;
  max-width: 330px;
}
.coverage {
  margin-top: 42px;
  padding: 21px 0;
  border-top: 1px solid #d4dace;
  border-bottom: 1px solid #d4dace;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.coverage>span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.coverage p {
  font-family: Georgia,serif;
  font-size: 22px;
  color: var(--teal);
}
.coverage p>span {
  color: #a4b3a9;
  padding: 0 15px;
}
.island-section {
  padding: 60px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  background: var(--teal);
  color: var(--cream);
}
.island-section .eyebrow {
  color: #dfb77c;
}
.island-section p:not(.eyebrow) {
  color: #d0ddd2;
  font-size: 15px;
  max-width: 350px;
  margin: 20px 0;
}
.island-section .text-link {
  color: #f6e8bb;
  font-size: 12px;
}
.city-links {
  align-self: center;
}
.city-links>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff30;
  padding: 22px 0;
  font-family: Georgia,serif;
  font-size: 25px;
}
.city-links>a:first-child {
  border-top: 1px solid #ffffff30;
}
.city-links small {
  font-family: Arial,sans-serif;
  font-size: 10px;
  color: #c9b185;
  margin-right: 18px;
}
.city-links a:hover {
  color: #ffc987;
}
.questions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
}
.questions>div>p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 21px;
  margin-bottom: 7px;
}
.faq details {
  border-bottom: 1px solid #cdd6cb;
}
.faq details:first-child {
  border-top: 1px solid #cdd6cb;
}
.faq summary {
  list-style: none;
  padding: 23px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 23px;
  line-height: 1;
  color: #8d6741;
  font-weight: 400;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 14px;
  padding: 0 25px 24px 0;
  line-height: 1.7;
}
.about {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 5vw 75px;
  padding: 30px 35px;
  background: #f8edcb;
  border-radius: 6px;
}
.about>img {
  flex-shrink: 0;
}
.about>div {
  flex: 1;
}
.about h2 {
  font-size: 29px;
}
.about .eyebrow {
  font-size: 9px;
  margin-bottom: 9px;
}
.about p:not(.eyebrow) {
  font-size: 13px;
  max-width: 560px;
  margin-top: 10px;
}
.about .button {
  white-space: nowrap;
}
footer {
  padding: 40px 5vw 25px;
  background: #f0f1e9;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.8;
}
.footer-top>div {
  display: flex;
  gap: 20px;
  font-size: 12px;
}
.footer-bottom {
  border-top: 1px solid #cdd6cb;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  margin-top: 27px;
  padding-top: 18px;
  color: #687970;
}
.footer-bottom a {
  text-decoration: underline;
}
.chat-launch {
  position: fixed;
  right: 24px;
  bottom: 22px;
  background: var(--teal);
  color: white;
  z-index: 30;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 20px;
  box-shadow: 0 3px 20px #173f3e20;
  border-radius: 28px;
  font-size: 13px;
  font-weight: 700;
}
.chat-dialog {
  max-width: 440px !important;
  padding: 28px !important;
}
.chat-dialog h2,.privacy-dialog h2 {
  font-size: 28px;
  line-height: 1.2;
  font-family: Georgia,serif;
}
.chat-log {
  min-height: 180px;
  max-height: 40vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0;
}
.chat-bubble {
  background: #edf1e8;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  max-width: 92%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.chat-bubble.user {
  background: var(--teal);
  color: white;
  align-self: end;
}
.chat-form {
  display: flex;
  gap: 8px;
}
.chat-form .button {
  padding: 10px 15px;
}
.privacy-dialog {
  max-width: 550px !important;
  padding: 30px !important;
  max-height: 85vh;
  overflow: auto;
}
.privacy-dialog p {
  font-size: 14px;
}
.booking-message {
  padding: 16px 0;
  font-size: 14px;
  color: var(--teal);
}
.available-carts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,1fr);
}
.available-cart {
  text-align: left;
  padding: 18px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  background: #fffdf7;
  border-radius: 4px;
}
.available-cart[aria-pressed=true] {
  border: 2px solid var(--teal);
  background: #edf1e8;
}
.available-cart small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.available-cart svg {
  width: 18px;
}
.reservation {
  border-top: 1px solid var(--border);
  margin-top: 24px;
  padding-top: 24px;
}
.reservation h3 {
  font-size: 23px;
}
.reservation p {
  font-size: 13px;
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 22px 0;
}
.details-grid label {
  font-size: 13px;
  font-weight: 600;
}
.details-grid input {
  display: block;
  margin-top: 6px;
}
.details-grid label span {
  font-weight: 400;
}
.reservation .button {
  margin-top: 16px;
}
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0;
  pointer-events: none;
}
.confirmation {
  padding: 25px;
  background: #edf1e8;
  margin-top: 15px;
}
.confirmation p {
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width:1600px) {
  .hero-copy {
    padding-left: max(5vw,calc((100vw - 1440px)/2));
  }
  .header,.section {
    padding-left: max(5vw,calc((100vw - 1440px)/2));
    padding-right: max(5vw,calc((100vw - 1440px)/2));
  }
  .hero {
    min-height: 610px;
  }
  .booking-shell {
    max-width: 1440px;
  }
  .hero-copy h1 {
    font-size: 86px;
  }
}
@media (max-width:1050px) {
  .header {
    gap: 20px;
  }
  .nav {
    gap: 17px;
  }
  .brand>span {
    font-size: 20px;
  }
  .brand img {
    width: 55px;
    height: 55px;
  }
  .booking-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .booking-grid>.button {
    grid-column: 1/-1;
  }
  .hero-copy {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  h1 {
    font-size: 58px;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-actions .button {
    padding: 12px 16px;
    gap: 12px;
  }
  .cart-bottom {
    align-items: start;
    flex-direction: column;
  }
  .about {
    flex-wrap: wrap;
  }
  .about>.button {
    margin-left: 146px;
  }
  .coverage p {
    font-size: 18px;
  }
  .coverage p>span {
    padding: 0 8px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-bottom {
    padding-bottom: 50px;
  }
  .booking-note {
    font-size: 12px;
  }
}
@media (max-width:760px) {
  html {
    scroll-padding-top: 20px;
  }
  .announcement {
    justify-content: center;
    padding: 8px 16px;
    font-size: 11px;
  }
  .preview-label {
    display: none;
  }
  .header {
    height: 83px;
    padding: 0 5vw;
    gap: 14px;
  }
  .brand>span {
    font-size: 20px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 1.9px;
  }
  .header-book {
    margin-left: auto;
    font-size: 12px;
    min-height: 40px;
    padding: 8px 12px;
  }
  .header-book svg {
    display: none;
  }
  .menu {
    display: block;
    padding: 5px;
  }
  .nav {
    display: none;
  }
  .nav.open {
    display: flex;
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    background: var(--background);
    padding: 24px 5vw;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 10px 15px #173f3e10;
  }
  .nav a {
    padding: 8px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .hero-copy {
    padding: 42px 6vw 32px;
  }
  .eyebrow {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(44px,9.5vw,68px);
    line-height: 1.04;
  }
  .hero-description {
    font-size: 15px;
    max-width: 480px;
  }
  .hero-actions {
    margin: 22px 0;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-rate {
    gap: 24px;
  }
  .hero-rate>span+span {
    padding-left: 24px;
  }
  .hero-photo {
    height: 260px;
  }
  .hero-photo>img {
    object-position: 50% 68%;
  }
  .postcard {
    width: 104px;
    top: 20px;
    right: 22px;
    padding: 9px;
  }
  .postcard img {
    width: 63px;
  }
  .postcard span {
    font-size: 12px;
  }
  .photo-caption {
    bottom: 55px;
    font-size: 8px;
    left: 6vw;
  }
  .booking-shell {
    max-width: 90%;
    padding: 22px 18px 17px;
    margin-top: -30px;
  }
  .booking-heading {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
  .booking-heading h2 {
    font-size: 20px;
  }
  .booking-grid {
    grid-template-columns: 1fr 1fr;
  }
  .booking-heading p {
    font-size: 11px;
  }
  .booking-grid>.button {
    min-height: 49px;
  }
  .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
    padding: 25px 0;
    font-size: 11px;
  }
  .benefits>span {
    gap: 7px;
  }
  .benefits svg {
    width: 16px;
  }
  .section {
    padding: 51px 5vw;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading>p {
    margin-top: 15px;
  }
  .section-heading>.text-link {
    margin-top: 20px;
  }
  .fleet-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .cart-photo {
    height: 245px;
  }
  .cart-info {
    padding-top: 20px;
  }
  .cart-info h3 {
    font-size: 30px;
  }
  .cart-bottom {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .cart-bottom>span {
    font-size: 11px;
  }
  .cart-bottom .text-link {
    font-size: 11px;
    gap: 6px;
  }
  .rates-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 43px 5vw;
  }
  .rates-intro h2 br {
    display: none;
  }
  .rates-intro h2 br:after {
    content: ' ';
  }
  .rates-intro>p:not(.eyebrow) {
    max-width: 100%;
  }
  .rates-table th {
    padding: 12px 9px;
    font-size: 9px;
  }
  .rates-table td {
    padding: 17px 9px;
  }
  .rates-table td:not(:first-child) {
    font-size: 22px;
  }
  .rates-table td:first-child {
    font-size: 13px;
  }
  .rates-table tbody tr:last-child td:not(:first-child) {
    font-size: 12px;
  }
  .rates-table>p {
    margin-left: 9px;
  }
  .delivery-steps {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .delivery-steps>div {
    display: grid;
    grid-template-columns: 47px 1fr;
    column-gap: 15px;
  }
  .step-number {
    grid-row: 1/3;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .delivery-steps p {
    grid-column: 2;
    max-width: 100%;
  }
  .delivery-steps h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .coverage {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-top: 30px;
  }
  .coverage p {
    font-size: 16px;
  }
  .coverage p>span {
    padding: 0 5px;
  }
  .island-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 43px 6vw;
  }
  .island-section h2 {
    font-size: 38px;
  }
  .city-links>a {
    font-size: 23px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .questions h2 br {
    display: none;
  }
  .questions>div>p:not(.eyebrow) {
    margin-top: 13px;
  }
  .about {
    margin-bottom: 45px;
    padding: 25px;
    gap: 19px;
    align-items: start;
  }
  .about>img {
    width: 80px;
    height: 80px;
  }
  .about>div {
    flex-basis: 100%;
  }
  .about h2 {
    font-size: 30px;
  }
  .about>.button {
    margin: 0;
  }
  .about p:not(.eyebrow) {
    font-size: 14px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .footer-top>div {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 10px;
    padding-bottom: 65px;
  }
  .chat-launch {
    right: 16px;
    bottom: 16px;
    padding: 13px 17px;
    font-size: 12px;
  }
  .available-carts,.details-grid {
    grid-template-columns: 1fr;
  }
  .available-cart {
    gap: 10px;
  }
  .chat-dialog {
    width: calc(100vw - 24px) !important;
    padding: 24px !important;
  }
  .privacy-dialog {
    padding: 24px !important;
  }
  .preview-label {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
}
h1 em {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: .065em;
  text-underline-offset: .09em;
}
h1,h2,h3 {
  color: var(--ink);
}
.island-section h2 {
  color: var(--cream);
}
.announcement,.island-section {
  background: var(--teal);
}
.hero-photo {
  background: #89c9d5;
}
.photo-caption {
  background: #173f3eeb;
}
.hero-photo>img {
  object-position: center 80%;
}
.price-promise {
  margin: 65px 5vw 0;
  padding: 32px 36px;
  border-left: 5px solid var(--orange);
  background: var(--cream);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 15px 40px;
  align-items: center;
}
.price-promise .eyebrow {
  grid-column: 1/-1;
  margin: 0;
}
.price-promise h2 {
  font-size: clamp(1.9rem,3vw,3rem);
}
.price-promise .text-link {
  grid-column: 2;
  width: max-content;
}
.footer-guides {
  display: flex;
  gap: 13px 25px;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.footer-guides a:hover {
  text-decoration: underline;
}
.footer-top>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
}
.page-hero {
  background: var(--cream);
  padding: 28px 5vw 60px;
  border-bottom: 1px solid var(--border);
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0 0 38px;
  color: var(--body);
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(250px,.7fr);
  gap: 60px;
  align-items: end;
  max-width: 1300px;
  margin: auto;
}
.page-hero h1 {
  font-size: clamp(2.7rem,4.7vw,4.7rem);
  max-width: 900px;
  margin-bottom: 0;
}
.page-lead {
  max-width: 500px;
  font-size: 17px;
  line-height: 1.8;
}
.page-hero .button {
  margin-top: 23px;
}
.guide-layout {
  display: grid;
  grid-template-columns: minmax(0,780px) 270px;
  gap: 7vw;
  max-width: 1250px;
  margin: auto;
  padding: 65px 5vw 80px;
}
.guide-body {
  min-width: 0;
}
.guide-section {
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 25px;
}
.guide-section h2 {
  font-size: clamp(1.7rem,2.7vw,2.45rem);
  margin-bottom: 20px;
}
.guide-section p+p {
  margin-top: 16px;
}
.guide-section ul {
  padding-left: 22px;
  color: var(--body);
  margin: 20px 0 0;
}
.guide-section li {
  margin: 11px 0;
  padding-left: 5px;
}
.guide-section li::marker {
  color: var(--teal);
}
.guide-section a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guide-aside {
  align-self: start;
  position: sticky;
  top: 24px;
}
.contents {
  padding: 0 0 25px;
  display: grid;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.contents a:hover {
  text-decoration: underline;
}
.aside-book {
  background: var(--cream);
  padding: 23px;
  margin-top: 28px;
  border-top: 4px solid var(--orange);
}
.aside-book h3 {
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.aside-book p {
  font-size: 13px;
  margin-bottom: 18px;
}
.aside-book .button {
  width: 100%;
  gap: 12px;
}
.guide-links {
  display: grid;
  gap: 0;
  margin-top: 26px;
}
.guide-links a {
  padding: 17px 0;
  border-top: 1px solid var(--border);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.guide-links a span {
  max-width: 90%;
}
.guide-cta {
  background: var(--teal);
  color: var(--cream);
  padding: 45px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.guide-cta h2 {
  color: var(--cream);
  font-size: 32px;
}
.guide-cta p {
  color: #fff4de;
  margin-top: 12px;
}
.source-note {
  font-size: 12px;
  line-height: 1.8;
  padding: 20px 0;
}
.source-note a {
  text-decoration: underline;
}
.guide-table {
  margin: 22px 0;
  overflow-x: auto;
}
.guide-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.guide-table th {
  text-align: left;
  background: var(--cream);
  color: var(--ink);
  padding: 13px;
}
.guide-table td {
  padding: 15px 13px;
  vertical-align: top;
  border-bottom: 1px solid var(--border);
  color: var(--body);
}
.guide-table td:first-child {
  font-weight: 700;
  color: var(--ink);
}
.shoreline-banner {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 76%;
  margin: 0;
}
.city-overview {
  display: grid;
  margin: 25px 0;
}
.city-overview a {
  display: grid;
  grid-template-columns: 40px 1fr 25px;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.city-overview h3 {
  font-family: Georgia,serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
}
.city-overview p {
  font-size: 14px;
}
.city-number {
  color: var(--teal);
  font-family: Georgia,serif;
  font-size: 25px;
}
.contact-options {
  display: grid;
  gap: 18px;
  margin: 25px 0;
}
.contact-option {
  border-left: 3px solid var(--orange);
  padding: 15px 22px;
  background: var(--cream);
}
.contact-option h3 {
  margin-bottom: 12px;
}
.contact-option .text-link {
  margin-top: 16px;
}
.guide-section .rates-table {
  padding: 0;
}
.guide-section .rates-table p {
  font-size: 13px;
}
.page-kicker {
  margin-bottom: 15px;
}
.inline-photo {
  margin: 25px 0;
}
.inline-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 80%;
  border-radius: 4px;
}
.inline-photo figcaption {
  font-size: 11px;
  margin-top: 8px;
  color: var(--body);
}
@media (max-width:1050px) {
  .guide-layout {
    gap: 35px;
    grid-template-columns: minmax(0,1fr) 230px;
  }
  .page-hero-inner {
    gap: 30px;
  }
  .page-hero h1 {
    font-size: 48px;
  }
}
@media (max-width:760px) {
  .price-promise {
    display: block;
    padding: 26px 23px;
    margin: 35px 5vw 0;
  }
  .price-promise h2 {
    margin: 14px 0;
  }
  .price-promise .text-link {
    margin-top: 14px;
  }
  .footer-top>div {
    grid-template-columns: 1fr 1fr;
  }
  .page-hero {
    padding: 23px 6vw 38px;
  }
  .page-hero-inner {
    display: block;
  }
  .page-hero h1 {
    font-size: 42px;
    letter-spacing: -.05em;
    margin-bottom: 24px;
  }
  .page-lead {
    font-size: 16px;
  }
  .breadcrumbs {
    font-size: 11px;
    margin-bottom: 27px;
  }
  .guide-layout {
    display: flex;
    flex-direction: column;
    padding: 38px 6vw;
    gap: 5px;
  }
  .guide-aside {
    position: static;
    width: 100%;
    order: -1;
  }
  .contents {
    display: none;
  }
  .aside-book {
    display: none;
  }
  .guide-section {
    margin-bottom: 27px;
    padding-bottom: 27px;
  }
  .guide-cta {
    display: block;
    padding: 35px 6vw;
  }
  .guide-cta .button {
    margin-top: 22px;
  }
  .city-overview a {
    grid-template-columns: 28px 1fr 18px;
    gap: 10px;
  }
  .city-overview h3 {
    font-size: 25px;
  }
  .guide-table {
    font-size: 13px;
  }
  .guide-table th,.guide-table td {
    padding: 12px 9px;
  }
  .shoreline-banner {
    height: 230px;
  }
  .inline-photo {
    margin-left: 0;
    margin-right: 0;
  }
  .inline-photo img {
    height: 245px;
  }
}
.brand {
  color: var(--teal);
}
.hero .eyebrow,.price-promise .eyebrow,.page-hero .eyebrow,.aside-book .eyebrow {
  color: var(--ink);
}
.price-promise>small {
  display: block;
  max-width: 620px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted,#536663);
}
.island-map-section {
  padding: 80px 6%;
  background: #fffaf0;
  scroll-margin-top: 32px;
}
.island-map-layout {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,1fr);
  border: 1px solid #bdd0c8;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 32px;
  background: #fffdf6;
}
.map-canvas {
  min-width: 0;
  background: #e1f1ef;
  position: relative;
  align-self: start;
}
.island-map-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 730px;
}
.map-region,.map-bridge {
  cursor: pointer;
  outline: none;
}
.map-region-fill {
  transition: fill .25s ease;
}
.map-region:focus-visible .map-region-fill {
  stroke: #173f3e;
  stroke-width: 5;
}
.map-bridge:focus-visible circle {
  stroke: #173f3e;
  stroke-width: 5;
}
.map-city-label {
  font: 700 21px Georgia,serif;
  fill: #173f3e;
}
.map-water-label {
  font: 12px Arial,sans-serif;
  letter-spacing: 3px;
  fill: #287e80;
}
.map-small-label {
  font: 12px Arial,sans-serif;
  letter-spacing: 1px;
  fill: #173f3e;
}
.map-motion .map-pulse {
  animation: island-pin 3s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes island-pin {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.map-legend {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-top: 1px solid #bdd0c8;
  font-size: 14px;
  color: #173f3e;
}
.map-legend span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.map-legend i {
  height: 12px;
  width: 12px;
  display: inline-block;
}
.legend-land {
  background: #f8dca5;
  border: 1px solid #287e80;
}
.legend-stop {
  border: 3px solid #a13f27;
  border-radius: 50%;
}
.map-legend button {
  font-size: 14px;
  text-decoration: underline;
  margin-left: auto;
}
.map-explorer {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.map-place-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dae2d9;
}
.map-place-picker button {
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #a6bfb7;
  padding: 9px 12px;
  border-radius: 4px;
  text-align: left;
  color: #173f3e;
}
.map-place-picker button[aria-pressed=true] {
  background: #287e80;
  color: white;
  border-color: #287e80;
}
.map-place-detail {
  padding: 28px 0 18px;
  min-height: 405px;
}
.map-place-detail .eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
}
.map-place-detail h3 {
  font: 36px/1.1 Georgia,serif;
  margin: 12px 0 18px;
  color: #173f3e;
}
.map-status {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #287e80;
  font-size: 14px !important;
  font-weight: 700;
}
.map-status.restricted {
  color: #96391f;
}
.map-place-detail>p,.map-place-detail li {
  font-size: 16px;
  line-height: 1.65;
}
.map-place-detail ul {
  padding-left: 20px;
  margin: 18px 0;
}
.map-place-detail li {
  margin-bottom: 10px;
}
.map-route-note {
  display: flex;
  gap: 12px;
  border-top: 1px solid #dae2d9;
  padding-top: 20px;
  margin-top: auto;
}
.map-route-note>svg {
  flex: none;
  color: #287e80;
  margin-top: 3px;
}
.map-route-note p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.map-route-note strong {
  display: block;
}
.map-sources {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
}
.map-sources summary {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.map-sources p {
  max-width: 1050px;
}
.map-sources a {
  text-decoration: underline;
}
.driver-requirements {
  padding: 26px;
  background: #fef7e5;
  border: 1px solid #d2ddd1;
  border-left: 4px solid #287e80;
  margin: 24px 0;
}
.driver-requirements h3 {
  font: 28px/1.2 Georgia,serif;
  margin: 7px 0 24px;
}
.driver-checklist {
  list-style: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.driver-checklist li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.driver-checklist svg {
  flex: none;
  color: #287e80;
  width: 23px;
  height: 23px;
}
.driver-checklist strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.driver-requirements>p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  max-width: 750px;
}
.driver-ack {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0;
}
.driver-ack input {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  padding: 0 !important;
  margin-top: 3px;
  accent-color: #287e80;
}
.driver-requirements .text-link {
  margin-top: 8px;
}
.driver-page {
  padding: 0 6% 80px;
}
.driver-page-header {
  padding: 40px 0;
}
.driver-page-header h1 {
  font: clamp(42px,5vw,70px)/1.04 Georgia,serif;
  letter-spacing: -2px;
  margin: 18px 0;
}
.driver-page-header h1 em {
  color: #287e80;
  font-weight: 400;
}
.driver-page-header>p:last-child {
  font-size: 18px;
  line-height: 1.6;
  max-width: 550px;
}
.driver-page-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 42px;
}
.driver-page .driver-requirements {
  margin-top: 0;
}
.driver-page .driver-checklist {
  grid-template-columns: 1fr;
  gap: 16px;
}
.driver-form-preview {
  padding: 32px 0;
}
.driver-form-preview h2,.waiver-readable h2 {
  font: 36px/1.2 Georgia,serif;
  margin: 12px 0 24px;
}
.form-review-notice {
  border: 1px solid #d8bc8f;
  padding: 18px;
  background: #fff5de;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
}
.form-review-notice p {
  margin: 4px 0 0;
}
.driver-form-preview fieldset {
  border: 0;
  padding: 22px 0 30px;
  border-top: 1px solid #c4d4ca;
  margin: 0;
}
.driver-form-preview legend {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px 0 0;
  color: #173f3e;
}
.driver-form-preview fieldset>p {
  font-size: 16px;
  line-height: 1.6;
}
.driver-form-preview input {
  background: #f8f8f3;
  border: 1px solid #b8c9c1;
  color: #53645e;
}
.document-upload-preview {
  display: grid;
  gap: 15px;
}
.document-upload-preview>label {
  padding: 20px;
  border: 1px dashed #94b1a4;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
.document-upload-preview input {
  display: block;
  max-width: 100%;
  margin: 12px 0;
  padding: 10px;
  font-size: 14px;
}
.document-upload-preview span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  display: block;
}
.signature-preview-label {
  display: block;
  font-weight: 700;
}
.signature-preview {
  height: 112px;
  border: 1px solid #b8c9c1;
  background: #f8f8f3;
  margin: 12px 0 22px;
  padding: 20px;
  font: 24px/1.4 Georgia,serif;
  color: #68796d;
}
.driver-form-preview button:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.driver-aside {
  padding-top: 0;
}
.waiver-download {
  background: #287e80;
  color: white;
  padding: 28px;
}
.waiver-download>img {
  background: #fef1d3;
  border-radius: 50%;
  margin-bottom: 24px;
}
.waiver-download .eyebrow {
  color: #fef1d3;
}
.waiver-download h2 {
  font: 29px/1.2 Georgia,serif;
  margin: 12px 0 20px;
}
.waiver-download>p {
  font-size: 16px;
  line-height: 1.6;
}
.waiver-download .booking-note {
  font-size: 14px;
  color: #fff5de;
  margin-top: 16px;
}
.waiver-download .button {
  font-size: 14px;
  gap: 8px;
  padding: 13px 14px;
}
.driver-order {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.65;
}
.driver-order h3 {
  font: 26px Georgia,serif;
}
.driver-order ol {
  padding-left: 20px;
  margin: 18px 0 25px;
}
.driver-order li {
  margin: 8px 0;
}
.waiver-readable {
  max-width: 850px;
  padding: 40px 0;
}
.waiver-readable>p {
  font-size: 16px;
  line-height: 1.6;
}
.waiver-readable details {
  padding: 22px 0;
  border-bottom: 1px solid #c4d4ca;
}
.waiver-readable summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.waiver-readable details p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width:1000px) {
  .island-map-layout {
    grid-template-columns: 1fr 1fr;
  }
  .map-explorer {
    padding: 22px;
  }
  .map-place-detail h3 {
    font-size: 30px;
  }
  .map-city-label {
    font-size: 22px;
  }
  .driver-page-layout {
    grid-template-columns: 1fr 280px;
    gap: 28px;
  }
  .driver-checklist {
    grid-template-columns: 1fr;
  }
  .map-place-detail {
    min-height: 0;
  }
}
@media (max-width:760px) {
  .island-map-section {
    padding: 50px 6%;
  }
  .island-map-layout {
    grid-template-columns: 1fr;
  }
  .map-canvas {
    border-bottom: 1px solid #bdd0c8;
  }
  .island-map-svg {
    max-height: 600px;
  }
  .map-city-label {
    font-size: 24px;
  }
  .map-explorer {
    padding: 22px;
  }
  .map-place-detail h3 {
    font-size: 32px;
  }
  .driver-page-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .driver-aside {
    display: grid;
    gap: 24px;
  }
  .driver-page-header {
    padding-bottom: 22px;
  }
  .driver-requirements {
    padding: 20px;
  }
  .driver-page .details-grid {
    grid-template-columns: 1fr;
  }
  .driver-page-header h1 {
    letter-spacing: -1px;
  }
  .driver-order {
    padding: 8px 0;
  }
  .map-legend {
    padding: 15px;
    font-size: 13px;
    gap: 12px;
  }
  .map-legend button {
    margin-left: 0;
  }
  .driver-form-preview h2 {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .map-motion .map-pulse {
    animation: none;
  }
  .map-region-fill {
    transition: none;
  }
}
.driver-booking-summary {
  padding: 24px;
  background: #e1f1ef;
  border-left: 4px solid #287e80;
  margin: 22px 0;
}
.driver-booking-summary h3 {
  font: 30px/1.2 Georgia,serif;
  margin: 10px 0;
}
.driver-booking-summary p,.driver-link-note p {
  font-size: 16px;
  line-height: 1.65;
}
.driver-link-note {
  padding: 24px;
  border: 1px solid #bed1c8;
  background: #fef7e5;
}
.driver-link-note h3 {
  font: 27px Georgia,serif;
  margin: 0 0 16px;
}
.driver-status {
  padding: 22px;
  border: 1px solid #bed1c8;
  background: #f6f8f3;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}
.driver-status.approved {
  background: #e1f1ef;
  border-color: #287e80;
}
.driver-status.changes_requested {
  background: #fff0e4;
  border-color: #c98c61;
}
.driver-status .text-link {
  margin: 12px 20px 0 0;
  font-size: 14px;
}
.live-driver-form .document-upload-preview {
  margin-top: 20px;
}
.live-driver-form .typed-signature {
  display: block;
  width: 100%;
  font: 26px/1.5 Georgia,serif;
  padding: 16px;
  margin-top: 12px;
}
.live-driver-form .details-grid input {
  width: 100%;
  padding: 13px 12px;
  min-height: 48px;
  font-size: 16px;
}
.live-driver-form .details-grid {
  gap: 18px;
}
.live-driver-form .details-grid label {
  font-size: 15px;
  display: grid;
  gap: 8px;
}
.driver-policy-recap {
  background: #fef7e5;
  padding: 18px;
  font-size: 15px;
  line-height: 1.65;
}
.driver-policy-recap ul,.driver-order ul {
  padding-left: 20px;
}
.driver-policy-recap li {
  margin-bottom: 10px;
}
.waiver-inline {
  padding: 12px 0;
  max-width: none;
}
.waiver-inline summary {
  font-size: 16px;
}
.waiver-inline details {
  padding: 16px 0;
}
.field-error {
  color: #96391f;
  font-weight: bold;
}
.review-workspace {
  padding: 44px 5% 80px;
  max-width: 1650px;
  margin: auto;
}
.review-heading {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.review-heading h1 {
  font: clamp(34px,4vw,52px)/1.1 Georgia,serif;
  margin: 12px 0;
}
.review-heading p {
  font-size: 16px;
  line-height: 1.6;
}
.review-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.review-layout {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 36px;
}
.review-rentals {
  border-right: 1px solid #c8d7ce;
  padding-right: 24px;
}
.review-rentals h2 {
  font: 25px Georgia,serif;
  margin: 0 0 20px;
}
.review-rentals>button {
  display: block;
  width: 100%;
  padding: 19px 16px;
  text-align: left;
  border-bottom: 1px solid #c8d7ce;
  line-height: 1.55;
  font-size: 15px;
}
.review-rentals>button strong,.review-rentals>button span,.review-rentals>button small {
  display: block;
}
.review-rentals>button strong {
  font-size: 18px;
}
.review-rentals>button small {
  font-size: 14px;
  color: #426656;
  margin-top: 6px;
}
.review-rentals>button.selected {
  background: #e1f1ef;
  border-left: 4px solid #287e80;
}
.review-detail {
  min-width: 0;
}
.review-empty {
  padding: 70px 30px;
  text-align: center;
  color: #426656;
}
.review-empty>svg {
  margin: auto;
}
.review-empty h2 {
  font: 30px Georgia,serif;
  margin: 18px 0;
}
.review-rental-heading {
  border-bottom: 2px solid #287e80;
  padding-bottom: 28px;
  margin-bottom: 26px;
}
.review-rental-heading h2 {
  font: 34px Georgia,serif;
  margin: 12px 0;
}
.review-rental-heading p {
  font-size: 16px;
  line-height: 1.65;
}
.review-clearance {
  padding: 14px 18px;
  background: #fef1d3;
  border-left: 4px solid #f36a3d;
}
.review-driver {
  padding: 26px;
  border: 1px solid #c4d6cb;
  background: #fffdf6;
  margin-bottom: 22px;
}
.review-driver-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.review-driver h3 {
  font: 28px/1.2 Georgia,serif;
  margin: 8px 0 22px;
}
.review-badge {
  font-size: 14px;
  padding: 6px 10px;
  background: #e9ede6;
  white-space: nowrap;
}
.review-badge.approved {
  background: #d8eee5;
  color: #173f3e;
}
.review-badge.pending {
  background: #fef1d3;
}
.review-badge.changes_requested {
  background: #fce0ce;
}
.driver-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  font-size: 15px;
  line-height: 1.5;
}
.driver-facts dt {
  font-weight: bold;
  color: #287e80;
  margin-bottom: 4px;
}
.driver-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.review-document-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 26px 0;
}
.review-document-links a {
  font-size: 15px;
}
.review-note {
  padding: 14px 18px;
  background: #fff0e4;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-wrap;
}
.review-decision {
  border-top: 1px solid #ccd9d0;
  padding-top: 20px;
  margin-top: 22px;
}
.review-decision summary,.review-history summary {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.review-decision fieldset,.review-create fieldset {
  border: 0;
  padding: 0;
}
.review-decision form {
  padding-top: 22px;
}
.review-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.review-choice label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.review-choice input {
  accent-color: #287e80;
  width: 18px;
  height: 18px;
}
.review-note-field {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.review-note-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #a5bcb0;
  padding: 12px;
  font-size: 16px;
  margin-top: 8px;
  background: white;
}
.review-new-link {
  padding-top: 18px;
}
.review-new-link button {
  font-size: 14px;
}
.review-new-link p {
  font-size: 14px;
  color: #52675c;
  margin-top: 8px;
}
.review-add {
  display: flex;
  gap: 18px;
  align-items: end;
  border-top: 1px solid #c4d6cb;
  padding: 24px 0;
}
.review-add label {
  flex: 1;
  font-size: 15px;
  font-weight: bold;
}
.review-add input,.review-share input {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #a5bcb0;
  background: white;
  font-size: 16px;
  margin-top: 10px;
}
.review-history {
  padding: 22px 0;
  border-top: 1px solid #c4d6cb;
  font-size: 15px;
  line-height: 1.6;
}
.review-history>div {
  border-bottom: 1px solid #e0e6dc;
  padding: 14px 0;
}
.review-history p {
  white-space: pre-wrap;
}
.review-history small {
  font-size: 14px;
  color: #52675c;
}
.review-share {
  padding: 24px;
  background: #e1f1ef;
  border: 1px solid #bed1c8;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}
.review-share input {
  margin-bottom: 18px;
}
.review-create {
  background: #fef7e5;
  padding: 28px;
  border: 1px solid #d2ddca;
  margin-bottom: 34px;
}
.review-create h2 {
  font: 30px Georgia,serif;
  margin: 0 0 14px;
}
.review-create p {
  font-size: 16px;
  line-height: 1.6;
}
.review-create .details-grid {
  margin: 24px 0;
  gap: 18px;
}
.review-create label {
  display: grid;
  gap: 8px;
  font-size: 15px;
}
.review-create input {
  width: 100%;
  padding: 12px;
  background: white;
  border: 1px solid #a5bcb0;
  font-size: 16px;
}
.review-access {
  max-width: 750px;
  padding: 70px 6%;
  margin: auto;
}
.review-access h1 {
  font: 40px Georgia,serif;
}
.review-access p {
  font-size: 17px;
  line-height: 1.6;
  margin: 25px 0;
}
.review-workspace .button:disabled {
  opacity: .55;
  cursor: wait;
}
@media (max-width:1050px) {
  .review-layout {
    grid-template-columns: 240px minmax(0,1fr);
    gap: 24px;
  }
  .review-heading {
    align-items: start;
    flex-direction: column;
  }
  .review-driver {
    padding: 20px;
  }
  .review-badge {
    white-space: normal;
  }
}
@media (max-width:760px) {
  .review-layout {
    grid-template-columns: 1fr;
  }
  .review-rentals {
    border-right: 0;
    border-bottom: 1px solid #c8d7ce;
    padding: 0 0 20px;
    max-height: 330px;
    overflow-y: auto;
  }
  .review-heading h1 {
    font-size: 37px;
  }
  .review-workspace {
    padding: 35px 6% 60px;
  }
  .driver-facts {
    grid-template-columns: 1fr;
  }
  .review-add {
    flex-direction: column;
    align-items: stretch;
  }
  .review-create {
    padding: 22px;
  }
  .review-create .details-grid {
    grid-template-columns: 1fr;
  }
  .review-driver-heading {
    flex-direction: column;
    gap: 0;
  }
  .review-driver-heading h3 {
    margin-bottom: 12px;
  }
  .review-badge {
    margin-bottom: 18px;
  }
  .review-rental-heading h2 {
    font-size: 30px;
  }
  .review-share {
    padding: 20px;
  }
  .driver-booking-summary {
    padding: 20px;
  }
}
.renter-preview {
  min-height: 100vh;
  background: #f8f8f2;
}
.walkthrough-notice {
  background: #173f3e;
  color: #fffdf4;
  padding: 11px 5%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}
.walkthrough-notice button {
  background: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 2px;
  flex-shrink: 0;
}
.renter-brand {
  max-width: 740px;
  padding: 27px 28px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 17px;
}
.renter-brand span {
  font-size: 13px;
  line-height: 1.6;
  color: #526a64;
}
.renter-brand strong {
  font-weight: 500;
  color: #173f3e;
}
.renter-sheet {
  background: #fffdf7;
  border: 1px solid #d8dfd5;
  border-radius: 8px;
  max-width: 684px;
  padding: 32px 38px 38px;
  margin: 0 auto;
}
.renter-progress {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 27px;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  color: #62736c;
}
.renter-progress li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.renter-progress li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #bac9c1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 11px;
}
.renter-progress .current {
  color: #173f3e;
  font-weight: bold;
}
.renter-progress .current>span {
  background: #287e80;
  border-color: #287e80;
  color: white;
}
.renter-trip {
  border-top: 1px solid #d8dfd5;
  border-bottom: 1px solid #d8dfd5;
  padding: 16px 0;
  margin-bottom: 28px;
  display: grid;
  gap: 5px;
}
.renter-trip>span {
  font-size: 10px;
  letter-spacing: .1em;
  color: #637770;
}
.renter-trip>strong {
  font-size: 13px;
  font-weight: 500;
}
.renter-sheet h1 {
  font: 40px/1.12 Georgia,serif;
  letter-spacing: -1.5px;
  margin: 0 0 16px;
  scroll-margin-top: 24px;
}
.renter-sheet h1:focus {
  outline: none;
}
.renter-sheet .eyebrow {
  font-size: 10px;
  margin-bottom: 12px;
}
.renter-intro {
  font-size: 16px;
  line-height: 1.7;
}
.renter-person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-top: 8px;
  gap: 12px;
}
.renter-person>div {
  display: grid;
  gap: 3px;
}
.renter-person strong {
  font-size: 17px;
}
.renter-person span {
  font-size: 12px;
  color: #637770;
}
.renter-person .renter-example {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.renter-documents {
  display: grid;
  gap: 12px;
}
.renter-document {
  border: 1px solid #b5ccc4;
  background: #f4f8f3;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: start;
  border-radius: 5px;
}
.renter-document>svg {
  color: #287e80;
  flex-shrink: 0;
  margin-top: 2px;
}
.renter-document h2 {
  font: bold 16px/1.5 Arial,sans-serif;
  letter-spacing: 0;
}
.renter-document p {
  font-size: 13px;
  line-height: 1.6;
  margin: 4px 0 10px;
}
.renter-document span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #245851;
}
.renter-demo-help {
  font-size: 12px;
  line-height: 1.65;
  color: #637770;
  margin: 15px 0;
}
.renter-next {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  margin-top: 27px;
}
.renter-next>.button {
  width: 100%;
  min-height: 52px;
  font-size: 15px;
  justify-content: space-between;
}
.renter-next>span {
  font-size: 12px;
  color: #637770;
}
.renter-next>.text-link {
  font-size: 13px;
  min-height: 44px;
}
.renter-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin: 10px 0;
  border-bottom: 1px solid #d8dfd5;
}
.renter-price>div {
  display: grid;
  gap: 2px;
}
.renter-price span {
  font-size: 12px;
}
.renter-price strong {
  font: 32px Georgia,serif;
}
.renter-price p {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}
.renter-rules {
  list-style: none;
  padding: 0;
  margin: 0;
}
.renter-rules li {
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.65;
}
.renter-rules strong {
  color: #173f3e;
}
.renter-agreement {
  border-top: 1px solid #d8dfd5;
  border-bottom: 1px solid #d8dfd5;
  padding: 17px 0;
  margin: 21px 0;
}
.renter-agreement summary,.renter-signature summary {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  min-height: 44px;
  align-content: center;
}
.renter-agreement h2 {
  font: 22px/1.3 Georgia,serif;
  margin: 24px 0 12px;
}
.renter-agreement p {
  font-size: 14px;
  line-height: 1.75;
  margin: 13px 0;
}
.renter-signature {
  padding: 20px;
  background: #f6f3e9;
  border-radius: 4px;
}
.renter-signature-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.renter-signature-label span {
  font-size: 11px;
  color: #637770;
}
.renter-signature .renter-script {
  font: italic 31px/1.6 Georgia,serif;
  color: #173f3e;
  border-bottom: 1px solid #b5c3b9;
  padding: 13px 0;
  margin-bottom: 13px;
}
.renter-signature>p:not(.renter-script),.renter-signature details p {
  font-size: 12px;
  line-height: 1.7;
}
.renter-signature details {
  margin-top: 14px;
}
.renter-signature summary {
  font-size: 12px;
}
.renter-signature details p {
  margin: 12px 0;
}
.renter-complete-icon {
  color: #287e80;
  margin: 0 0 23px;
}
.renter-receipt {
  padding: 23px 0;
  margin: 19px 0;
  border-top: 1px solid #d8dfd5;
  border-bottom: 1px solid #d8dfd5;
}
.renter-receipt>div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
}
.renter-receipt svg {
  color: #287e80;
  flex-shrink: 0;
}
.renter-receipt small {
  display: block;
  font-size: 12px;
  line-height: 1.65;
  color: #637770;
  margin-top: 15px;
}
.renter-footer {
  max-width: 740px;
  margin: auto;
  padding: 25px 28px 40px;
  background: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  color: #637770;
}
@media (max-width:700px) {
  .walkthrough-notice {
    padding: 10px 20px;
    font-size: 11px;
    gap: 12px;
  }
  .walkthrough-notice strong {
    display: block;
  }
  .renter-brand {
    padding: 21px 23px;
  }
  .renter-brand img {
    width: 62px;
    height: 62px;
  }
  .renter-sheet {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 25px 23px 32px;
  }
  .renter-sheet h1 {
    font-size: 35px;
  }
  .renter-progress {
    font-size: 10px;
    gap: 8px;
  }
  .renter-progress li {
    gap: 5px;
  }
  .renter-progress li>span {
    width: 22px;
    height: 22px;
  }
  .renter-document {
    padding: 17px 14px;
    gap: 12px;
  }
  .renter-price {
    gap: 12px;
  }
  .renter-price p {
    font-size: 11px;
  }
  .renter-footer {
    padding: 23px;
    flex-direction: column;
    gap: 5px;
  }
  .renter-next>.button {
    font-size: 14px;
    gap: 12px;
  }
}
.renter-ack-heading {
  padding: 18px 0 20px;
}
.renter-ack-heading h2 {
  font: bold 18px/1.4 Arial,sans-serif;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.renter-ack-heading output {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #287e80;
}
.renter-ack-heading p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 6px;
}
.renter-critical-terms {
  display: grid;
  gap: 18px;
}
.renter-critical-term {
  border: 1px solid #c9d4cc;
  border-radius: 5px;
  padding: 21px;
  background: #fffdf7;
}
.renter-critical-term.acknowledged {
  border-color: #287e80;
}
.renter-critical-term h3 {
  font: bold 16px/1.5 Arial,sans-serif;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.renter-critical-term>p,.renter-term-detail p {
  font-size: 14px;
  line-height: 1.7;
}
.renter-required-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0 0;
  margin-top: 15px;
  border-top: 1px solid #d6dfd6;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.renter-required-check input {
  appearance: auto;
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #287e80;
  flex-shrink: 0;
}
.renter-required-check span {
  min-width: 0;
}
.renter-term-detail {
  margin-top: 12px;
}
.renter-term-detail summary {
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  min-height: 44px;
  align-content: center;
}
.renter-term-detail p {
  margin-top: 14px;
}
.renter-critical-term blockquote {
  border-left: 3px solid #f36a3d;
  padding-left: 14px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.75;
}
.renter-signature-locked {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eef0e9;
  padding: 21px;
  border-radius: 4px;
}
.renter-signature-locked>svg {
  flex-shrink: 0;
}
.renter-signature-locked strong {
  font-size: 15px;
}
.renter-signature-locked p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 4px;
}
.renter-signature>.renter-required-check {
  margin-bottom: 15px;
}
.renter-next>.button:disabled {
  cursor: not-allowed;
  background: #e4e7de;
  border-color: #c8d0c4;
  color: #52675c;
  opacity: 1;
}
.renter-next>#acknowledgment-status {
  text-align: center;
}
@media (max-width:700px) {
  .renter-critical-term {
    padding: 18px 16px;
  }
  .renter-critical-term h3 {
    font-size: 15px;
  }
}
.fleet-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.fleet-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.fleet-grid .cart-info {
  gap: 12px;
  align-items: start;
}
.fleet-grid .cart-info h3 {
  font-size: clamp(24px,2.1vw,32px);
}
.fleet-grid .cart-info .eyebrow {
  font-size: 9px;
  letter-spacing: .08em;
  min-height: 28px;
}
.fleet-grid .cart-bottom {
  margin-top: auto;
  flex-wrap: wrap;
}
.fleet-grid .cart-feature {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-top: 0;
}
.cart-gallery {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  background: #e6ece6;
}
.cart-gallery-images {
  position: absolute;
  inset: 0;
}
.cart-gallery-images img,.premium-cart-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-gallery-images img {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.cart-gallery-images img.active {
  opacity: 1;
}
.gallery-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #fffdf7f5;
  border-radius: 24px;
  padding: 2px;
  box-shadow: 0 2px 10px #173f3e25;
}
.gallery-controls button {
  background: none;
  color: var(--ink);
  display: grid;
  place-items: center;
  width: 36px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}
.gallery-controls button:focus-visible {
  outline-offset: -3px;
}
.gallery-dots {
  display: flex;
}
.gallery-dots button {
  width: 28px;
}
.gallery-dots span {
  width: 7px;
  height: 7px;
  background: #a5b5af;
  border-radius: 50%;
}
.gallery-dots [aria-pressed=true] span {
  background: var(--teal);
  width: 9px;
  height: 9px;
}
.cart-video-button {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fffdf7f5;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  min-height: 44px;
  box-shadow: 0 2px 10px #173f3e25;
}
.cart-video-dialog {
  max-width: 480px !important;
  max-height: 94dvh;
  padding: 24px !important;
  overflow: auto;
}
.cart-video-dialog h2 {
  font-size: 24px;
  padding-right: 20px;
}
.cart-video-dialog video {
  display: block;
  width: 100%;
  max-height: 67dvh;
  background: #142623;
  border-radius: 5px;
  aspect-ratio: 9/16;
}
.cart-video-dialog p {
  font-size: 13px;
}
.cart-video-dialog video:focus-visible {
  outline: 3px solid var(--orange);
}
@media (max-width:1050px) {
  .fleet-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fleet-grid article:first-child {
    grid-column: 1/-1;
    max-width: 650px;
    width: 100%;
    justify-self: center;
  }
  .fleet-grid .cart-info h3 {
    font-size: 30px;
  }
}
@media (max-width:760px) {
  .fleet-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .fleet-grid article:first-child {
    grid-column: auto;
    max-width: none;
  }
  .fleet-grid .cart-info .eyebrow {
    min-height: 0;
  }
  .gallery-controls button {
    height: 44px;
    width: 38px;
  }
  .gallery-dots button {
    width: 30px;
  }
  .cart-gallery {
    aspect-ratio: 4/3;
  }
  .cart-video-dialog {
    padding: 22px !important;
  }
  .cart-video-dialog video {
    max-height: 63dvh;
  }
}
@media (prefers-reduced-motion:reduce) {
  .cart-gallery-images img {
    transition: none;
  }
}
.price-promise {
  margin: 65px 5vw 0;
  padding: 48px;
  background: var(--ink);
  color: var(--cream);
  border: 0;
  border-top: 6px solid var(--orange);
  grid-template-columns: minmax(0,1.65fr) minmax(250px,1fr);
  gap: 30px 46px;
  align-items: center;
}
.price-promise .eyebrow {
  color: var(--cream);
  font-size: 10px;
  letter-spacing: .13em;
  margin: 0 0 22px;
}
.price-promise h2 {
  color: var(--cream);
  font-size: clamp(38px,4.5vw,68px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0;
}
.price-promise h2 span {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 4px;
  text-underline-offset: 9px;
}
.price-promise-description {
  font-size: 16px;
  line-height: 1.8;
  margin: 27px 0 24px;
  color: var(--cream);
}
.price-promise .button {
  background: var(--orange);
  color: var(--ink);
  border-color: var(--orange);
  font-weight: 700;
}
.price-promise .button:hover {
  background: var(--cream);
  border-color: var(--cream);
}
.price-promise-value {
  border-left: 1px solid #fef1d34d;
  padding: 16px 0 16px 40px;
}
.price-promise-value .eyebrow {
  margin-bottom: 12px;
}
.price-promise-amount {
  font: clamp(72px,7vw,104px)/1 Georgia,serif;
  letter-spacing: -.06em;
  margin: 0 0 16px;
  color: var(--cream);
}
.price-promise-seats {
  color: var(--cream);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 230px;
}
.price-promise-included {
  color: var(--cream);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 20px;
}
.price-promise-included svg {
  flex-shrink: 0;
}
.price-promise .text-link {
  color: var(--cream);
  font-size: 13px;
  grid-column: auto;
}
.price-promise>small {
  grid-column: 1/-1;
  max-width: none;
  padding-top: 22px;
  border-top: 1px solid #fef1d34d;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #d9e3d6;
}
.price-promise>small a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.price-promise a:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 5px;
}
@media (max-width:1050px) {
  .price-promise {
    padding: 36px;
    gap: 28px;
    grid-template-columns: minmax(0,1.4fr) minmax(220px,1fr);
  }
  .price-promise-value {
    padding-left: 28px;
  }
  .price-promise h2 {
    font-size: clamp(38px,4.5vw,52px);
  }
}
@media (max-width:760px) {
  .price-promise {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    padding: 30px 24px;
    margin-top: 35px;
    gap: 28px;
  }
  .price-promise h2 {
    font-size: clamp(34px,8.6vw,52px);
    margin: 0;
  }
  .price-promise h2 span {
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
  }
  .price-promise .eyebrow {
    font-size: 9px;
    letter-spacing: .09em;
    margin-bottom: 18px;
  }
  .price-promise-description {
    font-size: 15px;
    margin: 24px 0 20px;
  }
  .price-promise-value {
    border-left: 0;
    border-top: 1px solid #fef1d34d;
    padding: 26px 0 0;
  }
  .price-promise-value .eyebrow {
    margin-bottom: 10px;
  }
  .price-promise-amount {
    font-size: 76px;
  }
  .price-promise-seats {
    max-width: none;
  }
  .price-promise .text-link {
    margin-top: 0;
  }
  .price-promise>small {
    font-size: 12px;
  }
}
.insurance-review-details {
  margin: 24px 0;
}
.insurance-review-details h2 {
  font: 700 18px/1.4 Arial,sans-serif;
}
.insurance-review-details p {
  font-size: 14px;
  line-height: 1.7;
}
.insurance-review-details details {
  border-bottom: 1px solid #c9d4cc;
  padding: 12px 0;
}
.insurance-review-details summary {
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  align-content: center;
  cursor: pointer;
}
.insurance-review-details dl {
  margin: 8px 0;
}
.insurance-review-details dl>div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #e2e7e0;
}
.insurance-review-details dt {
  font-weight: 700;
}
.insurance-review-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.insurance-primary-ack {
  border: 2px solid #287e80;
}
.insurance-primary-ack>h3 {
  font-size: 18px;
}
.insurance-primary-ack>p {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width:420px) {
  .insurance-review-details dl>div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
.journal {
  max-width: 1200px;
  margin: auto;
  padding: 0 5vw 72px;
}
.journal-header {
  padding: 72px 0 58px;
  max-width: 860px;
}
.journal-header h1 {
  font-size: clamp(40px,5.5vw,70px);
  line-height: 1.07;
  letter-spacing: -.045em;
  margin: 18px 0 24px;
}
.journal-header>p:last-child {
  font-size: 19px;
  line-height: 1.7;
  max-width: 700px;
}
.journal-section-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--ink);
  padding: 0 0 18px;
}
.journal-section-label h2 {
  font: 600 15px Arial;
  letter-spacing: 0;
}
.journal-section-label>a {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.journal-entry {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 26px;
  padding: 35px 0;
  border-bottom: 1px solid var(--border);
}
.journal-entry-number {
  font: 26px Georgia;
  color: var(--teal);
  padding-top: 5px;
}
.journal-meta {
  font-size: 13px !important;
  color: var(--body);
  line-height: 1.6 !important;
}
.journal-entry h2 {
  font-size: clamp(26px,3vw,37px);
  line-height: 1.2;
  max-width: 850px;
  margin: 10px 0 14px;
}
.journal-entry h2 a:hover {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.journal-entry p {
  max-width: 780px;
}
.journal-entry .text-link {
  margin-top: 16px;
}
.journal-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 13px;
  padding-top: 28px;
}
.journal-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-header {
  padding-top: 40px;
  max-width: 970px;
}
.journal-layout {
  display: grid;
  grid-template-columns: minmax(0,730px) minmax(180px,1fr);
  gap: 65px;
  align-items: start;
}
.journal-prose {
  font-size: 18px;
  line-height: 1.85;
  min-width: 0;
}
.journal-prose p,.journal-prose ul {
  margin: 0 0 24px;
}
.journal-prose h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin: 46px 0 18px;
  scroll-margin-top: 30px;
}
.journal-prose h3 {
  margin: 28px 0 16px;
}
.journal-prose a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--teal);
}
.journal-prose ul {
  list-style: disc;
  padding-left: 25px;
}
.journal-prose li {
  margin: 10px 0;
}
.journal-table {
  overflow: auto;
  border: 1px solid var(--border);
  margin: 26px 0;
}
.journal-table table {
  border-collapse: collapse;
  min-width: 490px;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
}
.journal-table th,.journal-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.journal-table th {
  background: var(--accent);
}
.journal-toc {
  border-top: 2px solid var(--orange);
  padding-top: 22px;
}
.journal-toc h2 {
  font: 700 15px Arial;
  letter-spacing: 0;
  margin: 0 0 15px;
}
.journal-toc nav {
  display: grid;
  gap: 16px;
  font-size: 14px;
}
.journal-toc nav a:hover {
  text-decoration: underline;
}
.journal-toc .text-link {
  margin-top: 26px;
  line-height: 1.6;
}
.journal-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: var(--cream);
  padding: 35px;
  margin: 56px 0;
}
.journal-cta h2 {
  font-size: 32px;
  margin: 12px 0;
}
.journal-cta .button {
  flex-shrink: 0;
}
.journal .eyebrow {
  text-transform: uppercase;
}
@media (max-width:760px) {
  .journal {
    padding: 0 6vw 45px;
  }
  .journal-header {
    padding: 42px 0;
  }
  .journal-header h1 {
    font-size: 42px;
  }
  .journal-layout {
    display: block;
  }
  .journal-toc {
    display: none;
  }
  .journal-entry {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .journal-entry-number {
    display: none;
  }
  .journal-prose {
    font-size: 17px;
  }
  .journal-prose h2 {
    font-size: 28px;
  }
  .journal-cta {
    display: block;
    padding: 26px;
    margin: 38px 0;
  }
  .journal-cta .button {
    margin-top: 24px;
  }
  .journal-section-label {
    align-items: flex-start;
  }
  .journal-section-label>a {
    white-space: nowrap;
    font-size: 12px;
  }
}
.announcement-phone {
  white-space: nowrap;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 18px;
  padding: 4px 0;
}
.footer-phone {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 12px;
}
@media (max-width:480px) {
  .announcement {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
  }
  .announcement-phone {
    margin-left: 0;
  }
}
.booking-promotion {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0;
  padding: 18px 0;
  border-bottom: 1px solid #ccd9d0;
}
.booking-promotion label {
  flex: 0 0 210px;
  font-size: 14px;
  font-weight: bold;
}
.booking-promotion label span {
  font-weight: normal;
}
.booking-promotion input {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 12px;
  background: white;
  border: 1px solid #a5bcb0;
  border-radius: 8px;
}
.booking-promotion p {
  font-size: 14px;
  line-height: 1.6;
}
.booking-promotion p strong {
  display: block;
  color: #287e80;
  font-size: 17px;
}
.available-cart small s {
  opacity: .7;
}
@media (max-width:760px) {
  .booking-promotion {
    display: block;
  }
  .booking-promotion p {
    margin-top: 14px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity,1);
    transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    filter: blur(var(--tw-enter-blur,0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity,1);
    transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    filter: blur(var(--tw-exit-blur,0));
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
