:root {
  --about-shell: 1120px;
  --about-orange: #e66a17;
}

.about-shore-page {
  background: #fffdfb;
}

.about-shore-page .about-main {
  background: #fffdfb;
}

.about-shore-page .about-main {
  width: 100%;
  max-width: none;
  margin: -72px 0 0;
  padding: 0;
}

.about-shore-page .about-shoreline {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  opacity: .92;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
}

.about-shore-page .about-shoreline img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 61%;
  filter: saturate(.76) brightness(1.13) contrast(.92);
}

.about-shore-page .detail-hero--about {
  position: relative;
  display: block;
  width: min(var(--about-shell), calc(100% - 64px));
  min-height: 330px;
  margin: -210px auto 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.about-shore-page .detail-hero--about .detail-hero__art {
  position: absolute;
  inset: 8px 0 auto auto;
  display: block;
  width: 72%;
  height: 390px;
  opacity: 1;
}

.about-shore-page .detail-hero--about .detail-hero__art::before {
  display: none;
}

.about-shore-page .detail-hero--about .detail-hero__art img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  filter: none;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .18) 12%, #000 32%, #000 82%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .18) 12%, #000 32%, #000 82%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-composite: intersect;
}

.about-shore-page .detail-hero--about .detail-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 178px 0 52px;
}

.about-shore-page .detail-hero--about .detail-hero__eyebrow {
  margin: 0 0 18px;
  color: var(--work-blue);
  font-family: var(--content-script);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  transform: rotate(-1deg);
  transform-origin: left;
}

.about-shore-page .detail-hero--about h1 {
  margin: 0;
  color: var(--work-blue);
  font-family: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.about-shore-page .detail-hero--about .detail-intro {
  max-width: 700px;
  margin: 18px 0 0;
  color: #40566a;
  font-size: 17px;
  line-height: 1.75;
}

.about-shore-page .about-now,
.about-shore-page .detail-section,
.about-shore-page .contact-card {
  width: min(var(--about-shell), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.about-shore-page .about-now {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 22px;
  margin-bottom: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-shore-page .about-now__copy {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}

.about-shore-page .about-now__copy .content-eyebrow {
  margin: 0;
  color: var(--work-blue);
  font-family: var(--content-script);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
}

.about-shore-page .about-now__copy .content-eyebrow::after {
  display: block;
  width: 54px;
  height: 8px;
  margin-top: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 9'%3E%3Cpath d='M2 5.8 C13 2.4 25 4.8 37 3 C46 1.8 53 3.3 58 2.4' fill='none' stroke='%23e66a17' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  content: "";
}

.about-shore-page .about-now__copy h2 {
  display: none;
}

.about-shore-page .about-now .currently-preview__link {
  min-height: 0;
  margin: 0 0 2px;
  color: var(--about-orange);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.about-shore-page .about-now .currently-preview__link:hover {
  color: var(--about-orange);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-shore-page .about-now__visuals {
  gap: 0;
  padding: 18px 24px;
  border: 1px solid rgba(49, 95, 138, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
}

.about-shore-page .about-now__visuals > li {
  grid-template-columns: 120px 1fr;
  justify-items: start;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
}

.about-shore-page .about-now__visuals > li + li {
  border-left: 0;
}

.about-shore-page .about-now__visuals > li > span {
  color: var(--work-blue);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.about-shore-page .detail-section {
  padding: 58px 0 64px;
  border: 0;
}

.about-shore-page .detail-section__title {
  position: relative;
  margin: 0;
  padding: 0 0 12px;
  color: var(--work-blue);
  font-family: var(--content-sans);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.about-shore-page .detail-section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 9px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 10'%3E%3Cpath d='M2 6 C12 2.5 25 5 37 3.1 C46 1.8 53 3.6 58 2.5' fill='none' stroke='%23e66a17' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  content: "";
}

.about-shore-page .values-layout {
  display: block;
  margin-top: 34px;
}

.about-shore-page .values-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.about-shore-page .value-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 14px;
}

.about-shore-page .value-dot {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border: 2px solid rgba(180, 71, 11, .72);
  border-radius: 50% 45% 55% 48%;
  background: transparent;
  transform: rotate(-8deg);
}

.about-shore-page .value-item h3 {
  margin: 0 0 8px;
  color: var(--work-blue);
  font-family: var(--content-sans);
  font-size: 17px;
  font-weight: 620;
  line-height: 1.4;
}

.about-shore-page .value-item p {
  margin: 0;
  color: #40566a;
  font-size: 14px;
  line-height: 1.65;
}

.about-shore-page .values-art {
  display: none;
}

.about-shore-page .about-experience > .content-eyebrow,
.about-shore-page .about-experience__intro,
.about-shore-page .experience-tags {
  display: none;
}

.about-shore-page .experience-timeline {
  position: relative;
  margin-top: 34px;
  padding: 0;
}

.about-shore-page .experience-timeline::before {
  display: block;
  top: 8px;
  bottom: 12px;
  left: 100px;
  border-left: 1px solid rgba(49, 95, 138, .28);
}

.about-shore-page .experience-entry {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  column-gap: 28px;
  min-height: 0;
  padding: 0 0 34px;
  border: 0;
}

.about-shore-page .experience-entry:last-child {
  border-bottom: 0;
}

.about-shore-page .experience-entry__date {
  position: relative;
  padding: 2px 18px 0 0;
  color: var(--work-blue);
  font-size: 13px;
  font-weight: 600;
}

.about-shore-page .experience-entry__date::before {
  display: block;
  top: 4px;
  left: 94px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--about-orange);
  background: #fffdfb;
}

.about-shore-page .experience-entry__body {
  padding: 0;
  border: 0;
}

.about-shore-page .experience-entry__heading {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
}

.about-shore-page .experience-entry__highlights {
  display: block;
  max-width: 64ch;
  margin: 10px 0 0;
}

.about-shore-page .experience-entry__highlights p {
  color: #607184;
  font-size: 14px;
  line-height: 1.65;
}

.about-shore-page .experience-entry h3 {
  margin: 0;
  color: #40566a;
  font-family: var(--content-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about-shore-page .experience-company-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: baseline;
}

.about-shore-page .experience-company,
.about-shore-page .experience-location {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.about-shore-page .experience-company,
.about-shore-page .experience-company a {
  color: var(--about-orange);
  text-decoration: none;
}

.about-shore-page .experience-location {
  color: #607184;
  text-align: right;
}

.about-shore-page .hobbies-section > .detail-script {
  display: none;
}

.about-shore-page .hobby-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 12px 0 0;
}

.about-shore-page .hobby-item {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.about-shore-page .hobby-item__crop {
  position: relative;
  display: block;
  width: 50%;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}

.about-shore-page .hobby-item__crop img {
  position: absolute;
  top: 50%;
  width: 400%;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
}

.about-shore-page .hobby-item--cats img {
  left: 0;
}

.about-shore-page .hobby-item--cats .hobby-item__crop {
  clip-path: inset(0 10% 0 0);
}

.about-shore-page .hobby-item--camera img {
  left: -100%;
}

.about-shore-page .hobby-item--bread img {
  left: -200%;
}

.about-shore-page .hobby-item--bread .hobby-item__crop {
  clip-path: inset(0 0 0 10%);
}

.about-shore-page .hobby-item--music img {
  left: -300%;
}

.about-shore-page .hobby-item figcaption {
  margin-top: 10px;
  color: var(--work-blue);
  font-family: var(--content-script);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.about-shore-page .hobbies-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-shore-page .hobby-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 2px 0 0;
  color: var(--work-blue);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.about-shore-page .contact-card {
  position: relative;
  min-height: 0;
  margin-top: 34px;
  margin-bottom: 72px;
  padding: 24px 32px;
  overflow: hidden;
  border: 1px solid rgba(49, 95, 138, .14);
  border-radius: 16px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(234, 247, 253, .62)),
    url("home/shore-environment-watercolor-v4.png");
  background-position: center, center 20%;
  background-size: auto, 100% auto;
}

.about-shore-page .contact-card__art {
  display: none;
}

.about-shore-page .contact-card__copy {
  position: static;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 12px 40px;
  width: 100%;
  padding: 0;
}

.about-shore-page .contact-card__copy h2 {
  margin: 0;
  color: var(--work-blue);
  font-family: var(--content-sans);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.3;
}

.about-shore-page .contact-card__copy > p {
  grid-column: 1;
  grid-row: 2;
  max-width: 430px;
  margin: 0;
  color: #40566a;
  font-size: 13px;
  line-height: 1.6;
}

.about-shore-page .contact-list {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 20px;
  align-self: end;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-shore-page .contact-list a,
.about-shore-page .contact-copy-button {
  min-height: 44px;
  padding: 18px 0 4px;
  border: 0;
  background: transparent;
  color: var(--work-blue);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
}

.about-shore-page .contact-list li,
.about-shore-page .contact-list a,
.about-shore-page .contact-copy-button {
  justify-content: center;
}

.about-shore-page .contact-list .material-symbols-rounded {
  color: #3e8bab;
  font-size: 22px;
}

.about-shore-page .contact-list a:hover,
.about-shore-page .contact-copy-button:hover {
  color: var(--about-orange);
}

@media (max-width: 820px) {
  .about-shore-page .about-main {
    margin-top: -96px;
  }

  .about-shore-page .about-shoreline {
    height: 300px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 58%, rgba(0, 0, 0, .7) 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 58%, rgba(0, 0, 0, .7) 76%, transparent 100%);
  }

  .about-shore-page .detail-hero--about,
  .about-shore-page .about-now,
  .about-shore-page .detail-section,
  .about-shore-page .contact-card {
    width: calc(100% - 36px);
  }

  .about-shore-page .detail-hero--about {
    display: grid;
    margin-top: -300px;
    min-height: 300px;
    overflow: visible;
  }

  .about-shore-page .detail-hero--about .detail-hero__copy {
    grid-row: 1;
    width: 100%;
    padding: 164px 0 44px;
  }

  .about-shore-page .detail-hero--about .detail-hero__art {
    position: relative;
    inset: auto;
    grid-area: 2 / 1;
    width: 100%;
    height: 270px;
    overflow: hidden;
  }

  .about-shore-page .detail-hero--about .detail-hero__art img {
    position: static;
    inset: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-left: 0;
    object-fit: cover;
    object-position: 72% center;
    transform: none;
  }

  .about-shore-page .detail-hero--about .detail-hero__eyebrow {
    font-size: 19px;
  }

  .about-shore-page .detail-hero--about h1 {
    font-size: 44px;
  }

  .about-shore-page .detail-hero--about .detail-intro {
    margin-top: 20px;
    font-size: 15px;
  }

  .about-shore-page .about-now {
    margin-top: 20px;
    margin-bottom: 42px;
    padding: 0;
  }

  .about-shore-page .about-now__copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .about-shore-page .about-now .currently-preview__link {
    margin-top: 0;
  }

  .about-shore-page .about-now__visuals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 16px 6px;
  }

  .about-shore-page .about-now__visuals > li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 0 4px;
  }

  .about-shore-page .about-now__visuals > li > span {
    font-size: 11px;
  }

  .about-shore-page .about-now__book-stack,
  .about-shore-page .about-now__podcast-stack,
  .about-shore-page .about-now__course-stack {
    transform: scale(.78);
  }

  .about-shore-page .detail-section {
    padding: 44px 0 48px;
  }

  .about-shore-page .detail-section__title {
    font-size: 22px;
  }

  .about-shore-page .values-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-shore-page .experience-entry {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 0 30px;
  }

  .about-shore-page .experience-timeline {
    padding-left: 24px;
  }

  .about-shore-page .experience-timeline::before {
    left: 5px;
  }

  .about-shore-page .experience-entry__date {
    padding: 0;
  }

  .about-shore-page .experience-entry__date::before {
    top: 3px;
    left: -25px;
    background: #fffdfb;
  }

  .about-shore-page .experience-entry__heading {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-shore-page .experience-company-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .about-shore-page .hobbies-art {
    width: 100%;
    margin-left: 0;
  }

  .about-shore-page .hobby-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-shore-page .hobby-item__crop {
    height: 72px;
  }

  .about-shore-page .hobby-item figcaption {
    margin-top: 7px;
    font-size: 12px;
  }

  .about-shore-page .hobby-labels {
    gap: 6px;
    margin-top: 4px;
    font-size: 10px;
  }

  .about-shore-page .contact-card {
    margin-bottom: 48px;
    padding: 22px 20px;
  }

  .about-shore-page .contact-card__copy {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-shore-page .contact-list {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-self: auto;
  }

  .about-shore-page .contact-list a,
  .about-shore-page .contact-copy-button {
    padding: 0;
  }

  .about-shore-page .contact-card__copy > p {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-shore-page .contact-list a,
  .about-shore-page .contact-copy-button,
  .about-shore-page .currently-preview__link {
    transition: none;
  }
}
