@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;
    --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);
  }
}
@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 {
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -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,);
  }
  .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));
  }
}
@layer base {
  :root {
    color-scheme: dark;
    color: #f8fafc;
    background-color: #070b10;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    min-height: 100vh;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #070b10 40%);
    color: #f8fafc;
  }
}
@layer components {
  .site-header {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(7,11,16,0.42);
    backdrop-filter: blur(16px);
    z-index: 50;
  }
  .site-logo {
    height: 40px;
    max-height: 44px;
    width: auto;
    display: block;
  }
  .nav-brand {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f8fafc;
  }
  .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
  }
  .nav-menu a {
    color: #e2e8f0;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  .nav-menu a:hover {
    color: #ffffff;
  }
  .hero-slider {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }
  .slider {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    animation: slide 24s linear infinite;
  }
  .slide {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,11,16,0.18), rgba(7,11,16,0.8) 55%);
  }
  .slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 3rem;
    max-width: 900px;
  }
  .slide-content h1 {
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin: 0;
    text-transform: uppercase;
  }
  .slide-content p {
    max-width: 40rem;
    color: rgba(241,245,249,0.92);
    font-size: 1.05rem;
  }
  .section {
    padding: 6rem 1.5rem;
  }
  .section-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
  }
  .section-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    letter-spacing: -0.04em;
    margin: 0;
  }
  .section-copy {
    max-width: 54rem;
    line-height: 1.8;
    color: #cbd5e1;
  }
  .eyebrow {
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    font-weight: 700;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .card {
    background: rgba(15,23,42,0.7);
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 1.25rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 18px 50px rgba(15,23,42,0.22);
  }
  .card h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .card p {
    color: #cbd5e1;
    line-height: 1.7;
  }
  .button {
    align-self: flex-start;
    display: inline-flex;
    width: auto;
    max-width: fit-content;
    min-width: 0;
    padding: 0.72rem 5px;
    border-radius: 999px;
    background: #38bdf8;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 30px rgba(56,189,248,0.18);
  }
  .button:hover {
    transform: translateY(-2px);
    background: #0ea5e9;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
  }
  .gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15,23,42,0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gallery-item:hover::after {
    opacity: 1;
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gallery-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-scroll::-webkit-scrollbar {
    height: 10px;
  }
  .gallery-scroll::-webkit-scrollbar-thumb {
    background: rgba(148,163,184,0.5);
    border-radius: 999px;
  }
  .gallery-slide {
    scroll-snap-align: start;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 240px;
    background: rgba(15,23,42,0.38);
  }
  .gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 1.5rem;
    box-shadow: 0 28px 60px rgba(0,0,0,0.22);
  }
  .contact-details {
    display: grid;
    gap: 0.75rem;
    line-height: 1.35;
  }
  .contact-details h4 {
    margin: 0;
    font-size: 0.98rem;
    color: #dbeafe;
    font-weight: 700;
  }
  .contact-details p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.95rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(148,163,184,0.18);
  }
  .contact-details p:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact-card {
    justify-content: flex-start;
    gap: 0.95rem;
  }
  .info-card p,
  .info-card ul {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .info-card ul {
    padding-left: 1.2rem;
  }
  .info-card ul li {
    margin-bottom: 0.55rem;
  }
  .contact-form-card {
    background: rgba(15,23,42,0.85);
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 1.75rem;
    padding: 1.7rem;
  }
  .contact-form {
    display: grid;
    gap: 1rem;
  }
  .form-field {
    display: grid;
    gap: 0.4rem;
    color: #cbd5e1;
    font-size: 0.95rem;
  }
  .form-input,
  .form-textarea {
    width: 100%;
    min-height: 3rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(148,163,184,0.18);
    background: rgba(15,23,42,0.88);
    color: #f8fafc;
    font: inherit;
  }
  .form-textarea {
    min-height: 160px;
  }
  .form-input:focus,
  .form-textarea:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 4px rgba(56,189,248,0.14);
  }
  .form-button {
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    width: fit-content;
  }
  .info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
  }
  .info-card {
    background: rgba(15,23,42,0.76);
    border: 1px solid rgba(148,163,184,0.16);
    border-radius: 1.25rem;
    padding: 1.7rem;
  }
  .info-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .info-card p, .info-card li {
    color: #cbd5e1;
    line-height: 1.75;
  }
  .section-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1.25rem;
    padding: 1.8rem;
  }
  .section-footer p {
    margin: 0;
    color: #e2e8f0;
  }
  .hero-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
  }
  .hero-panel a {
    color: #38bdf8;
  }
  footer {
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: #94a3b8;
  }
}
@layer utilities {
  @keyframes slide {
    0%, 16.66% {
      transform: translateX(0);
    }
    16.67%, 33.33% {
      transform: translateX(-100%);
    }
    33.34%, 50% {
      transform: translateX(-200%);
    }
    50.01%, 66.66% {
      transform: translateX(-300%);
    }
    66.67%, 83.33% {
      transform: translateX(-400%);
    }
    83.34%, 100% {
      transform: translateX(-500%);
    }
  }
}
@media (max-width: 960px) {
  .nav-menu {
    gap: 0.85rem;
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .site-header {
    padding: 0.85rem 1rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .site-logo {
    height: 36px;
    margin: 0 auto;
  }
  .nav-menu {
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .nav-menu li {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-menu a {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
  .hero-slider {
    min-height: 75vh;
  }
  .slide-content {
    padding: 1.2rem;
    max-width: 100%;
  }
  .slide-content h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .slide-content p {
    max-width: 100%;
    font-size: 0.95rem;
  }
  .cards, .gallery-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 4rem 1rem;
  }
  .section-title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-border-style: solid;
      --tw-outline-style: solid;
      --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;
    }
  }
}