/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand: #2d3958;
    --color-brand-darker: #1a2236;
    --color-accent: #cf9057;
    --color-background: #ffffff;
    --color-muted: #5b6478;
    --color-text: #2d3958;
    --color-borders: #d9dde6;
    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: Poppins, system-ui, sans-serif;
  }
}
@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 {
  .hero-ramp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 70px;
    z-index: 3;
    pointer-events: none;
    & svg {
      display: block;
      width: 100%;
      height: 100%;
      transform: scaleX(-1);
    }
    @media (min-width: 768px) {
      height: 110px;
    }
    @media (min-width: 1280px) {
      height: 140px;
    }
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .page-hero {
    position: relative;
    overflow: hidden;
    background: var(--color-brand);
    & .page-hero-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    & .page-hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(45, 57, 88, 0.75);
      z-index: 1;
    }
    & .page-hero-inner {
      position: relative;
      z-index: 2;
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 5rem var(--container-padding);
      text-align: center;
    }
    @media (min-width: 768px) {
      & .page-hero-inner {
        padding: 7rem var(--container-padding);
      }
    }
  }
  .hp-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -9999px;
    top: auto;
  }
  .site-header {
    background: #fff;
    color: var(--color-brand);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 14px rgba(45, 57, 88, 0.1);
    & .nav-inner {
      max-width: none;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: clamp(1rem, 3vw, 3rem);
      padding-right: clamp(1rem, 3vw, 3rem);
      height: 80px;
    }
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 2px solid var(--color-brand);
    background: var(--color-brand);
    & img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    &:hover img {
      transform: scale(1.06);
    }
    & .gallery-caption {
      padding: 0.6rem 0.75rem 0.7rem;
      color: #fff;
    }
    & .gallery-caption h3 {
      color: #fff;
      font-family: var(--font-body);
      font-size: 0.95rem;
      font-weight: 700;
      margin: 0;
    }
    & .gallery-caption p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.8rem;
      margin: 0.15rem 0 0;
      line-height: 1.35;
    }
  }
  .section-soft {
    position: relative;
    background: rgba(45, 57, 88, 0.04);
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose-block {
    & p {
      margin-bottom: 1.1rem;
      color: var(--color-text);
    }
    & h4 {
      margin: 1.75rem 0 0.5rem;
    }
    & ul {
      margin: 0 0 1.1rem 1.25rem;
      list-style: disc;
    }
    & li {
      margin-bottom: 0.4rem;
      line-height: 1.6;
    }
    & a {
      color: var(--color-accent);
      font-weight: 600;
    }
    & a:hover {
      text-decoration: underline;
    }
  }
  .nav-inner {
    .site-header & {
      max-width: none;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: clamp(1rem, 3vw, 3rem);
      padding-right: clamp(1rem, 3vw, 3rem);
      height: 80px;
    }
  }
  .site-footer {
    background: var(--color-brand);
    color: #fff;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    & .footer-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      max-width: var(--max-width);
      margin: 0 auto;
      padding-left: var(--container-padding);
      padding-right: var(--container-padding);
      text-align: center;
    }
    @media (min-width: 768px) {
      & .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        text-align: left;
      }
    }
  }
  .footer-grid {
    .site-footer & {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      max-width: var(--max-width);
      margin: 0 auto;
      padding-left: var(--container-padding);
      padding-right: var(--container-padding);
      text-align: center;
    }
    @media (min-width: 768px) {
      .site-footer & {
        grid-template-columns: 1.4fr 1fr 1fr;
        text-align: left;
      }
    }
  }
  .hero-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    @media (min-width: 640px) {
      font-size: 2.75rem;
    }
    @media (min-width: 1024px) {
      font-size: 3.25rem;
    }
  }
  .site-container {
    max-width: var(--max-width);
    margin-inline: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .hero-lead {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1rem;
    line-height: 1.6;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid rgba(45, 57, 88, 0.08);
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
    & .service-icon {
      width: 72px;
      height: 72px;
      margin-bottom: 1rem;
    }
    & h3 {
      font-family: var(--font-body);
      font-weight: 800;
      text-transform: none;
      letter-spacing: 0.4px;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
    }
    & p {
      color: var(--color-muted);
      font-size: 0.98rem;
    }
  }
  .gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }
  .footer-links {
    & h4 {
      color: var(--color-accent);
      font-family: var(--font-body);
      font-size: 1rem;
      margin-bottom: 0.75rem;
      font-weight: 700;
    }
    & a {
      display: block;
      color: rgba(255, 255, 255, 0.85);
      padding: 0.3rem 0;
      transition: color 0.2s ease;
      font-size: 0.95rem;
    }
    & a:hover {
      color: var(--color-accent);
    }
  }
  .profile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    @media (min-width: 768px) {
      grid-template-columns: 3fr 2fr;
    }
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    @media (min-width: 640px) {
      grid-template-columns: repeat(3, 1fr);
    }
    @media (min-width: 1024px) {
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }
  }
  .service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .mobile-nav {
    &#mobileNav {
      background: #fff;
      color: var(--color-brand);
      padding: 1rem var(--container-padding) 1.5rem;
      border-top: 1px solid var(--color-borders);
    }
    &#mobileNav a {
      color: var(--color-brand);
      display: block;
      padding: 0.7rem 0.5rem;
      font-size: 1rem;
      border-radius: var(--radius-md);
      font-weight: 600;
    }
    &#mobileNav a:hover {
      color: var(--color-accent);
    }
  }
  .site-nav {
    & a {
      color: var(--color-brand);
      text-decoration: none;
      padding: 0.5rem 0.75rem;
      display: inline-block;
      transition: color 0.18s ease;
      font-weight: 600;
      font-size: 0.95rem;
      border-radius: var(--radius-md);
    }
    & a:hover {
      color: var(--color-accent);
    }
    & a.is-active {
      color: var(--color-accent);
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .service-card-link {
    &:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-card-hover);
      border-color: rgba(207, 144, 87, 0.4);
    }
  }
  .menu-toggle {
    .site-header &.open svg {
      transform: rotate(90deg);
    }
    .site-header &:focus {
      outline: none;
      box-shadow: 0 0 0 4px rgba(45, 57, 88, 0.15);
    }
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .gallery-filter {
    border: none;
    background: rgba(45, 57, 88, 0.06);
    color: var(--color-brand);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.18s ease;
    &:hover {
      background: rgba(45, 57, 88, 0.12);
    }
    &.is-active {
      background: var(--color-brand);
      color: #fff;
    }
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .bg-brand-darker {
    background-color: var(--color-brand-darker);
  }
  .bg-brand\/80 {
    background-color: color-mix(in srgb, #2d3958 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand) 80%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .site-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    @media (min-width: 768px) {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .footer-company {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-accent);
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-\[13px\] {
    font-size: 13px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .section-navy {
    background: var(--color-brand);
    color: #fff;
    & h1, & h2, & h3, & h4 {
      color: #fff;
    }
    & p {
      color: rgba(255, 255, 255, 0.85);
    }
    & a:not(.btn-primary):not(.btn-secondary) {
      color: var(--color-accent);
    }
  }
  .text-\[\#9b9b9b\] {
    color: #9b9b9b;
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .text-shadow {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
@layer base {
  :root {
    --max-width: 1180px;
    --container-padding: 1.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --shadow-card: 0 4px 20px rgba(45, 57, 88, 0.08);
    --shadow-card-hover: 0 20px 40px rgba(45, 57, 88, 0.16);
  }
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    background-color: var(--color-background);
    color: var(--color-text);
  }
  h1, h2, h3, h4, h5 {
    font-family: var(--font-heading);
    color: var(--color-brand);
    font-weight: 700;
    line-height: 1.2;
  }
  h1 {
    font-size: 2.25rem;
    margin: 0 0 0.75rem;
  }
  @media (min-width: 640px) {
    h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 3.5rem;
    }
  }
  h2 {
    font-size: 1.875rem;
  }
  @media (min-width: 640px) {
    h2 {
      font-size: 2.25rem;
    }
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  a {
    color: inherit;
  }
  p {
    line-height: 1.7;
  }
  .container {
    max-width: var(--max-width);
    margin-inline: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
@layer components {
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius-md);
    background: var(--color-accent);
    color: var(--color-brand);
    padding: 0.85rem 1.75rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 14px rgba(207, 144, 87, 0.3);
    transition: all 0.2s ease;
  }
  .btn-primary:hover {
    background: rgba(207, 144, 87, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(207, 144, 87, 0.4);
  }
  .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(207, 144, 87, 0.35);
  }
  .btn-primary:active {
    transform: translateY(0);
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius-md);
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    background-color: transparent;
    transition: all 0.2s ease;
  }
  .btn-secondary:hover {
    background-color: var(--color-brand);
    color: #fff;
  }
}
@layer components {
  #menuBtn {
    background: rgba(45, 57, 88, 0.06);
    border: none;
    color: var(--color-brand);
    padding: 0.625rem;
    border-radius: var(--radius-md);
    transition: background 0.2s ease;
  }
  #menuBtn:hover {
    background: rgba(45, 57, 88, 0.12);
  }
  #menuBtn svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-brand);
    stroke-width: 2;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-leading: initial;
      --tw-font-weight: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
