html {
  font-size: 18px;
}

body {
  margin: 0;
  background: #fff6ea;
  color: #26211d;
  font-family: Georgia, "Times New Roman", serif;
}

.corner-button {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 10;
  display: inline-block;
  padding: 9px 13px 8px;
  border: 1px solid #b99f7f;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.92);
  color: #5e4228;
  box-shadow: 0 8px 22px rgba(45, 39, 34, 0.10);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.corner-button:hover {
  background: #2d2722;
  border-color: #2d2722;
  color: #fffaf2;
}

.site {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.article {
  background: #fffaf2;
  border-top: 8px solid #2d2722;
  box-shadow: 0 18px 50px rgba(45, 39, 34, 0.12);
}

.masthead {
  padding: 58px 72px 38px;
  border-bottom: 1px solid #dfd2bf;
}

.rule {
  width: 72px;
  height: 3px;
  background: #b36b2c;
  margin-bottom: 28px;
}

.section {
  margin: 0 0 18px;
  color: #7d5530;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(3.2rem, 7.2vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.standfirst {
  margin: 30px 0 0;
  max-width: 760px;
  color: #5e4228;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.24;
}

.content {
  max-width: 860px;
  padding: 50px 72px 64px;
}

.content p {
  margin: 0 0 1.2em;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.content p:first-of-type::first-letter {
  float: left;
  margin: 0.05em 0.11em 0 0;
  color: #6b441e;
  font-size: 5.1rem;
  line-height: 0.72;
}

.feature {
  margin: 2.2rem 0 2.1rem;
}

.feature img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dfd2bf;
}

.feature figcaption {
  margin-top: 0.75rem;
  color: #7a6a59;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.83rem;
  line-height: 1.45;
}

.feature-mid {
  margin-top: 2.8rem;
}

@media (max-width: 760px) {
  html {
    font-size: 16px;
  }

  .corner-button {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.68rem;
  }

  .site {
    padding: 54px 10px 40px;
  }

  .masthead {
    padding: 34px 24px 28px;
  }

  .content {
    padding: 34px 24px 48px;
  }

  .content p:first-of-type::first-letter {
    font-size: 4.2rem;
  }
}
