/* [project]/app/globals.css [app-client] (css) */
@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;
    }
  }
}

@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: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .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;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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));
  }
}

:root {
  --bordeaux-dark: #3d1020;
  --bordeaux: #6b1e35;
  --bordeaux-light: #8b2e45;
  --gold: #c5973a;
  --gold-light: #d4a94b;
  --cream: #f7f2ea;
  --cream-dark: #ede5d6;
  --charcoal: #1c1c1c;
  --gray: #6b6b6b;
  --gray-light: #a8a8a8;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Playfair Display, Georgia, serif;
}

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

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: var(--bordeaux);
  border-radius: 3px;
}

.nav-link {
  transition: color .2s;
  position: relative;
}

.nav-link:after {
  content: "";
  background: var(--gold);
  width: 0;
  height: 1px;
  transition: width .3s;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.nav-link:hover:after {
  width: 100%;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card {
  transition: transform .3s, box-shadow .3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px #3d10201f;
}

.site-card-img {
  transition: transform .5s;
}

.site-card:hover .site-card-img {
  transform: scale(1.05);
}

.section-pad {
  padding: 100px 40px;
}

.hero-content {
  width: 100%;
  padding: 168px 40px 100px;
}

.hero-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 80px;
  display: grid;
}

.services-grid {
  background: #ede5d6;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  display: grid;
}

.sites-featured {
  background: #ede5d6;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
  display: grid;
}

.sites-featured-img {
  height: 420px;
  min-height: 0;
}

.sites-featured-text {
  min-width: 0;
  padding: 52px 48px;
}

.sites-grid {
  background: #ede5d6;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  display: grid;
}

.sf-header {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 48px;
  display: grid;
}

.sf-block {
  background: #fff;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.sf-text {
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 64px 56px;
  display: flex;
}

.sf-img {
  background-position: center;
  background-size: cover;
  min-width: 0;
  height: 480px;
}

.banner-wrap {
  background-position: 50% 60%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
  position: relative;
}

.banner-inner {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.contact-grid {
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
  gap: 80px;
  display: grid;
}

.form-card {
  background: #fff;
  padding: 52px 48px;
  box-shadow: 0 8px 40px #3d102014;
}

.form-name-row {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.footer-outer {
  padding: 72px 40px 40px;
}

.footer-grid {
  border-bottom: 1px solid #ffffff14;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  display: grid;
}

.header-inner {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .section-pad {
    padding: 80px 32px;
  }

  .hero-content {
    padding: 148px 32px 80px;
  }

  .services-grid, .sites-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-outer {
    padding: 60px 32px 36px;
  }

  .footer-grid {
    gap: 40px;
  }

  .header-inner {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: flex !important;
  }

  .header-inner {
    padding: 0 20px !important;
  }

  .section-pad {
    padding: 64px 24px;
  }

  .hero-content {
    padding: 120px 24px 72px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }

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

  .sites-featured {
    grid-template-columns: 1fr;
  }

  .sites-featured-img {
    height: 320px;
  }

  .sites-featured-text {
    padding: 40px 36px;
  }

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

  .sf-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sf-block {
    flex-direction: column;
    display: flex;
  }

  .sf-img {
    order: -1;
    height: 320px;
  }

  .sf-text {
    padding: 44px 40px;
  }

  .banner-wrap {
    background-attachment: scroll;
    height: auto;
    min-height: 320px;
  }

  .banner-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 28px;
    height: auto;
    padding: 48px 24px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-outer {
    padding: 56px 24px 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 480px) {
  .section-pad {
    padding: 56px 20px;
  }

  .hero-content {
    padding: 96px 20px 60px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .sites-featured-img {
    height: 260px;
  }

  .sites-featured-text {
    padding: 32px 24px;
  }

  .sites-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sf-img {
    height: 240px;
  }

  .sf-text {
    padding: 36px 24px;
  }

  .banner-wrap {
    min-height: 280px;
  }

  .banner-inner {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
  }

  .form-card {
    padding: 36px 24px;
  }

  .form-name-row {
    grid-template-columns: 1fr;
  }

  .footer-outer {
    padding: 48px 20px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@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;
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/