.author-note-v101 {
  --author-ink: #173f4a;
  --author-gold: #d5a754;
  display: grid;
  grid-template-columns: minmax(210px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  width: min(1280px, calc(100% - 64px));
  margin: clamp(54px, 7vw, 108px) auto;
  padding: clamp(34px, 5vw, 72px);
  background: #f8efd9;
  color: var(--author-ink);
  border: 1px solid rgba(148, 104, 34, 0.4);
  box-shadow: 0 24px 68px rgba(8, 37, 46, 0.14);
}
.author-note-portrait-v101 {
  width: min(100%, 270px);
  aspect-ratio: 4 / 5;
  margin: 0;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(148, 104, 34, 0.45);
  box-shadow: 0 16px 38px rgba(8, 37, 46, 0.18);
}
.author-note-portrait-v101 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transform: scale(1.13);
  transform-origin: 50% 18%;
}
.author-note-copy-v101 { max-width: 780px; }
.author-note-copy-v101 > .kicker { margin: 0 0 16px; color: #8d5b0e; }
.author-note-copy-v101 h2 {
  max-width: 720px;
  margin: 0 0 28px;
  font: 600 clamp(2.7rem, 4.6vw, 5.3rem) / 0.96 var(--serif, Georgia, serif);
  letter-spacing: -0.04em;
  color: var(--author-ink);
}
.author-note-copy-v101 > p:not(.kicker) {
  max-width: 760px;
  margin: 0 0 17px;
  font: 400 clamp(1rem, 1.25vw, 1.18rem) / 1.68 var(--sans, Arial, sans-serif);
  color: #365963;
}
.author-note-copy-v101 > p:nth-of-type(5) {
  margin-top: 24px;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-style: italic;
  color: #9b650e;
}
.author-note-signoff-v101 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 104, 34, 0.28);
}
.author-note-signoff-v101 > img { display: block; width: clamp(145px, 15vw, 220px); height: auto; }
.author-note-signoff-v101 > p { margin: 0; padding-left: 18px; border-left: 1px solid rgba(23, 63, 74, 0.2); }
.author-note-signoff-v101 strong, .author-note-signoff-v101 span { display: block; }
.author-note-signoff-v101 strong { font: 700 0.95rem / 1.3 var(--sans, Arial, sans-serif); letter-spacing: 0.05em; }
.author-note-signoff-v101 span { margin-top: 4px; font: 500 0.78rem / 1.3 var(--sans, Arial, sans-serif); letter-spacing: 0.1em; text-transform: uppercase; color: #66787b; }
.author-note-contact-v101 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: min(100%, 310px);
  padding: 17px 20px;
  border: 0;
  background: var(--author-ink);
  color: #fff;
  font: 800 0.78rem / 1.2 var(--sans, Arial, sans-serif);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}
.author-note-contact-v101:hover, .author-note-contact-v101:focus-visible { background: var(--author-gold); color: var(--author-ink); }
.author-note-contact-v101:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 760px) {
  .author-note-v101 { grid-template-columns: 1fr; width: calc(100% - 24px); padding: 30px 24px 36px; gap: 30px; }
  .author-note-portrait-v101 { width: min(62vw, 220px); }
  .author-note-copy-v101 > .kicker, .author-note-copy-v101 h2 { text-align: center; }
  .author-note-signoff-v101 { display: block; }
  .author-note-signoff-v101 > img { width: 190px; max-width: 78%; margin-bottom: 12px; }
  .author-note-signoff-v101 > p { padding-left: 0; border-left: 0; }
  .author-note-contact-v101 { width: 100%; }
}
