:root {
  --limestone: #F1E9DD;
  --porcelain: #FBF7F0;
  --linen: #E4D4C1;
  --rose-clay: #C69C8B;
  --olive-leaf: #5E6650;
  --deep-olive: #3E4638;
  --espresso: #302720;
  --antique-brass: #A47A4D;
  --warm-stone: #B8A58F;
  --chalk: #FFFDF9;
  --link-olive: #525B43;
  --serif: "EB Garamond", "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
  --page: min(100% - 2rem, 74rem);
  --rule: rgba(48, 39, 32, 0.17);
}

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

html {
  scroll-behavior: auto;
  background: var(--limestone);
}

body {
  margin: 0;
  min-width: 0;
  color: var(--espresso);
  background:
    radial-gradient(circle at 92% 13%, rgba(198, 156, 139, 0.16), transparent 20rem),
    linear-gradient(180deg, #F5EEE4 0%, var(--limestone) 24%, #F4ECE1 100%);
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--link-olive);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  text-decoration-color: var(--antique-brass);
}

a:hover {
  color: var(--espresso);
}

a:focus-visible {
  outline: 3px solid var(--espresso);
  outline-offset: 4px;
  border-radius: 0.1rem;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(3.9rem, 14vw, 5.8rem);
  line-height: 0.89;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 9vw, 4rem);
  line-height: 0.95;
}

p {
  margin-bottom: 1rem;
}

.masthead {
  border-bottom: 1px solid var(--rule);
  background: rgba(251, 247, 240, 0.64);
}

.masthead__inner {
  width: var(--page);
  min-height: 3.55rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  letter-spacing: 0.07em;
}

.brand__mark {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--antique-brass);
  border-radius: 50%;
  position: relative;
}

.brand__mark::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.85rem;
  top: -0.2rem;
  left: 50%;
  background: var(--antique-brass);
  transform: rotate(31deg);
}

.masthead__product {
  display: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--olive-leaf);
}

main {
  width: var(--page);
  margin-inline: auto;
}

.opening {
  padding: 2.35rem 0 1.4rem;
}

.opening__copy {
  max-width: 44rem;
}

.opening__line {
  max-width: 39rem;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 3.9vw, 1.28rem);
  line-height: 1.55;
}

.opening__image {
  display: none;
  margin: 0;
}

.reset {
  position: relative;
  margin-top: 0.25rem;
  padding: 2.35rem 1rem 2.6rem;
  overflow: clip;
  background:
    linear-gradient(135deg, rgba(251, 247, 240, 0.98), rgba(228, 212, 193, 0.8));
  border-top: 1px solid rgba(164, 122, 77, 0.7);
  border-bottom: 1px solid rgba(164, 122, 77, 0.48);
  box-shadow: 0 1.15rem 3rem rgba(48, 39, 32, 0.045);
}

.reset::before {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  right: -9rem;
  top: 3rem;
  border: 1px solid rgba(164, 122, 77, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.reset__inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.reset h2 {
  max-width: 10ch;
}

.threshold {
  margin: 1.15rem 0 1.25rem;
  padding-left: 1rem;
  border-left: 2px solid var(--rose-clay);
}

.threshold p:last-child {
  margin-bottom: 0;
}

.ask-label {
  margin: 1.35rem 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--olive-leaf);
}

.question {
  margin: 0.2rem 0 1.2rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(164, 122, 77, 0.44);
  font-family: var(--serif);
  font-size: clamp(1.58rem, 6.2vw, 2.25rem);
  font-weight: 600;
  line-height: 1.08;
}

.mobile-grace {
  margin: 0.9rem -1rem 1.5rem;
  height: 8.6rem;
  overflow: hidden;
  background: var(--linen);
  position: relative;
}

.mobile-grace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.mobile-grace::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(241, 233, 221, 0.16), transparent 48%, rgba(62, 70, 56, 0.08));
}

.stop-cluster {
  margin: 1.7rem 0 1.9rem;
  padding: 1.3rem 1.25rem 1.35rem;
  color: var(--chalk);
  background: linear-gradient(135deg, var(--deep-olive), #4B5543);
  box-shadow: 0.42rem 0.42rem 0 rgba(198, 156, 139, 0.34);
}

.stop-cluster p {
  margin: 0;
  color: var(--chalk);
}

.stop-cluster p:first-child {
  margin-bottom: 0.28rem;
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.1;
}

.example {
  margin-top: 1.9rem;
  padding: 1.15rem 1rem 0.2rem 1.15rem;
  background: rgba(255, 253, 249, 0.62);
  border-left: 1px solid var(--antique-brass);
}

.example__label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--olive-leaf);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.editorial-pause {
  height: 5.7rem;
  display: grid;
  place-items: center;
}

.editorial-pause span {
  width: min(12rem, 45vw);
  height: 1px;
  background: var(--antique-brass);
  position: relative;
}

.editorial-pause span::before,
.editorial-pause span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid var(--antique-brass);
  transform: translateY(-50%) rotate(45deg);
  background: var(--limestone);
}

.editorial-pause span::before {
  left: -0.75rem;
}

.editorial-pause span::after {
  right: -0.75rem;
}

.situational-nav {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.situational-nav a {
  display: block;
  padding: 0.85rem 0.15rem 0.95rem;
  color: var(--espresso);
  font-family: var(--serif);
  font-size: 1.72rem;
  line-height: 1.15;
}

.situational-nav a + a {
  border-top: 1px solid rgba(48, 39, 32, 0.12);
}

.utility {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  padding: 3.3rem 0;
  border-bottom: 1px solid var(--rule);
}

.utility h2 {
  max-width: 11ch;
}

.utility__body {
  min-width: 0;
  max-width: 42rem;
}

.question--utility {
  margin-top: 0.1rem;
  font-size: clamp(1.45rem, 5.6vw, 2rem);
}

.return-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-weight: 600;
}

.utility--pause {
  margin-inline: -1rem;
  padding-inline: 1rem;
  background: rgba(251, 247, 240, 0.54);
}

.utility--return {
  margin-inline: -1rem;
  padding: 3.3rem 1rem;
  color: var(--chalk);
  background:
    radial-gradient(circle at 84% 24%, rgba(164, 122, 77, 0.12), transparent 18rem),
    linear-gradient(135deg, var(--deep-olive), #4C5644);
  border-bottom: 0;
}

.utility--return h2,
.utility--return p,
.utility--return a {
  color: var(--chalk);
  text-decoration-color: var(--rose-clay);
}

.utility--return a:focus-visible {
  outline-color: var(--chalk);
}

.contextual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 3.7rem 0 4.5rem;
}

.micro {
  min-width: 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--antique-brass);
}

.micro h2 {
  max-width: 16ch;
  font-size: clamp(2.05rem, 7.4vw, 2.7rem);
}

.micro--physical {
  padding: 1.55rem 1rem 1.75rem;
  background: rgba(228, 212, 193, 0.55);
  border-top-color: var(--antique-brass);
}

.example--small {
  margin-top: 1.5rem;
  background: var(--porcelain);
}


@media (max-width: 47.99rem) {
  .opening {
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
  }

  .opening h1 {
    margin-bottom: 0.5rem;
  }

  .reset {
    padding-top: 1.7rem;
  }

  .reset__header .section-kicker {
    margin-bottom: 0.45rem;
  }

  .reset h2 {
    max-width: 12ch;
    margin-bottom: 0.6rem;
  }

  .threshold {
    margin-top: 0.8rem;
    margin-bottom: 0.95rem;
  }

  .threshold p:first-child {
    margin-bottom: 0.65rem;
  }

  .ask-label {
    margin-top: 0.8rem;
  }

  .question {
    padding-top: 0.25rem;
  }
}

@media (min-width: 48rem) {
  :root {
    --page: min(100% - 4rem, 74rem);
  }

  .masthead__inner {
    min-height: 4.35rem;
  }

  .masthead__product {
    display: block;
  }

  .opening {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(18rem, 0.72fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    padding: 3rem 0 2.25rem;
  }

  .opening__copy {
    padding-left: clamp(0rem, 2vw, 1.5rem);
  }

  .opening__image {
    display: block;
    height: clamp(20rem, 30vw, 25rem);
    overflow: hidden;
    border-radius: 48% 48% 0.75rem 0.75rem;
    box-shadow: 1.1rem 1.1rem 0 rgba(198, 156, 139, 0.16);
    position: relative;
  }

  .opening__image::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(164, 122, 77, 0.24);
    border-radius: inherit;
    pointer-events: none;
  }

  .opening__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 26%;
  }

  h1 {
    max-width: none;
    font-size: clamp(5rem, 7vw, 6.8rem);
  }

  .opening__line {
    font-size: 1.22rem;
  }

  .reset {
    margin-top: 0;
    padding: clamp(3rem, 5vw, 4rem);
  }

  .reset__inner {
    max-width: 45rem;
  }

  .reset h2 {
    font-size: clamp(3.5rem, 5vw, 5rem);
  }

  .mobile-grace {
    display: none;
  }

  .question {
    font-size: 2.25rem;
  }

  .editorial-pause {
    height: 8rem;
  }

  .situational-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .situational-nav a {
    padding: 1rem 1.3rem 1.1rem;
    font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  }

  .situational-nav a + a {
    border-top: 0;
    border-left: 1px solid rgba(48, 39, 32, 0.13);
  }

  .utility {
    grid-template-columns: minmax(14rem, 0.47fr) minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 6rem);
    padding: 4.8rem 0;
  }

  .utility__heading {
    position: relative;
  }

  .utility h2 {
    font-size: clamp(3rem, 4.5vw, 4rem);
  }

  .utility--pause {
    margin-inline: -2rem;
    padding-inline: 2rem;
  }

  .utility--return {
    margin-inline: 0;
    padding: 4.7rem clamp(2.4rem, 6vw, 5rem);
  }

  .contextual {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.2rem, 5vw, 4.5rem);
    padding-top: 5rem;
  }

  .micro--physical {
    padding: 1.8rem 1.7rem 2rem;
  }
}

@media (min-width: 75rem) {
  .opening {
    padding-top: 4.8rem;
  }

  .reset {
    margin-inline: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
