.author-profile-surface {
  background:
    radial-gradient(circle at 8% 18%, rgba(244, 143, 71, 0.1), transparent 24rem),
    #f5f3ed;
}

.author-profile-surface main {
  overflow: hidden;
}

.offer-top-author-link {
  color: #0d6f78;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(13, 111, 120, 0.38);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.offer-top-author-link:hover,
.offer-top-author-link:focus-visible {
  color: #d46226;
  text-decoration-color: currentColor;
}

.offer-top-author-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(13, 111, 120, 0.18);
  outline-offset: 3px;
}

.author-profile .section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.author-profile .container {
  max-width: 1340px;
  padding-inline: clamp(18px, 3.5vw, 48px);
}

.author-hero {
  position: relative;
  min-height: min(820px, calc(100svh - 78px));
  isolation: isolate;
  overflow: hidden;
  background: #17303b;
  color: #fff;
}

.author-hero__image,
.author-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.author-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 62%;
  animation: authorHeroReveal 0.9s ease-out both;
}

.author-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 20, 29, 0.88) 0%, rgba(4, 20, 29, 0.54) 40%, rgba(4, 20, 29, 0.05) 72%),
    linear-gradient(0deg, rgba(3, 18, 25, 0.62) 0%, transparent 46%);
}

.author-hero__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(820px, calc(100svh - 78px));
  padding-block: clamp(70px, 9vw, 120px);
}

.author-hero__copy {
  width: min(680px, 70%);
  animation: authorCopyReveal 0.7s 0.12s ease-out both;
}

.author-eyebrow {
  margin: 0 0 14px;
  color: #bff5ee;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.author-eyebrow--ink {
  color: #08777e;
}

.author-eyebrow--warm {
  color: #e27637;
}

.author-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", "DM Sans", Arial, sans-serif;
  font-size: clamp(78px, 13vw, 188px);
  font-weight: 850;
  line-height: 0.82;
  letter-spacing: -0.085em;
  text-shadow: 0 18px 45px rgba(1, 16, 24, 0.25);
}

.author-hero__role {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.author-hero blockquote {
  max-width: 570px;
  margin: 25px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.1vw, 45px);
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.author-tags li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(6, 37, 48, 0.26);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.author-hero__scroll {
  position: absolute;
  right: clamp(18px, 3.5vw, 48px);
  bottom: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 31, 40, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.author-section-number {
  margin: 0 0 23px;
  color: rgba(12, 70, 76, 0.15);
  font-family: "Poppins", "DM Sans", Arial, sans-serif;
  font-size: 58px;
  font-weight: 850;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.author-story {
  position: relative;
  background: #f5f3ed;
}

.author-story::before {
  content: attr(data-story-title);
  position: absolute;
  top: 44px;
  right: -0.05em;
  color: rgba(15, 93, 99, 0.035);
  font-family: "Poppins", "DM Sans", Arial, sans-serif;
  font-size: clamp(85px, 17vw, 250px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.author-story__shell,
.author-story__intro {
  position: relative;
}

.author-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.author-story h2,
.author-rome h2,
.author-world h2,
.author-offers h2 {
  margin: 0;
  color: #12343e;
  font-family: "Poppins", "DM Sans", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.author-story__copy > p:not(.author-eyebrow):not(.author-section-number),
.author-rome__card > p:not(.author-eyebrow):not(.author-section-number),
.author-world__copy > p:not(.author-eyebrow):not(.author-section-number) {
  margin: 22px 0 0;
  color: #536970;
  font-size: 16px;
  line-height: 1.82;
}

.author-story__copy .author-story__hello {
  color: #1c414b;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
}

.author-photo {
  position: relative;
  margin: 0;
}

.author-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(19, 46, 52, 0.16);
}

.author-photo--mountain {
  transform: rotate(1.2deg);
}

.author-photo--mountain::before,
.author-photo--milan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px 22px 20px -18px;
  border: 1px solid rgba(12, 117, 124, 0.22);
  border-radius: 12px;
}

.author-photo figcaption {
  position: absolute;
  right: -12px;
  bottom: -18px;
  max-width: 260px;
  padding: 13px 16px;
  border-radius: 8px;
  background: #fff;
  color: #37535a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 14px 35px rgba(20, 42, 48, 0.14);
}

.author-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(14px, 3vw, 34px);
  margin: clamp(90px, 10vw, 140px) 0 0;
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(132, 229, 216, 0.2), transparent 38%),
    #073c47;
  box-shadow: 0 28px 65px rgba(8, 54, 63, 0.18);
}

.author-manifesto__mark {
  align-self: start;
  color: #83ded4;
  font-family: Georgia, serif;
  font-size: clamp(70px, 8vw, 112px);
  line-height: 0.7;
}

.author-manifesto p {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.1vw, 42px);
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.author-manifesto__signature {
  color: #83ded4;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.author-rome {
  background: #082f38;
}

.author-rome__shell {
  position: relative;
  min-height: 720px;
}

.author-rome__photo {
  position: absolute;
  inset: 0 12% 0 0;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 35px 80px rgba(1, 18, 23, 0.34);
}

.author-rome__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 44%, rgba(7, 29, 34, 0.56));
}

.author-rome__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.author-rome__card {
  position: relative;
  z-index: 1;
  width: min(510px, 44%);
  margin-left: auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(249, 247, 240, 0.97);
  box-shadow: 0 30px 70px rgba(1, 17, 22, 0.28);
  transform: translateY(80px);
}

.author-rome__card .author-section-number {
  color: rgba(211, 99, 39, 0.17);
}

.author-rome h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.author-world {
  background: #fcfbf7;
}

.author-world__shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 8vw, 118px);
}

.author-world__copy {
  padding-left: clamp(0px, 3vw, 36px);
}

.author-world__places {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.author-world__places span {
  padding: 8px 12px;
  border: 1px solid #d9e6e4;
  border-radius: 999px;
  color: #2e6165;
  font-size: 11px;
  font-weight: 850;
}

.author-photo--milan {
  transform: rotate(-1deg);
}

.author-photo--milan::before {
  inset: 22px -18px -18px 22px;
  border-color: rgba(229, 119, 56, 0.25);
}

.author-photo--milan figcaption {
  right: auto;
  bottom: -22px;
  left: -16px;
}

.author-offers {
  background: #efece4;
}

.author-offers__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.author-offers__heading > p {
  margin: 0 0 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  color: #507078;
  font-size: 11px;
  font-weight: 850;
}

.author-offers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.author-offers__grid .offer-card {
  min-width: 0;
}

@keyframes authorHeroReveal {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes authorCopyReveal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1040px) {
  .author-story__intro,
  .author-world__shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 46px;
  }

  .author-offers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-rome__card {
    width: min(500px, 52%);
  }
}

@media (max-width: 820px) {
  .author-profile .section {
    padding: 70px 0;
  }

  .author-hero,
  .author-hero__inner {
    min-height: 690px;
  }

  .author-hero__image {
    object-position: 57% center;
  }

  .author-hero__shade {
    background:
      linear-gradient(0deg, rgba(3, 18, 25, 0.88) 0%, rgba(3, 18, 25, 0.35) 68%, rgba(3, 18, 25, 0.08) 100%);
  }

  .author-hero__inner {
    padding-bottom: 74px;
  }

  .author-hero__copy {
    width: 100%;
  }

  .author-hero__scroll {
    display: none;
  }

  .author-story__intro,
  .author-world__shell {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .author-story__copy {
    max-width: 680px;
  }

  .author-photo--mountain,
  .author-photo--milan {
    transform: none;
  }

  .author-manifesto {
    grid-template-columns: 1fr;
  }

  .author-manifesto__signature {
    justify-self: end;
  }

  .author-rome__shell {
    min-height: 0;
  }

  .author-rome__photo {
    position: relative;
    inset: auto;
    height: clamp(390px, 90vw, 620px);
  }

  .author-rome__photo::after {
    background: linear-gradient(0deg, rgba(7, 29, 34, 0.46), transparent 45%);
  }

  .author-rome__card {
    width: calc(100% - 28px);
    margin: -80px auto 0;
    transform: none;
  }

  .author-world__copy {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .author-profile .container {
    padding-inline: 16px;
  }

  .author-hero {
    min-height: 650px;
  }

  .author-hero__inner {
    min-height: 650px;
    padding-block: 52px;
  }

  .author-hero h1 {
    font-size: clamp(74px, 27vw, 112px);
  }

  .author-hero blockquote {
    max-width: 340px;
    font-size: 27px;
  }

  .author-tags {
    margin-top: 24px;
  }

  .author-section-number {
    margin-bottom: 18px;
    font-size: 46px;
  }

  .author-story h2,
  .author-rome h2,
  .author-world h2,
  .author-offers h2 {
    font-size: 42px;
  }

  .author-story__copy > p:not(.author-eyebrow):not(.author-section-number),
  .author-rome__card > p:not(.author-eyebrow):not(.author-section-number),
  .author-world__copy > p:not(.author-eyebrow):not(.author-section-number) {
    font-size: 15px;
    line-height: 1.75;
  }

  .author-photo figcaption {
    right: 8px;
    bottom: -20px;
  }

  .author-photo--milan figcaption {
    left: 8px;
  }

  .author-manifesto {
    margin-top: 76px;
    padding: 28px 24px;
    border-radius: 20px;
  }

  .author-manifesto__mark {
    font-size: 72px;
  }

  .author-manifesto p {
    font-size: 24px;
  }

  .author-rome__photo {
    height: 430px;
    border-radius: 10px;
  }

  .author-rome__photo img {
    object-position: 50% center;
  }

  .author-rome__card {
    width: calc(100% - 20px);
    margin-top: -54px;
    padding: 30px 24px;
  }

  .author-offers__heading {
    display: block;
  }

  .author-offers__heading > p {
    width: fit-content;
    margin-top: 18px;
  }

  .author-offers__grid {
    grid-template-columns: 1fr;
  }
}

/* Silvia's portrait photographs keep their full framing; the city spread
   leaves her face at the left edge of the photograph unobstructed. */
.author-profile--silvia .author-hero__image {
  object-position: center 42%;
}

.author-profile--silvia .author-hero__copy {
  max-width: 570px;
}

.author-profile--silvia .author-story__copy > p.author-story__hello {
  color: #1c414b;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
}

.author-profile--silvia .author-photo--mountain {
  width: min(100%, 440px);
  justify-self: center;
}

.author-profile--silvia .author-photo--milan {
  width: min(100%, 380px);
  justify-self: center;
}

.author-profile--silvia .author-rome.section {
  padding-top: 24px;
  padding-bottom: 0;
}

.author-profile--silvia .author-rome__shell {
  min-height: 0;
}

.author-profile--silvia .author-rome__photo {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
}

.author-profile--silvia .author-rome__photo::after {
  content: none;
}

.author-profile--silvia .author-rome__photo img {
  display: block;
  height: auto;
}

.author-profile--silvia .author-rome__card {
  width: min(670px, 64%);
  margin: -100px 0 0 auto;
  transform: none;
}

.author-profile--silvia .author-manifesto {
  grid-template-columns: auto minmax(0, 1fr);
}

.author-profile--silvia .author-manifesto p {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.4;
}

.author-profile--silvia .author-manifesto__signature {
  grid-column: 2;
  justify-self: end;
}

.author-profile--silvia .author-world__copy > p.author-world__signoff {
  color: #08777e;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 820px) {
  .author-profile--silvia .author-hero,
  .author-profile--silvia .author-hero__inner {
    min-height: 0;
  }

  .author-profile--silvia .author-hero {
    background: #102e3c;
  }

  .author-profile--silvia .author-hero__image {
    height: auto;
  }

  .author-profile--silvia .author-hero__shade {
    height: 75vw;
    background: linear-gradient(0deg, #102e3c, transparent 35%);
  }

  .author-profile--silvia .author-hero__inner {
    padding-top: 70vw;
    padding-bottom: 46px;
  }

  .author-profile--silvia .author-hero h1 {
    font-size: clamp(82px, 20vw, 128px);
  }

  .author-profile--silvia .author-rome__card {
    width: calc(100% - 20px);
    margin: -24px auto 0;
  }

  .author-profile--silvia .author-manifesto {
    grid-template-columns: 1fr;
  }

  .author-profile--silvia .author-manifesto__signature {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero__image,
  .author-hero__copy {
    animation: none;
  }

  html:focus-within {
    scroll-behavior: auto;
  }
}
