:root {
  --cream: #fdfaf5;
  --sand: #f5ede3;
  --line: #eae4d8;
  --aubergine: #4a2c3e;
  --camel: #b98e61;
  --camel-light: #dcc0a0;
  --sage: #d9d6c4;
  --ink: #2a2921;
  --taupe: #5c5a4e;
  --pad: clamp(22px, 4vw, 64px);
  --page: min(1440px, calc(100vw - (var(--pad) * 2)));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 15px;
  font-weight: 350;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
a:focus-visible { outline: 2px solid var(--camel); outline-offset: 5px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--cream);
  color: var(--aubergine);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: var(--page);
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.site-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 128px;
  height: 1px;
  transform-origin: left;
  background: var(--camel);
  animation: trace 7s ease-in-out infinite;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--aubergine);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .76;
}
.wordmark span:last-child { margin-left: 13px; }
.header-link {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--camel);
  color: var(--aubergine);
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 700;
}
.header-link span, .button span, .text-link span {
  display: inline-block;
  transition: transform .3s ease;
}
.header-link:hover span, .button:hover span { transform: translate(4px, -4px); }

.hero {
  width: var(--page);
  min-height: calc(100svh - 104px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 94px) 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .67fr) 32px;
  gap: clamp(36px, 5.5vw, 90px);
  align-items: center;
}
.hero-copy { max-width: 860px; }
.status {
  width: fit-content;
  margin-bottom: 34px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  color: var(--taupe);
  font-size: 13px;
  animation: fade-up .8s .05s both;
}
.status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--camel);
  box-shadow: 0 0 0 0 rgba(185, 142, 97, .42);
  animation: pulse 2.7s infinite;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--camel);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero .eyebrow { animation: fade-up .8s .15s both; }
h1, h2 {
  margin: 0;
  color: var(--aubergine);
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
}
h1 {
  max-width: 850px;
  font-size: clamp(58px, 6.7vw, 108px);
  line-height: .9;
  animation: fade-up .9s .24s both;
}
h1 em, h2 em {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 350;
}
.intro {
  max-width: 640px;
  margin: 36px 0 0;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.5;
  animation: fade-up .9s .34s both;
}
.actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  animation: fade-up .9s .43s both;
}
.button {
  min-height: 54px;
  padding: 15px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--aubergine);
  color: var(--cream);
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform .3s ease, background .3s ease;
}
.button:hover { transform: translateY(-3px); background: var(--ink); }
.text-link {
  padding-bottom: 4px;
  display: inline-flex;
  gap: 15px;
  border-bottom: 1px solid var(--camel);
  color: var(--aubergine);
  font-weight: 400;
}
.text-link:hover span { transform: translateY(3px); }

.hero-visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: visual-in 1s .24s both;
}
.photo-wrap {
  max-height: 570px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--aubergine);
  border: 1px solid var(--line);
}
.photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(74, 44, 62, .03), rgba(74, 44, 62, .38));
  mix-blend-mode: multiply;
}
.photo-wrap::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 16px;
  border: 1px solid rgba(253, 250, 245, .35);
  pointer-events: none;
}
.photo-wrap img {
  width: 100%;
  height: 113%;
  display: block;
  object-fit: cover;
  object-position: center 36%;
  filter: grayscale(.86) sepia(.25) saturate(.65) contrast(1.09);
  transform: translateY(-5%) scale(1.04);
  transition: transform 1.2s cubic-bezier(.2, .75, .25, 1), filter .9s ease;
}
.photo-wrap:hover img { transform: translateY(-5%) scale(1.08); filter: grayscale(.58) sepia(.23) saturate(.78) contrast(1.05); }
.photo-number {
  position: absolute;
  z-index: 4;
  top: 27px;
  left: 28px;
  color: var(--camel-light);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(62px, 5vw, 84px);
  font-weight: 500;
  line-height: 1;
}
.photo-caption {
  position: absolute;
  z-index: 4;
  right: 29px;
  bottom: 28px;
  color: var(--cream);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}
blockquote {
  width: 94%;
  margin: -54px 0 0 -45px;
  padding: 24px 27px;
  position: relative;
  z-index: 5;
  background: var(--aubergine);
  color: var(--cream);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-style: italic;
  font-weight: 350;
  line-height: 1.35;
  animation: float 7s ease-in-out infinite;
}
.vertical-note {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  color: var(--taupe);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.promise {
  min-height: 720px;
  padding: clamp(90px, 12vw, 180px) max(var(--pad), calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: minmax(180px, .52fr) minmax(0, 1.48fr);
  gap: 7vw;
  background: var(--sand);
}
.promise-kicker {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}
.index {
  padding-bottom: 16px;
  color: var(--camel);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(62px, 7vw, 110px);
  line-height: 1;
}
.promise-content { max-width: 880px; }
.promise h2 {
  font-size: clamp(49px, 5.7vw, 84px);
  line-height: .96;
}
.promise-content > p {
  max-width: 660px;
  margin: 44px 0;
  font-size: clamp(18px, 1.55vw, 22px);
}
.promise ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.promise li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--aubergine);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.promise li span { color: var(--camel); font-size: 11px; letter-spacing: .15em; }

.contact {
  min-height: 680px;
  padding: clamp(100px, 12vw, 170px) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--aubergine);
  color: var(--cream);
  text-align: center;
}
.eyebrow-light { color: var(--camel-light); }
.contact h2 {
  max-width: 950px;
  color: var(--cream);
  font-size: clamp(52px, 7vw, 106px);
  line-height: .9;
}
.contact h2 em { color: var(--camel-light); }
.contact > p:not(.eyebrow) {
  max-width: 570px;
  margin: 36px 0;
  color: var(--sage);
  font-size: 18px;
  font-weight: 450;
  letter-spacing: .012em;
}
.button-light { background: var(--cream); color: var(--aubergine); }
.button-light:hover { background: var(--sand); color: var(--aubergine); }

footer {
  width: var(--page);
  min-height: 125px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  color: var(--taupe);
  font-size: 13px;
}
footer p { margin: 0; text-align: center; }
footer > a:last-child { justify-self: end; color: var(--aubergine); border-bottom: 1px solid var(--camel); }

@supports (animation-timeline: view()) {
  .promise-content, .promise-kicker {
    animation: section-reveal linear both;
    animation-timeline: view();
    animation-range: entry 8% cover 38%;
  }
  .promise-content { animation-delay: .08s; }
  .photo-wrap img {
    animation: photo-parallax linear both;
    animation-timeline: view();
    animation-range: entry -10% exit 110%;
  }
  .contact h2 {
    animation: contact-reveal linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 35%;
  }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes visual-in {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(26px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes trace {
  0%, 100% { transform: scaleX(.12); }
  50% { transform: scaleX(1); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(185, 142, 97, .42); }
  55% { box-shadow: 0 0 0 8px rgba(185, 142, 97, 0); }
}
@keyframes section-reveal {
  from { opacity: 0; transform: translateY(55px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes photo-parallax {
  from { transform: translateY(-1%) scale(1.06); }
  to { transform: translateY(-9%) scale(1.06); }
}
@keyframes contact-reveal {
  from { opacity: .2; transform: scale(.96) translateY(30px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr .7fr;
    gap: 54px 34px;
    padding-bottom: 94px;
  }
  .hero-copy { grid-column: 1 / -1; }
  .hero-visual { grid-column: 1 / 2; width: min(100%, 520px); }
  .vertical-note { grid-column: 2; grid-row: 2; }
  h1 { max-width: 850px; }
  .promise { grid-template-columns: 1fr; gap: 58px; }
  .promise-kicker { min-height: 115px; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); }
  .index { align-self: end; }
}

@media (max-width: 640px) {
  :root { --pad: 20px; }
  .site-header { height: 82px; }
  .header-link { font-size: 13px; }
  .hero {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 42px;
    padding-bottom: 72px;
  }
  .status { margin-bottom: 28px; }
  h1 { font-size: clamp(50px, 15.1vw, 72px); }
  .intro { margin-top: 28px; font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .button { width: 100%; }
  .hero-visual { grid-column: 1; width: 100%; }
  .photo-wrap { max-height: none; }
  blockquote { width: calc(100% - 24px); margin: -38px 0 0 24px; padding: 21px; }
  .vertical-note { display: none; }
  .promise { min-height: auto; padding-top: 92px; padding-bottom: 92px; }
  .promise-kicker { min-height: 90px; }
  .promise h2 { font-size: clamp(44px, 13vw, 63px); }
  .promise-content > p { margin: 32px 0 40px; }
  .contact { min-height: 610px; }
  .contact h2 { font-size: clamp(48px, 14vw, 70px); }
  footer { padding: 36px 0; grid-template-columns: 1fr; gap: 20px; }
  footer p { text-align: left; }
  footer > a:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
