/* About, privacy and 404. */

/* About */
.about-hero picture img { object-position: 0 50%; }
.about-hero .scene-copy { width: min(41%, 760px); }
.about-hero h1 { font-size: clamp(3rem, 6vw, 8rem); margin-bottom: 30px; }
.principles h2 { margin-bottom: clamp(32px, 4vw, 56px); }
.principles ol { border-top: 3px solid var(--river); }
.principles li { display: flex; align-items: baseline; gap: clamp(20px, 4vw, 64px); padding: clamp(18px, 2vw, 28px) 0; border-bottom: 1.5px solid var(--olive); font-family: var(--display); font-size: clamp(2rem, 4.4vw, 5rem); line-height: 1; }
.principles li span { font-family: var(--text); font-size: 1rem; font-weight: 700; color: var(--olive); letter-spacing: .08em; min-width: 2.2em; }
.a-publish { background: var(--card); border-top: 2px solid var(--river); border-bottom: 2px solid var(--river); }
.a-publish-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 96px); align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
.a-docs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 32px); }
.a-docs li { padding: 22px 20px 24px; background: var(--paper); border: 2px solid var(--river); border-radius: 6px 6px 14px 14px; box-shadow: 8px 10px 0 -2px var(--tint); }
.a-docs .i { width: 30px; height: 30px; margin-bottom: 14px; }
.a-docs h3 { font-size: 1.45rem; margin-bottom: 10px; }
.a-docs p { margin: 0; font-size: 1rem; }
@media (max-width: 1199px) { .a-publish-head { grid-template-columns: minmax(0, 1fr); } .a-docs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .a-docs { grid-template-columns: minmax(0, 1fr); } }
/* the canal plate has no quiet field big enough for a list, so the words sit on paper above it
   and the plate's morning mist fades up into the page */
.stand { display: flex; flex-direction: column; min-height: 0; }
.stand > .scene-copy { order: -1; width: auto !important; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px clamp(40px, 6vw, 120px); align-items: start; max-width: 1640px; padding: clamp(72px, 8vw, 140px) var(--g) 0; }
.stand h2 { max-width: 8ch; }
.stand .standing-wrap .button { margin-top: 4px; }
.stand > picture { position: relative; z-index: 0; margin-top: clamp(-160px, -8vw, -40px); }
.stand > picture img { height: auto; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 22%); mask-image: linear-gradient(to bottom, transparent 0, #000 22%); }
.standing { display: grid; grid-template-columns: auto 1fr; gap: 0 28px; margin: 0 0 36px; border-top: 3px solid var(--river); }
@media (max-width: 1199px) { .stand > .scene-copy { grid-template-columns: minmax(0, 1fr); } .stand h2 { max-width: none; } }
.standing dt, .standing dd { padding: 14px 0; border-bottom: 1.5px solid var(--olive); margin: 0; }
.standing dt { font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); padding-top: 20px; }
.standing dd { font-family: var(--display); font-size: clamp(1.5rem, 2.3vw, 2.4rem); line-height: 1.1; }

/* Privacy */
.privacy-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(32px, 5vw, 96px); align-items: center; padding: clamp(24px, 4vw, 64px) var(--g) 0; }
.privacy-head h1 { font-size: clamp(3rem, 6.4vw, 8rem); margin-bottom: 28px; }
.privacy-head img { width: 100%; max-width: 560px; justify-self: end; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 30%); mask-image: linear-gradient(to bottom, transparent 0, #000 30%); }
.privacy .prose { max-width: none; }
.p-draft { max-width: 34rem; padding: 12px 16px; border: 2px dashed var(--orange); border-radius: 12px; font-weight: 500; font-size: 1rem; }
.privacy .prose > * { max-width: 46rem; }

/* 404 */
.lost { position: relative; min-height: 78svh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 32px; padding: clamp(24px, 4vw, 64px) var(--g) clamp(64px, 8vw, 120px); overflow: hidden; }
.lost-copy { position: relative; z-index: 2; }
.lost h1 { font-size: clamp(3rem, 7vw, 8.4rem); margin-bottom: 26px; max-width: 10ch; }
.lost-water { position: absolute; right: 12%; top: 50%; transform: translateY(-50%); z-index: 1; }
.lost-water .rings { width: clamp(260px, 34vw, 560px); height: clamp(100px, 13vw, 210px); }
.lost-water .rings i { border-color: var(--green); }
.lost-water .rings i:nth-child(2) { border-color: var(--orange); }
.lost-otter { position: relative; z-index: 2; justify-self: center; width: min(100%, 420px); }

@media (max-width: 760px) {
  .about-hero picture img { aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: 78% 50%; }
  .principles li { font-size: 1.9rem; }
  .standing { grid-template-columns: minmax(0, 1fr); }
  .standing dt { border-bottom: 0; padding-bottom: 0; }
  .privacy-head { grid-template-columns: minmax(0, 1fr); padding-top: 8px; }
  .privacy-head img { justify-self: start; max-width: 360px; }
  .lost { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .lost-water { right: -20%; top: auto; bottom: 60px; transform: none; }
}
