.logo {
  font-size: 20px;
  letter-spacing: -.025em;
}

.home-hero > .hero-name {
  margin-bottom: 25px;
  margin-top: 0;
  color: var(--blue);
  font-size: 17px;
  letter-spacing: .08em;
}

.hero-description {
  max-width: 690px;
  margin: 30px 0 34px;
}

.hero-description p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-description p[lang] {
  margin-top: 8px;
  color: var(--blue-dark);
  font-size: 16px;
  letter-spacing: .025em;
}

.now-card h2 {
  margin: 42px 0 20px;
}

.current-list {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.current-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(41, 76, 143, .14);
  color: var(--muted);
}

.current-list li::before {
  content: "↗";
  margin-right: 10px;
  color: var(--blue);
}

.life-feature {
  position: relative;
  padding: 0;
  isolation: isolate;
}

.life-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 37, 61, .05) 25%, rgba(20, 37, 61, .8) 100%);
}

.life-feature > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.life-feature-copy {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 36px;
  color: white;
}

.life-feature .label { color: #dfeaff; }
.home-grid .life-feature h2 { margin-top: auto; }
.home-grid .life-feature p:not(.label) { color: rgba(255, 255, 255, .82); }
.home-grid .life-feature button { color: white; }

.media-symbols {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.media-symbols span {
  display: grid;
  place-items: center;
  height: 46px;
  min-width: 46px;
  padding: 0 10px;
  border: 1px solid rgba(41, 76, 143, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 600;
}

.media-symbols .symbol-xhs {
  border-radius: 23px;
}

.media-symbols .symbol-youtube {
  background: #f8e7e8;
  color: #bd505b;
}

.media-symbols .symbol-podcast {
  background: var(--pblue);
  color: var(--blue);
  font-size: 20px;
}

.media-teaser h2 {
  margin-top: auto;
}

.media-symbols span,
.media-symbols .symbol-xhs,
.media-symbols .symbol-youtube,
.media-symbols .symbol-podcast {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--blue);
}

.media-symbols i {
  width: 32px;
  font-size: 30px;
  text-align: center;
}

.media-symbols span:first-child i {
  font-size: 27px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-hero h1 {
  font-size: clamp(42px, 5.5vw, 74px);
}

#home {
  position: relative;
  isolation: isolate;
}

#home::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: 50%;
  right: auto;
  width: 100vw;
  height: 600px;
  transform: translateX(-50%);
  background-image: linear-gradient(135deg, var(--paper) 0%, #f4f8ff 58%, #edf4ff 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#home .home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.page-intro h1 {
  max-width: 900px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.12;
}

.page-intro > .eyebrow {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: .12em;
}

.media-grid .media-profile-card {
  position: relative;
  isolation: isolate;
  padding: 0;
  overflow: hidden;
  color: white;
}

.media-card-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.suki-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.suki-intro {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 900px;
}

.suki-intro > div {
  min-width: 0;
}

.suki-profile-photo {
  flex: 0 0 116px;
  width: 116px;
  height: 116px;
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(44, 69, 111, .14);
  object-fit: cover;
  object-position: center 36%;
}

.suki-grid article {
  min-height: 390px;
  padding: 38px;
  border-radius: 26px;
}

.suki-welcome {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ppeach);
}

.suki-welcome > i {
  color: #d17a66;
  font-size: 42px;
}

.suki-grid h2 {
  max-width: 520px;
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.suki-grid p:not(.label) {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
}

.suki-album {
  background: var(--pblue);
}

.suki-carousel {
  position: relative;
  margin-top: 18px;
  outline: none;
  touch-action: pan-y;
}

.suki-carousel-viewport {
  overflow: hidden;
  border-radius: 18px;
}

.suki-carousel-track {
  display: flex;
  transition: transform .38s ease;
}

.suki-photo-button {
  display: block;
  flex: 0 0 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.suki-photo-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .2s ease;
}

.suki-photo-button:nth-child(4) img { object-position: center 36%; }

.suki-photo-button:hover img,
.suki-photo-button:focus-visible img {
  transform: scale(1.035);
}

.suki-photo-button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.suki-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-75%);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 8px 24px rgba(25, 45, 75, .16);
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.suki-carousel-prev { left: 12px; }
.suki-carousel-next { right: 12px; }

.suki-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.suki-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #aebbd0;
  cursor: pointer;
}

.suki-carousel-dots button[aria-current="true"] {
  width: 22px;
  border-radius: 999px;
  background: var(--blue-dark);
}

.suki-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(15, 24, 40, .88);
  backdrop-filter: blur(8px);
}

.suki-lightbox[hidden] {
  display: none;
}

.suki-lightbox > img {
  width: auto;
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
  object-fit: contain;
}

.suki-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: white;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

body.suki-lightbox-open {
  overflow: hidden;
}

.suki-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.suki-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(41, 76, 143, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.suki-social-links a:hover {
  transform: translateY(-2px);
  background: white;
}

.suki-social-links a > b {
  font-weight: 400;
}

@media (max-width: 850px) {
  .suki-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .suki-intro {
    align-items: flex-start;
    gap: 18px;
  }

  .suki-profile-photo {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
    border-width: 4px;
  }
}

/* Travel postcards */
.postcard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 28px;
}

.postcard-grid img,
.postcard-grid figure:nth-child(even) img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
}

.postcard-grid figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px 3px 0;
}

.postcard-grid figcaption span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.postcard-grid figcaption b {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

/* Home chef collection */
.chef-intro {
  max-width: 720px;
  margin-bottom: 48px;
}

.chef-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.chef-intro > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 28px;
}

.dish-grid figure {
  margin: 0;
}

.dish-grid figure > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 22px;
  object-fit: cover;
}

.dish-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--ppeach), #fff6ef);
  color: #a76050;
}

.dish-photo-placeholder-alt {
  background: linear-gradient(145deg, var(--pmint), #f4fbf8);
  color: #4f8578;
}

.dish-photo-placeholder i {
  font-size: 36px;
}

.dish-photo-placeholder span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
}

.dish-grid figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px 3px 0;
}

.dish-grid figcaption span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dish-grid figcaption b {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 560px) {
  .postcard-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dish-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

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

@media (max-width: 850px) {
  .media-grid { grid-template-columns: 1fr; }
}

.media-profile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(12, 20, 35, .08) 18%, rgba(12, 20, 35, .9) 100%);
}

.media-profile-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-profile-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 370px;
  padding: 30px;
}

.media-grid .media-profile-content > span {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  letter-spacing: .12em;
}

.media-grid .media-profile-content h2 { margin-top: auto; }
.media-grid .media-profile-content p { color: rgba(255, 255, 255, .78); }
.media-profile-content a { align-self: flex-start; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: white; font-size: 12px; font-weight: 600; text-decoration: none; }
.media-profile-content a:hover { color: #dfeaff; }
.media-grid .media-profile-card:not(.podcast-profile-card) { background: #030303; }
.media-grid .media-profile-card:not(.podcast-profile-card)::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, .18) 40%, rgba(0, 0, 0, .92) 68%, #030303 82%); }
.media-profile-card:not(.podcast-profile-card) > img { height: 70%; object-position: top center; }
#xiaohongshu > img { transform: scale(1.42); transform-origin: 20% 18%; }
#youtube > img { transform: scale(1.34); transform-origin: 30% 30%; }
.media-grid .podcast-profile-card::after { background: linear-gradient(180deg, transparent 64%, rgba(28, 43, 42, .45) 100%); }
.podcast-profile-card > img { object-position: center; }
.podcast-status { position: absolute; right: 20px; bottom: 20px; display: flex; flex-direction: column; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 14px; background: rgba(255, 250, 241, .9); backdrop-filter: blur(8px); color: #19332f; }
.podcast-status span { color: #d7583d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.podcast-status strong { font-size: 13px; font-weight: 600; }

@media (max-width: 560px) {
  .home-hero h1 { font-size: 40px; }
  .page-intro h1 { font-size: 30px; }
  .page-intro > .eyebrow { font-size: 13px; }
}

@media (max-width: 850px) {
  #home::before {
    height: 560px;
    background-image: linear-gradient(135deg, var(--paper) 0%, #f4f8ff 58%, #edf4ff 100%);
    background-position: center;
    background-size: 100% 100%;
  }

  #home .home-hero { min-height: 470px; }
}

.project-archive {
  border-top: 1px solid var(--line);
}

.project-archive details {
  border-bottom: 1px solid var(--line);
}

.project-archive summary {
  display: grid;
  grid-template-columns: 46px 1fr 32px;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
}

.project-archive summary::-webkit-details-marker { display: none; }
.project-number { color: var(--blue); font-size: 11px; }
.project-archive summary small { display: block; margin-bottom: 5px; color: var(--blue); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.project-archive summary strong { font-size: 24px; font-weight: 500; }
.project-toggle { font-size: 24px; font-weight: 300; text-align: center; transition: transform .2s ease; }
.project-archive details[open] .project-toggle { transform: rotate(45deg); }
.project-details { max-width: 790px; margin-left: 70px; padding: 0 0 38px; }
.project-details ul { margin: 18px 0 24px; padding-left: 18px; color: var(--muted); }
.project-details li { margin: 8px 0; padding-left: 5px; }
.tech-line { color: var(--blue-dark); font-size: 12px; letter-spacing: .03em; }
.award { display: inline-block; margin: 0 0 8px; padding: 8px 12px; border-radius: 16px; background: var(--ppeach); color: var(--blue-dark); font-size: 11px; }
.link-note { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.project-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--blue-dark); font-size: 12px; font-weight: 600; text-decoration: none; }
.project-link:hover { color: var(--blue); }
.project-preview { width: min(100%, 720px); margin: 24px 0 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--pblue); aspect-ratio: 16 / 9; }
.project-preview iframe { display: block; width: 100%; height: 100%; border: 0; }
.external-preview { position: relative; display: flex; flex-direction: column; justify-content: end; width: min(100%, 720px); min-height: 180px; margin: 24px 0 16px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, var(--pblue), var(--plilac)); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.external-preview:hover { transform: translateY(-2px); border-color: var(--blue); }
.external-preview span { margin-bottom: auto; color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.external-preview strong { max-width: 520px; font-size: 24px; font-weight: 500; }
.external-preview b { position: absolute; right: 24px; bottom: 24px; color: var(--blue); font-size: 20px; font-weight: 400; }

@media (max-width: 560px) {
  .project-archive summary { grid-template-columns: 26px 1fr 24px; gap: 10px; }
  .project-archive summary strong { font-size: 19px; }
  .project-details { margin-left: 36px; }
}

@media (max-width: 560px) {
  .logo { font-size: 18px; }
  .home-hero > .hero-name { font-size: 15px; }
  .hero-description p { font-size: 16px; }
  .hero-description p[lang] { font-size: 15px; }
}
