/* Hallmark · genre: editorial · macrostructure: Photographic · theme: Atelier · tone: restrained luxury · anchor hue: 72 · enrichment: E8 generated photography, cropped and warm-graded · nav: N9 · footer: Ft2 · contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) */
/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
@import url("/tokens.css");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  overflow-x: clip;
}

html {
  color-scheme: light;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 20rem;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-synthesis: none;
  line-height: var(--leading-body);
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: var(--focus-width) solid var(--color-ink);
  outline-offset: var(--focus-offset);
  box-shadow: 0 0 0 var(--focus-halo) var(--color-paper);
}

a:active {
  text-decoration-thickness: var(--rule-medium);
}

h1,
h2,
p {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: var(--z-skip);
  top: var(--space-offscreen);
  left: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: var(--color-paper);
  color: var(--color-ink);
  font-size: var(--text-small);
}

.skip-link:focus {
  top: var(--space-sm);
}

.site-header {
  position: absolute;
  z-index: var(--z-header);
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg) var(--page-gutter);
  background: linear-gradient(to bottom, var(--color-overlay-medium), var(--color-overlay-clear));
  color: var(--color-photo-ink);
}

.wordmark,
.header-contact {
  min-height: var(--target-size);
  align-content: center;
  color: inherit;
  text-decoration: none;
}

.wordmark {
  display: grid;
  gap: var(--wordmark-gap);
  font-family: var(--font-display);
  font-weight: var(--weight-display-medium);
  line-height: 1;
}

.wordmark__name {
  font-size: var(--text-wordmark);
  letter-spacing: var(--tracking-tight);
  white-space: nowrap;
}

.wordmark__descriptor {
  font-family: var(--font-body);
  font-size: var(--text-wordmark-small);
  font-weight: var(--weight-body-medium);
  letter-spacing: var(--tracking-wordmark);
  line-height: 1;
  text-transform: uppercase;
}

.header-contact,
.eyebrow,
.section-index,
.photo-caption,
.continue-link,
.site-footer {
  font-size: var(--text-small);
  font-weight: var(--weight-body-medium);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.header-contact,
.continue-link {
  text-decoration-color: transparent;
  text-decoration-thickness: var(--rule-medium);
  text-underline-offset: var(--underline-offset);
}

.header-contact:hover,
.continue-link:hover {
  text-decoration-color: currentColor;
}

.header-contact:active,
.continue-link:active,
.contact-link:active {
  color: var(--color-active);
}

.error-link:active {
  color: var(--color-focus);
}

a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: var(--disabled-opacity);
  pointer-events: none;
}

.photo-fold {
  position: relative;
  isolation: isolate;
  min-height: 72svh;
  min-height: 72dvh;
  overflow: hidden;
  background: var(--color-ink-soft);
  color: var(--color-photo-ink);
}

.photo-fold::after {
  position: absolute;
  z-index: var(--z-overlay);
  inset: 0;
  background: linear-gradient(to top, var(--color-overlay-strong), var(--color-overlay-light));
  content: "";
  pointer-events: none;
}

.photo-fold--hero {
  min-height: 88svh;
  min-height: 88dvh;
}

.photo-fold__image {
  position: absolute;
  z-index: var(--z-base);
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(var(--image-saturation)) sepia(var(--image-warmth)) contrast(var(--image-contrast));
}

.photo-fold__image--interior {
  object-position: 62% center;
}

.photo-fold__image--courtyard {
  object-position: 58% center;
}

.photo-fold__image--entry {
  object-position: 56% center;
}

.hero-copy,
.contact-copy {
  position: absolute;
  z-index: var(--z-content);
  right: var(--page-gutter);
  bottom: var(--space-3xl);
  left: var(--page-gutter);
}

.hero-copy h1,
.contact-copy h2 {
  min-width: 0;
  max-width: var(--measure-display);
  margin-top: var(--space-sm);
  font-family: var(--font-display);
  font-size: var(--text-display);
  font-weight: var(--weight-display-regular);
  letter-spacing: var(--tracking-display);
  line-height: var(--leading-display);
  overflow-wrap: anywhere;
}

.contact-copy h2 {
  max-width: 14ch;
}

.eyebrow {
  color: var(--color-photo-muted);
}

.continue-link {
  position: absolute;
  z-index: var(--z-content);
  right: var(--page-gutter);
  bottom: var(--space-xl);
  display: flex;
  min-height: var(--target-size);
  align-items: center;
  gap: var(--space-xs);
  white-space: nowrap;
}

.company-section,
.opportunity-section {
  display: grid;
  gap: var(--space-xl);
  padding: var(--section-space) var(--page-gutter);
}

.company-section {
  background: var(--color-paper);
}

.opportunity-section {
  background: var(--color-ink);
  color: var(--color-paper);
}

.section-index {
  color: var(--color-muted);
}

.opportunity-section .section-index {
  color: var(--color-paper-muted);
}

.company-copy,
.opportunity-copy {
  max-width: var(--measure-copy);
}

.company-copy h2,
.opportunity-copy h2 {
  min-width: 0;
  font-family: var(--font-display);
  font-size: var(--text-heading);
  font-weight: var(--weight-display-regular);
  letter-spacing: var(--tracking-heading);
  line-height: var(--leading-heading);
  overflow-wrap: anywhere;
}

.company-copy p,
.opportunity-copy p {
  max-width: var(--measure-text);
  margin-top: var(--space-xl);
  font-size: var(--text-lead);
  line-height: var(--leading-lead);
}

.photo-fold--courtyard::after {
  background: linear-gradient(to top, var(--color-overlay-medium), var(--color-overlay-clear));
}

.photo-caption {
  position: absolute;
  z-index: var(--z-content);
  right: var(--page-gutter);
  bottom: var(--space-lg);
  left: var(--page-gutter);
}

.photo-fold--contact {
  min-height: 78svh;
  min-height: 78dvh;
}

.photo-fold--contact::after {
  background: linear-gradient(to top, var(--color-overlay-strong), var(--color-overlay-light));
}

.contact-copy {
  bottom: var(--space-3xl);
}

.contact-link {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  margin-top: var(--space-xl);
  font-size: var(--text-body);
  text-decoration-thickness: var(--rule-medium);
  text-underline-offset: var(--underline-offset);
}

.contact-link:hover {
  color: var(--color-photo-muted);
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm);
  padding: var(--space-lg) var(--page-gutter);
  border-top: var(--rule-thin) solid var(--color-rule);
  background: var(--color-paper);
  color: var(--color-muted);
}

.error-page {
  display: grid;
  min-height: 100svh;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
  padding: var(--space-lg) var(--page-gutter);
  background: var(--color-paper);
}

.error-brand {
  font-family: var(--font-display);
  font-size: var(--text-wordmark);
}

.error-brand span {
  display: block;
  margin-top: var(--wordmark-gap);
  font-family: var(--font-body);
  font-size: var(--text-wordmark-small);
  font-weight: var(--weight-body-medium);
  letter-spacing: var(--tracking-wordmark);
  text-transform: uppercase;
}

.error-content {
  align-self: center;
  max-width: var(--measure-copy);
  padding-block: var(--space-3xl);
}

.error-code {
  color: var(--color-muted);
  font-size: var(--text-small);
  letter-spacing: var(--tracking-label);
}

.error-content h1 {
  min-width: 0;
  margin-top: var(--space-md);
  font-family: var(--font-display);
  font-size: var(--text-heading);
  font-weight: var(--weight-display-regular);
  line-height: var(--leading-heading);
  overflow-wrap: anywhere;
}

.error-content p {
  margin-top: var(--space-lg);
}

.error-link {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  margin-top: var(--space-xl);
  text-underline-offset: var(--underline-offset);
}

.error-foot {
  border-top: var(--rule-thin) solid var(--color-rule);
  padding-top: var(--space-lg);
  color: var(--color-muted);
  font-size: var(--text-small);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

@media (min-width: 40rem) {
  .site-header {
    padding-top: var(--space-xl);
  }

  .hero-copy,
  .contact-copy {
    right: 34%;
  }

  .company-section,
  .opportunity-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-copy,
  .opportunity-copy {
    justify-self: start;
    margin-inline-start: var(--space-indent);
  }

  .site-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 72rem) {
  .hero-copy,
  .contact-copy {
    right: 46%;
  }

  .photo-fold__image--interior {
    object-position: center 52%;
  }

  .photo-fold__image--courtyard {
    object-position: center 48%;
  }

  .photo-fold__image--entry {
    object-position: center 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: var(--motion-reduced) !important;
  }
}
