/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: "DM Mono", monospace;
    --color-black: #000;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --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-light-bg: #fafaf8;
    --color-light-panel: #edf0ef;
    --color-light-card: white;
    --color-light-border: #e0e0e0;
    --color-light-text: #202c32;
    --color-light-muted: #566168;
    --color-dark-bg: #131d23;
    --color-dark-panel: #1b282f;
    --color-dark-card: #1b282f;
    --color-dark-border: #39454b;
    --color-dark-text: white;
    --color-dark-muted: #b2bec3;
    --color-accent: rgb(var(--accent-rgb));
    --color-copper: #c78158;
    --color-ink: #202c32;
    --color-hero-text: #ffffff;
    --color-hero-muted: #e2e6e7;
    --spacing-card: 32px;
    --spacing-component-sm: 8px;
    --spacing-nav: 96px;
    --text-site-base: 1rem;
    --text-site-base--line-height: 1.4;
    --text-site-lg: 1.2rem;
    --text-site-lg--line-height: 1.36;
    --text-site-3xl: 1.8rem;
    --text-site-3xl--line-height: 1.24;
    --text-site-5xl: 2.2rem;
    --text-site-5xl--line-height: 1.16;
    --text-site-6xl: 2.4rem;
    --text-site-6xl--line-height: 1.12;
    --text-site-8xl: 2.8rem;
    --text-site-8xl--line-height: 1.04;
    --leading-site-relaxed: 1.625;
    --radius-card: 16px;
  }
}
@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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, 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:where(:not(iframe)) {
    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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .isolate {
    isolation: isolate;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-y-\[calc\(var\(--spacing-nav\,96px\)\/2\)\] {
    --tw-translate-y: calc(var(--spacing-nav,96px) / 2);
    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,);
  }
  .resize {
    resize: both;
  }
  .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;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-light-bg {
    background-color: var(--color-light-bg);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-site-base {
    font-size: var(--text-site-base);
    line-height: var(--tw-leading, var(--text-site-base--line-height));
  }
  .leading-site-relaxed {
    --tw-leading: var(--leading-site-relaxed);
    line-height: var(--leading-site-relaxed);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-light-muted {
    color: var(--color-light-muted);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .selection\:bg-accent ::selection {
    background-color: var(--color-accent);
  }
  .selection\:bg-accent::selection {
    background-color: var(--color-accent);
  }
  .selection\:text-black ::selection {
    color: var(--color-black);
  }
  .selection\:text-black::selection {
    color: var(--color-black);
  }
  @media (width >= 40rem) {
    .sm\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 48rem) {
    .md\:text-site-lg {
      font-size: var(--text-site-lg);
      line-height: var(--tw-leading, var(--text-site-lg--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:bg-dark-bg {
      background-color: var(--color-dark-bg);
    }
    .dark\:text-dark-muted {
      color: var(--color-dark-muted);
    }
  }
}
:root {
  --accent-rgb: 157 79 44;
  --accent-hover-rgb: 126 61 32;
}
@layer base {
  h1 {
    font-size: var(--text-site-6xl);
    line-height: var(--tw-leading, var(--text-site-6xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-light-text);
    @media (width >= 48rem) {
      font-size: var(--text-site-8xl);
      line-height: var(--tw-leading, var(--text-site-8xl--line-height));
    }
    @media (prefers-color-scheme: dark) {
      color: var(--color-dark-text);
    }
  }
  h2 {
    font-size: var(--text-site-3xl);
    line-height: var(--tw-leading, var(--text-site-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-light-text);
    @media (width >= 48rem) {
      font-size: var(--text-site-5xl);
      line-height: var(--tw-leading, var(--text-site-5xl--line-height));
    }
    @media (prefers-color-scheme: dark) {
      color: var(--color-dark-text);
    }
  }
  h3 {
    font-size: var(--text-site-lg);
    line-height: var(--tw-leading, var(--text-site-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-light-text);
    @media (prefers-color-scheme: dark) {
      color: var(--color-dark-text);
    }
  }
  p {
    font-size: var(--text-site-base);
    line-height: var(--tw-leading, var(--text-site-base--line-height));
    color: var(--color-light-muted);
    @media (prefers-color-scheme: dark) {
      color: var(--color-dark-muted);
    }
  }
}
@layer components {
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-component-sm);
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-light-border);
    background-color: var(--color-light-card);
    padding: var(--spacing-card);
    --tw-shadow: none;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-dark-border);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-dark-card);
    }
  }
}
@layer base {
  :root {
    color-scheme: light dark;
    --scroll-thumb: #77838a;
    --scroll-track: #edf0ef;
    --scroll-hover: #566168;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    scrollbar-gutter: stable;
    scrollbar-color: var(--scroll-thumb) var(--scroll-track);
  }
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--scroll-thumb) var(--scroll-track);
  }
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  ::-webkit-scrollbar-track {
    background: var(--scroll-track);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border: 3px solid var(--scroll-track);
    border-radius: 9px;
  }
  ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background: var(--scroll-hover);
  }
  a, button {
    -webkit-tap-highlight-color: transparent;
  }
  button, a {
    cursor: pointer;
  }
  button:disabled {
    cursor: wait;
    opacity: .55;
  }
  a:focus-visible, button:focus-visible {
    outline: 3px solid var(--color-copper);
    outline-offset: 5px;
  }
  h2 {
    font-size: clamp(2.15rem, 4.1vw, 3.7rem);
    line-height: 1.08;
    letter-spacing: -.055em;
  }
  h3 {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: -.035em;
  }
  p {
    line-height: 1.8;
  }
  ::selection {
    background: var(--color-copper);
    color: var(--color-ink);
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --accent-rgb: 219 158 120;
      --accent-hover-rgb: 238 185 152;
      --scroll-thumb: #77838a;
      --scroll-track: #131d23;
      --scroll-hover: #b2bec3;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  @media (forced-colors: active) {
    * {
      scrollbar-color: auto;
    }
  }
}
@layer components {
  .site-wrap {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: clamp(22px, 4.5vw, 72px);
  }
  .section-space {
    padding-block: clamp(70px, 8vw, 116px);
  }
  .eyebrow {
    color: var(--color-accent);
    font-family: var(--font-mono);
    font-size: .69rem;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .accent-text {
    color: var(--color-accent);
  }
  .skip-link {
    position: fixed;
    left: 20px;
    top: -100px;
    background: var(--color-light-bg);
    color: var(--color-light-text);
    padding: 12px 20px;
    z-index: 100;
  }
  .skip-link:focus {
    top: 12px;
  }
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: color-mix(in srgb, #fafaf8 96%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-light-bg) 96%, transparent);
    }
    border-bottom: 1px solid var(--color-light-border);
    backdrop-filter: blur(16px);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 100px;
  }
  .brand {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 11px;
    color: var(--color-light-text);
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.055em;
  }
  .brand img {
    width: 43px;
    height: 43px;
  }
  .brand-sub {
    display: block;
    margin-top: 7px;
    font-size: .58rem;
    letter-spacing: .32em;
    font-weight: 500;
  }
  .brand:hover {
    color: var(--color-accent);
  }
  .nav-links {
    gap: 27px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--color-light-text);
  }
  .nav-links a {
    padding-block: 15px;
    border-bottom: 1px solid transparent;
  }
  .nav-links a:hover {
    color: var(--color-accent);
    border-color: currentColor;
  }
  .nav-phone {
    flex-direction: column;
    gap: 4px;
    font-size: .95rem;
    font-weight: 700;
    color: var(--color-light-text);
    white-space: nowrap;
  }
  .nav-phone:hover {
    color: var(--color-accent);
  }
  .phone-caption {
    font-family: var(--font-mono);
    font-size: .55rem;
    letter-spacing: .11em;
    font-weight: 400;
    color: var(--color-light-muted);
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    color: var(--color-light-text);
    border: 1px solid var(--color-light-border);
  }
  .menu-toggle:hover {
    color: var(--color-accent);
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background: var(--color-light-bg);
    border-bottom: 1px solid var(--color-light-border);
  }
  .mobile-menu nav {
    padding-block: 20px;
    display: grid;
    gap: 2px;
  }
  .mobile-menu a {
    padding: 10px 0;
    font-size: .95rem;
  }
  .mobile-menu a:hover {
    color: var(--color-accent);
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 17px 22px;
    min-height: 54px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    transition: background-color .2s, transform .2s;
  }
  .button span, .text-link span {
    font-size: 1.25em;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button:active {
    transform: translateY(0);
  }
  .button-copper {
    background: var(--color-copper);
    color: #182128;
  }
  .button-copper:hover {
    background: #e0a783;
  }
  .button-light {
    background: var(--color-light-bg);
    color: var(--color-ink);
  }
  .button-light:hover {
    background: #e9e1d8;
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 44px;
    font-size: .82rem;
    font-weight: 700;
    text-underline-offset: 6px;
  }
  .text-link:hover {
    text-decoration: underline;
  }
  .hero {
    color: var(--color-hero-text);
    background: var(--color-ink);
  }
  .hero-stage {
    position: relative;
    min-height: 740px;
    height: 94svh;
    max-height: 1020px;
    overflow: hidden;
  }
  .hero-slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    z-index: 0;
    --enter-x: -110%;
    --overlay-angle: 90deg;
  }
  .hero-slide.is-active, .hero-slide.is-entering {
    visibility: visible;
  }
  .hero-slide.is-active {
    z-index: 1;
  }
  .hero-slide.is-entering {
    z-index: 2;
  }
  .hero-slide--right {
    --enter-x: 110%;
    --overlay-angle: 270deg;
  }
  .hero-panels, .hero-panel {
    position: absolute;
    inset: 0;
  }
  .hero-panel {
    background-image: linear-gradient(var(--overlay-angle), rgba(11, 23, 30, .85) 0%, rgba(11, 23, 30, .58) 38%, rgba(11, 23, 30, .10) 78%), var(--hero-image);
    background-size: cover;
    background-position: center;
    clip-path: inset(0 var(--clip-right) 0 var(--clip-left));
  }
  .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 125px;
  }
  .hero-copy {
    width: min(100%, 870px);
  }
  .hero-slide--right .hero-content {
    justify-content: flex-end;
  }
  .hero-slide--right .hero-copy {
    text-align: right;
  }
  .hero-copy .eyebrow {
    color: var(--color-hero-muted);
    font-size: .7rem;
    margin-bottom: 24px;
  }
  .hero-title {
    color: var(--color-hero-text);
    font-size: clamp(2.6rem, 5.15vw, 5.15rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.058em;
  }
  .hero-line {
    display: block;
  }
  .hero-line + .hero-line {
    color: #e4b18e;
  }
  .hero-description {
    margin-top: 28px;
    max-width: 480px;
    color: var(--color-hero-muted);
    font-size: .98rem;
    line-height: 1.8;
  }
  .hero-slide--right .hero-description {
    margin-left: auto;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 32px;
  }
  .hero-slide--right .hero-actions {
    justify-content: flex-end;
  }
  .hero-actions .text-link {
    color: var(--color-hero-text);
  }
  .hero-word {
    display: inline-block;
    white-space: nowrap;
  }
  .hero-letter {
    display: inline-block;
  }
  .hero.is-preparing .hero-copy {
    opacity: 0;
  }
  .is-entering .hero-panel {
    animation: roof-panel-in 1.05s cubic-bezier(.22,.68,.18,1) both;
    animation-delay: calc(var(--panel) * 130ms);
  }
  .hero-slide--right.is-entering .hero-panel {
    animation-delay: calc((3 - var(--panel)) * 130ms);
  }
  .is-entering .hero-letter {
    animation: roof-letter-in .72s cubic-bezier(.18,.7,.2,1) both;
    animation-delay: var(--letter-delay);
  }
  .is-entering .hero-actions {
    animation: roof-copy-in .6s ease-out 2.2s both;
  }
  .hero-bottom {
    position: absolute;
    z-index: 4;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    pointer-events: none;
  }
  .hero-location {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--color-hero-muted);
    font-family: var(--font-mono);
    font-size: .57rem;
    letter-spacing: .1em;
  }
  .location-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-copper);
  }
  .hero-controls {
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: auto;
  }
  .hero-controls[hidden] {
    display: none;
  }
  .slide-choice, .pause-button {
    min-width: 44px;
    min-height: 44px;
    color: var(--color-hero-muted);
    font-family: var(--font-mono);
    font-size: .78rem;
  }
  .slide-choice:hover, .pause-button:hover {
    color: var(--color-copper);
  }
  .slide-choice.is-current {
    color: white;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .slide-divider {
    height: 1px;
    width: 28px;
    background: #ffffff60;
  }
  .pause-button {
    border: 1px solid #ffffff50;
    margin-left: 15px;
    font-size: 1rem;
  }
  .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
  }
  .section-heading > p {
    max-width: 355px;
    font-size: .95rem;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .service-photo {
    overflow: hidden;
    aspect-ratio: 1.3;
    background: var(--color-light-panel);
  }
  .service-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 23px 0 13px;
  }
  .service-title > span {
    color: var(--color-accent);
    font-size: 1.4rem;
  }
  .service-card > p {
    font-size: .88rem;
  }
  .craft-section {
    background: var(--color-light-panel);
  }
  .craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(40px, 7vw, 95px);
  }
  .craft-photo {
    position: relative;
    aspect-ratio: .9;
    overflow: hidden;
  }
  .craft-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 22% 50%;
  }
  .photo-caption {
    position: absolute;
    inset: auto 0 0;
    padding: 50px 24px 22px;
    background: linear-gradient(transparent, #14242bdf);
    color: white;
    font-family: var(--font-mono);
    font-size: .6rem;
    letter-spacing: .12em;
  }
  .craft-copy > p:not(.eyebrow) {
    margin-top: 25px;
    font-size: .92rem;
  }
  .craft-copy .text-link {
    margin-top: 23px;
    color: var(--color-light-text);
  }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    list-style: none;
    padding: 0;
  }
  .process-grid li {
    border-top: 1px solid var(--color-light-border);
    padding-top: 24px;
  }
  .step-number {
    display: flex;
    justify-content: space-between;
    color: var(--color-accent);
    font-family: var(--font-mono);
    font-size: .85rem;
    margin-bottom: 38px;
  }
  .process-grid h3 {
    margin-bottom: 15px;
  }
  .process-grid p {
    font-size: .9rem;
  }
  .contact-section {
    background: var(--color-ink);
    color: var(--color-hero-text);
    border-top: 5px solid var(--color-copper);
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 70px;
    align-items: center;
  }
  .contact-section .eyebrow {
    color: var(--color-copper);
  }
  .contact-section h2 {
    color: var(--color-hero-text);
  }
  .contact-section p:not(.eyebrow) {
    color: var(--color-hero-muted);
    font-size: .9rem;
    margin-top: 20px;
  }
  .contact-details {
    border-left: 1px solid #ffffff30;
    padding-left: 55px;
  }
  .contact-phone {
    display: inline-flex;
    gap: 18px;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 600;
    letter-spacing: -.045em;
  }
  .contact-phone:hover {
    color: var(--color-copper);
  }
  .contact-details .button {
    margin-top: 28px;
  }
  .contact-details p + p {
    margin-top: 4px;
  }
  .site-footer {
    background: var(--color-light-bg);
  }
  .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-block: 40px;
  }
  .footer-main > p {
    font-size: .85rem;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-block: 20px;
    border-top: 1px solid var(--color-light-border);
  }
  .footer-bottom p {
    font-size: .65rem;
  }
  @media (prefers-color-scheme: dark) {
    .site-header {
      background: color-mix(in srgb, #131d23 96%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background: color-mix(in srgb, var(--color-dark-bg) 96%, transparent);
      }
      border-color: var(--color-dark-border);
    }
    .brand, .nav-links, .nav-phone, .menu-toggle, .craft-copy .text-link {
      color: var(--color-dark-text);
    }
    .brand:hover, .nav-phone:hover {
      color: var(--color-accent);
    }
    .phone-caption {
      color: var(--color-dark-muted);
    }
    .mobile-menu, .site-footer {
      background: var(--color-dark-bg);
    }
    .craft-section, .service-photo {
      background: var(--color-dark-panel);
    }
    .menu-toggle, .mobile-menu, .process-grid li, .footer-bottom {
      border-color: var(--color-dark-border);
    }
  }
  @media (min-width: 1600px) {
    .hero-copy {
      width: 890px;
    }
  }
  @media (max-width: 767px) {
    .nav-inner {
      min-height: 82px;
      gap: 15px;
    }
    .brand {
      font-size: 1.4rem;
    }
    .brand img {
      width: 38px;
      height: 38px;
    }
    .hero-stage {
      min-height: 780px;
      height: 95svh;
      max-height: none;
    }
    .hero-content {
      padding-top: 140px;
      padding-bottom: 145px;
    }
    .hero-title {
      font-size: clamp(2.45rem, 8.6vw, 3.8rem);
    }
    .hero-copy .eyebrow {
      max-width: 300px;
      font-size: .59rem;
    }
    .hero-slide--right .eyebrow {
      margin-left: auto;
    }
    .hero-panel {
      background-position: 64% center;
      background-image: linear-gradient(var(--overlay-angle), rgba(11,23,30,.87), rgba(11,23,30,.52)), var(--hero-image);
    }
    .hero-slide--right .hero-panel {
      background-position: 27% center;
    }
    .hero-description {
      font-size: .9rem;
    }
    .hero-actions {
      gap: 16px;
    }
    .hero-bottom {
      bottom: 22px;
    }
    .hero-location-extra {
      display: none;
    }
    .hero-location {
      font-size: .5rem;
    }
    .hero-controls {
      gap: 0;
    }
    .slide-divider {
      width: 16px;
    }
    .pause-button {
      margin-left: 5px;
    }
    .section-heading {
      display: block;
      margin-bottom: 36px;
    }
    .section-heading > p {
      margin-top: 24px;
      max-width: 520px;
    }
    .service-grid, .process-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .service-photo {
      aspect-ratio: 1.5;
    }
    .craft-grid, .contact-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .craft-photo {
      aspect-ratio: 1.2;
    }
    .step-number {
      margin-bottom: 22px;
    }
    .contact-details {
      border-left: 0;
      border-top: 1px solid #ffffff30;
      padding: 32px 0 0;
    }
    .footer-main {
      flex-wrap: wrap;
    }
    .footer-main > p {
      display: none;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 8px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-panel, .hero-letter, .hero-actions {
      animation: none !important;
    }
    .button {
      transition: none;
    }
    .button:hover {
      transform: none;
    }
  }
}
@keyframes roof-panel-in {
  from {
    transform: translateX(var(--enter-x));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes roof-letter-in {
  from {
    opacity: 0;
    transform: translate(var(--letter-x), var(--letter-y)) rotate(var(--letter-rotate));
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes roof-copy-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer components {
  .is-leaving .hero-copy {
    opacity: 0;
    transition: opacity .2s;
  }
  @media (prefers-reduced-motion: reduce) {
    .is-leaving .hero-copy {
      transition: none;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-ease {
  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;
}
@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-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-border-style: solid;
      --tw-leading: initial;
      --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;
      --tw-ease: 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;
    }
  }
}
