:root {
  --home-bg: #f6f1ea;
  --home-surface: rgba(255, 250, 244, 0.94);
  --home-text: #17120f;
  --home-muted: #6f665e;
  --home-accent: #ff3a2f;
  --home-accent-dark: #f22b20;
  --home-line: rgba(50, 37, 28, 0.18);
  --home-line-soft: rgba(50, 37, 28, 0.1);
  --home-serif: "Playfair Display", Georgia, serif;
  --home-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home-body {
  margin: 0;
  font-family: var(--home-sans);
  color: var(--home-text);
  background-color: var(--home-bg);
  background-image:
    radial-gradient(circle at 0% 0%, rgba(209, 190, 166, 0.34), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.7), transparent 42%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='48' viewBox='0 0 180 48'%3E%3Cpath d='M-20 22c18-12 36-12 54 0s36 12 54 0s36-12 54 0s36 12 54 0' fill='none' stroke='%23e6dbce' stroke-width='1.2'/%3E%3Cpath d='M-20 34c18-12 36-12 54 0s36 12 54 0s36-12 54 0s36 12 54 0' fill='none' stroke='%23efe5db' stroke-width='1'/%3E%3C/svg%3E");
  background-size: auto, auto, 180px 48px;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.home-page {
  position: relative;
}

.home-shell {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.home-section,
.home-hero {
  border-bottom: 1px solid var(--home-line);
}

.home-hero {
  padding: 2.2rem 0 1.8rem;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(220px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: stretch;
}

.home-brand {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.home-brand__lockup {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.home-brand__logo,
.home-footer__logo,
.home-contact__mark {
  border-radius: 999px;
  background: #fff8f2;
  border: 2px solid rgba(255, 58, 47, 0.65);
  overflow: hidden;
}

.home-brand__logo {
  width: 72px;
  height: 72px;
  padding: 0.2rem;
  box-shadow: 0 10px 24px rgba(36, 22, 15, 0.08);
}

.home-brand__name,
.home-section__title,
.home-contact__title,
.home-work-card__body h3,
.home-service-card__title,
.home-process__intro h2 {
  font-family: var(--home-serif);
  color: var(--home-text);
}

.home-brand__name {
  max-width: 6ch;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.home-brand__role,
.home-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 800;
}

.home-brand__role {
  margin-top: 0.7rem;
  color: var(--home-accent);
}

.home-hero__title {
  margin: 0;
  max-width: 8ch;
  font-family: var(--home-serif);
  font-size: clamp(3.65rem, 8vw, 6.15rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.home-hero__title span {
  color: var(--home-accent);
}

.home-hero__line,
.home-service-card__accent {
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: var(--home-accent);
}

.home-hero__line {
  margin: 1.45rem 0 1.2rem;
}

.home-hero__body {
  max-width: 38rem;
}

.home-hero__body p,
.home-process__intro p,
.home-contact__text,
.home-work-card__body p,
.home-service-card__summary,
.home-contact__note {
  margin: 0 0 1rem;
  font-size: 1.14rem;
  line-height: 1.65;
  color: #2e251f;
}

.home-actions,
.home-contact__actions,
.home-contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 18, 15, 0.18);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home-button:hover,
.home-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.home-button--primary {
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-dark));
  color: #fff8f2;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(255, 58, 47, 0.22);
}

.home-button--secondary {
  background: rgba(255, 250, 244, 0.7);
  color: var(--home-text);
}

.home-button--light {
  background: #fff8f2;
  color: var(--home-text);
  border-color: rgba(255, 248, 242, 0.35);
}

.home-hero__aside {
  display: grid;
  grid-template-columns: 1px minmax(180px, 250px);
  gap: clamp(1.5rem, 3vw, 2.8rem);
  align-items: center;
  min-height: 100%;
}

.home-hero__rail {
  width: 1px;
  min-height: 360px;
  justify-self: center;
  background: linear-gradient(180deg, transparent, rgba(255, 58, 47, 0.75) 10%, rgba(255, 58, 47, 0.75) 90%, transparent);
}

.home-hero__note {
  display: grid;
  gap: 1.4rem;
  align-content: center;
}

.home-hero__note-line {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--home-accent);
}

.home-hero__note p {
  margin: 0;
  max-width: 15ch;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 2;
  text-transform: uppercase;
  color: #3f362f;
}

.home-section {
  padding: 1.9rem 0 2.3rem;
}

.home-section__eyebrow {
  margin-bottom: 0.55rem;
  color: var(--home-accent);
}

.home-section__eyebrow--light {
  color: rgba(255, 248, 242, 0.9);
}

.home-section__title {
  margin: 0;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.home-work__intro {
  margin: 0.7rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--home-muted);
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.55rem;
}

.home-service-card {
  padding-right: 1.4rem;
}

.home-service-card:not(:last-child) {
  border-right: 1px solid var(--home-line-soft);
}

.home-service-card__header {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
}

.home-service-card__index {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--home-accent);
}

.home-service-card__title {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.home-service-card__price {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--home-accent);
}

.home-service-card__summary {
  margin-top: 1rem;
  font-size: 1rem;
}

.home-service-card__accent {
  margin: 1rem 0 1rem;
}

.home-service-card__list,
.home-process__notes {
  margin: 0;
  padding-left: 1.1rem;
}

.home-service-card__list li,
.home-process__notes li {
  margin-bottom: 0.55rem;
  color: #2e251f;
  line-height: 1.55;
}

.home-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.5rem;
}

.home-work-slider {
  width: 100%;
  margin-top: 1.45rem;
}

.site-slider-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.site-slider-track {
  width: 100%;
}

.site-slide {
  display: none;
}

.site-slide:first-child {
  display: block;
}

.site-slider.is-ready .site-slider-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.site-slider.is-ready .site-slide {
  display: block;
  flex: 0 0 100%;
  min-width: 0;
}

.home-work-slide {
  padding: 0.05rem 0;
}

.home-work-slide .home-work-grid {
  margin-top: 0;
}

.home-work-card {
  display: grid;
  gap: 0.8rem;
  text-decoration: none;
  transition: transform 180ms ease;
}

.home-work-card:hover,
.home-work-card:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.home-work-card__media {
  aspect-ratio: 16 / 6;
  border: 1px solid var(--home-line-soft);
  background-color: #e6ded4;
  position: relative;
  overflow: hidden;
}

.home-work-card__media--dark {
  background-color: #090806;
}

.home-work-card__media--white {
  background-color: #f8f3ee;
}

.home-work-card__media--padded {
  padding: 0;
}

.home-work-card__image {
  position: absolute;
  display: block;
}

.home-work-card__image--cover {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-work-card__image--contain {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-work-card__media--padded .home-work-card__image--contain {
  inset: 0.85rem 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 1.7rem);
}

.home-work-card__kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-accent);
}

.home-work-card__link {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-accent);
}

.site-slider-controls {
  display: none;
}

.site-slider.is-ready .site-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.site-slider-control {
  min-height: 44px;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(23, 18, 15, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.8);
  color: var(--home-text);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-slider-control:hover,
.site-slider-control:focus-visible {
  background: #fff8f2;
  transform: translateY(-1px);
  outline: none;
}

.site-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 18, 15, 0.22);
  cursor: pointer;
}

.site-slider-dot.is-active {
  background: var(--home-accent);
}

.site-slider-dot:focus-visible {
  outline: 2px solid rgba(255, 58, 47, 0.35);
  outline-offset: 2px;
  background-color: #f3ece3;
}

.home-work-card__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.home-work-card__body p {
  font-size: 0.98rem;
  margin: 0;
}

.home-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.15fr);
  gap: 2.7rem;
  align-items: start;
}

.home-process__intro p {
  max-width: 30rem;
}

.home-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-process__step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--home-line-soft);
}

.home-process__step:first-child {
  border-top: 0;
}

.home-process__number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: var(--home-accent);
}

.home-process__step-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--home-text);
}

.home-process__step-copy {
  margin-top: 0.15rem;
  color: var(--home-muted);
  line-height: 1.5;
}

.home-contact {
  margin-top: 1.35rem;
  padding: 3.3rem 0 2.9rem;
  background: linear-gradient(135deg, #ff3327, #ff160f);
  color: #fff8f2;
  position: relative;
  overflow: hidden;
}

.home-contact::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
}

.home-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.home-contact__title {
  margin: 0;
  color: #fff8f2;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 13ch;
}

.home-contact__text,
.home-contact__note {
  color: rgba(255, 248, 242, 0.9);
  max-width: 40rem;
}

.home-contact__actions {
  margin: 1.25rem 0 1rem;
}

.home-contact__form-wrap {
  margin-top: 1rem;
  max-width: 54rem;
  padding: 1.1rem;
  border-radius: 1.3rem;
  background: rgba(255, 248, 242, 0.14);
  border: 1px solid rgba(255, 248, 242, 0.22);
  backdrop-filter: blur(8px);
}

.home-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-contact-form__field {
  display: grid;
  gap: 0.38rem;
}

.home-contact-form__field span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 242, 0.88);
}

.home-contact-form__field input,
.home-contact-form__field select,
.home-contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 248, 242, 0.3);
  border-radius: 1rem;
  background: rgba(255, 250, 244, 0.98);
  color: var(--home-text);
  padding: 0.82rem 0.95rem;
  font: inherit;
}

.home-contact-form__field textarea {
  resize: vertical;
  min-height: 132px;
}

.home-contact-form__field input:focus,
.home-contact-form__field select:focus,
.home-contact-form__field textarea:focus {
  outline: 2px solid rgba(255, 248, 242, 0.35);
  outline-offset: 2px;
}

.home-contact-form__field--full,
.home-contact-form__actions,
.home-contact-form__status {
  grid-column: 1 / -1;
}

.home-contact-form__status {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 248, 242, 0.92);
}

.home-contact-form__status.is-success {
  color: #fff8c5;
}

.home-contact-form__status.is-error {
  color: #ffe5e5;
}

.home-contact__mark {
  width: 88px;
  height: 88px;
  padding: 0.35rem;
  border-color: rgba(255, 248, 242, 0.48);
  box-shadow: 0 18px 38px rgba(103, 12, 8, 0.22);
}

.home-footer {
  padding: 0.95rem 0 1.4rem;
}

.home-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--home-muted);
  font-size: 0.88rem;
}

.home-footer__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home-footer__logo {
  width: 36px;
  height: 36px;
  padding: 0.2rem;
}

@media (max-width: 1060px) {
  .home-hero__grid,
  .home-process__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__aside {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
  }

  .home-hero__rail {
    min-height: 140px;
  }

  .home-hero__note p {
    max-width: none;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    padding-right: 0;
    padding-bottom: 1.3rem;
    border-right: 0 !important;
    border-bottom: 1px solid var(--home-line-soft);
  }

  .home-service-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .home-shell {
    width: min(100%, calc(100% - 1.5rem));
  }

  .home-hero {
    padding-top: 1.25rem;
  }

  .home-brand__lockup {
    gap: 0.7rem;
  }

  .home-brand__logo {
    width: 60px;
    height: 60px;
  }

  .home-work-grid,
  .home-contact__inner,
  .home-contact-form,
  .home-footer__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .site-slider.is-ready .site-slider-controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-slider-dots {
    order: -1;
  }

  .home-work-card__media {
    aspect-ratio: 16 / 8;
  }

  .home-contact {
    padding: 2.5rem 0 2.3rem;
  }

  .home-contact__mark {
    width: 72px;
    height: 72px;
    justify-self: start;
  }

  .home-footer__right {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-button {
    transition: none;
  }

  .home-button:hover,
  .home-button:focus-visible {
    transform: none;
  }
}