@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --clr-base: #8bb8cc;
  --clr-accent: #b83020;
  --clr-main: #f5f0eb;
  --clr-gold: #c9a96e;
  --clr-bg-page: #e8f3f8;
  --clr-bg-section: #fdf9f5;
  --clr-bg-card: #ffffff;
  --clr-bg-blue: #8bb8cc;
  --clr-text: #4a3828;
  --clr-text-sub: #7a6258;
  --clr-text-muted: rgba(74, 56, 40, 0.45);
  --clr-border: #c8dfe9;
  --clr-border-warm: #f0e8e0;
  --font-display: 'Cormorant Garamond', 'Noto Serif JP', serif;
  --font-mono: 'DM Mono', 'Courier New', 'Hiragino Sans', 'Noto Sans JP', monospace;
  --font-body: 'Inter', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --fontsize-display: 2rem;
  --fontsize-body: 1rem;
  --fontsize-item: 0.875rem;
  --fontsize-label: 0.75rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --dur-base: 0.4s;
  --dur-slow: 0.7s;
}

body {
  font-family: var(--font-body);
  color: #4a3828;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hintFloat {
  0%, 100% {
    opacity: 0.55;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}
@keyframes letterAppear {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes paperDrop {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tlItemIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes learningPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
@keyframes diamondPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px #f5e8e6;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(184, 48, 32, 0.15);
  }
}
@keyframes rowWave {
  0%, 35% {
    opacity: 0.5;
    transform: scaleX(1) scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.02) scaleY(1.02);
  }
  65%, 100% {
    opacity: 0.5;
    transform: scaleX(1) scaleY(1);
  }
}
.page--top {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background-color: #e8f3f8;
}

.page__main {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  padding: var(--space-md);
}

.letter-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.letter-scene__hint {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(46, 92, 112, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: hintFloat 2.6s ease-in-out infinite;
}

.letter-card {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 300px;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  transition: transform var(--dur-base) var(--ease-out), opacity var(--dur-base) var(--ease-out), box-shadow var(--dur-base) ease;
}
.letter-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 48px rgba(139, 184, 204, 0.3), 0 6px 18px rgba(184, 48, 32, 0.1);
}
.letter-card:focus-visible {
  outline: 2px solid #8bb8cc;
  outline-offset: 4px;
  border-radius: 3px;
}
.letter-card.letter-card--flying {
  transform: translateY(-110px) scale(1.07) !important;
  opacity: 0 !important;
  transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-out);
  pointer-events: none;
}

.letter-card__image {
  width: 100%;
  display: block;
  border-radius: 3px;
}

.letter-card__body {
  position: absolute;
  top: 20%;
  left: 22%;
  width: 56%;
  height: 56%;
  transform-origin: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 480px) {
  .letter-card__body {
    gap: 0.3rem;
  }
}

.letter-card__name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #4a3828;
}

.letter-card__role {
  font-family: var(--font-mono);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6aa0b8;
}

.letter-card__motto {
  font-family: var(--font-display);
  font-size: var(--fontsize-label);
  font-weight: 700;
  color: rgba(184, 48, 32, 0.6);
}

@media (max-width: 480px) {
  .letter-card {
    width: 240px;
  }
  .letter-card__name {
    font-size: 1rem;
  }
  .letter-card__role {
    font-size: 0.55rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .letter-card__motto {
    font-size: 0.7rem;
  }
}
.tracklist {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  background-image: url("../images/bg-top.JPG");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 2.8rem 3rem 2.4rem;
  box-shadow: 0 2px 0 #c8dfe9, 0 16px 48px rgba(139, 184, 204, 0.22), 0 4px 16px rgba(184, 48, 32, 0.06);
  animation: paperDrop 0.8s var(--ease-out) 0.15s both;
}
.tracklist::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 240, 235, 0.72);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.tracklist > * {
  position: relative;
  z-index: 1;
}

.tracklist__header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f0e4cc;
}

.tracklist__title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: #4a3828;
  letter-spacing: 0.04em;
}

.tracklist__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.tracklist__item {
  border-bottom: 1px solid rgba(139, 184, 204, 0.18);
  transform-origin: left center;
}
.tracklist__item:first-child {
  border-top: 1px solid rgba(139, 184, 204, 0.18);
}
.tracklist__item:nth-child(1) {
  animation: tlItemIn 1.2s var(--ease-out) 0.5s both, rowWave 6s ease-in-out 2.3s infinite;
}
.tracklist__item:nth-child(2) {
  animation: tlItemIn 1.2s var(--ease-out) 0.65s both, rowWave 6s ease-in-out 3.8s infinite;
}
.tracklist__item:nth-child(3) {
  animation: tlItemIn 1.2s var(--ease-out) 0.8s both, rowWave 6s ease-in-out 5.3s infinite;
}
.tracklist__item:nth-child(4) {
  animation: tlItemIn 1.2s var(--ease-out) 0.95s both, rowWave 6s ease-in-out 6.8s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .tracklist__item {
    animation: none;
  }
}
.tracklist__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #4a3828;
  text-align: left;
  border-radius: 2px;
  transition: background-color var(--dur-base) ease, transform var(--dur-base) var(--ease-out);
}
.tracklist__link:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}
.tracklist__link:hover {
  background-color: rgba(139, 184, 204, 0.14);
  transform: translateX(4px);
}
.tracklist__link:hover .tracklist__arrow {
  transform: translateX(4px);
  color: #6aa0b8;
}

.tracklist__list:has(.tracklist__link:hover) .tracklist__item {
  animation: none;
  opacity: 0.5;
  transform: scaleX(1) scaleY(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tracklist__list:has(.tracklist__link:hover) .tracklist__item:has(.tracklist__link:hover) {
  opacity: 1;
  transform: scaleX(1.02) scaleY(1.02);
}

.tracklist__num {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
  letter-spacing: 0.1em;
  min-width: 2rem;
  flex-shrink: 0;
}

.tracklist__text {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}

.tracklist__name {
  font-family: var(--font-display);
  font-size: var(--fontsize-display);
  font-weight: 700;
  color: #4a3828;
  white-space: nowrap;
}

.tracklist__sub {
  font-family: var(--font-body);
  font-size: var(--fontsize-label);
  color: #7a6258;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tracklist__arrow {
  font-family: var(--font-mono);
  font-size: 1rem;
  color: #c9a96e;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform var(--dur-base) var(--ease-out), color var(--dur-base) ease;
}

.tracklist__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0e4cc;
}
.tracklist__footer a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .tracklist {
    padding: 2rem 1.75rem;
  }
  .tracklist__title {
    font-size: 1.6rem;
  }
  .tracklist__name {
    font-size: 1.5rem;
  }
  .tracklist__sub {
    display: none;
  }
}
.section-header {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid #c8dfe9;
  margin-top: 2rem;
}

.section-header__index {
  font-family: var(--font-mono);
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
}

.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #4a3828;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: start;
}

.about__inner {
  padding: var(--space-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  gap: var(--space-md);
}

.about__name {
  padding-inline: var(--space-sm);
  padding-block: var(--space-xs);
  background-color: #c8dfe9;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: #4a3828;
}

.about__bio {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c8dfe9, 0 8px 32px rgba(139, 184, 204, 0.14);
  overflow: hidden;
}

.about__text {
  font-size: var(--fontsize-body);
  line-height: 1.8;
  color: #7a6258;
}

.about__inline-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.about__inline-img-el {
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .about__inline-img:hover .about__inline-img-el {
    transform: scale(1.03);
  }
}

.about__inline-img-caption {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.08em;
  color: rgba(74, 56, 40, 0.45);
  margin-top: 0.5rem;
  padding-left: 0.25rem;
}

.js-about-img.js-reveal {
  transform: translateY(16px) scale(0.98);
}
.js-about-img.js-reveal.is-visible {
  transform: translateY(0) scale(1);
}

.meta-list {
  display: flex;
  flex-direction: column;
}

.meta-list__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-sm);
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0e4cc;
  font-size: var(--fontsize-item);
}
.meta-list__item:first-child {
  border-top: 1px solid #f0e4cc;
}

.meta-list__label {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(74, 56, 40, 0.45);
  padding-top: 0.1em;
  align-self: center;
}

.meta-list__value {
  color: #4a3828;
  line-height: 1.8;
}

.career-timeline {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.career-timeline::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  bottom: 10px;
  width: 0;
  border-left: 1px dashed rgba(139, 184, 204, 0.55);
}

.career-timeline__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0;
  font-size: var(--fontsize-item);
}
.career-timeline__item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background: #fdf9f5;
  border: 1.5px solid #8bb8cc;
  flex-shrink: 0;
  box-sizing: border-box;
}
.career-timeline__item--current::before {
  background: #b83020;
  border-color: #b83020;
  box-shadow: 0 0 0 3px #f5e8e6;
  animation: diamondPulse 2.4s ease-in-out infinite;
}
.career-timeline__item--current .career-timeline__role {
  color: #b83020;
  font-weight: 600;
}

.career-timeline__year {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(74, 56, 40, 0.45);
  min-width: 2.8rem;
  flex-shrink: 0;
  font-style: italic;
}

.career-timeline__role {
  color: #4a3828;
  line-height: 1.4;
}

.skill-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg) var(--space-xl);
  margin-bottom: var(--space-xl);
}

.skill-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c8dfe9, 0 8px 32px rgba(139, 184, 204, 0.14);
  overflow: hidden;
}
.skill-card.is-visible {
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) ease;
}
@media (hover: hover) and (pointer: fine) {
  .skill-card.is-visible:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 2px 0 #8bb8cc, 0 16px 40px rgba(139, 184, 204, 0.25);
  }
}

.skill-card__header {
  padding-block: var(--space-xs);
  padding-inline: var(--space-sm);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  margin-bottom: var(--space-xs);
  background-color: #c8dfe9;
}

.skill-card__icon {
  flex-basis: 25px;
  display: flex;
  gap: var(--space-xs);
}
.skill-card__icon img {
  aspect-ratio: 1/1;
}

.skill-card__name {
  font-family: var(--font-mono);
  font-size: var(--fontsize-body);
  color: #4a3828;
}

.skill-card__badge--learning {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
  border: 1px solid #e8c5c0;
  background: #f5e8e6;
  padding: 0.15em 0.6em;
  border-radius: 100px;
  animation: learningPulse 2.4s ease-in-out infinite;
}

.skill-card__note {
  font-size: var(--fontsize-item);
  color: #7a6258;
  padding: var(--space-xs) var(--space-sm) var(--space-sm);
  line-height: 1.8;
}

.skill-card--learning {
  opacity: 0.85;
}

.github-cta {
  display: flex;
  justify-content: center;
  padding-top: var(--space-md);
  border-top: 1px solid #f0e4cc;
}

.github-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4a3828;
  border: 1px solid #c9a96e;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  text-decoration: none;
}
.github-cta__btn:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}
.github-cta__btn {
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) ease, color var(--dur-base) ease, background-color var(--dur-base) ease;
}
.github-cta__btn:hover {
  transform: scale(1.03);
  background-color: #f0e4cc;
  border-color: #b8904a;
  color: #b8904a;
}
.github-cta__btn .github-cta__arrow {
  transition: transform var(--dur-base) var(--ease-out);
}
.github-cta__btn:hover .github-cta__arrow {
  transform: translateX(4px);
}

.github-cta__icon {
  flex-shrink: 0;
}

.vision {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.vision__quote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #b83020;
  font-style: italic;
  border-left: 2px solid #e8c5c0;
  background: #f5e8e6;
  padding: var(--space-sm) var(--space-md);
  border-radius: 0 4px 4px 0;
}

.vision__text {
  font-size: var(--fontsize-body);
  line-height: 1.8;
  color: #7a6258;
}

.vision__study-log {
  width: 90%;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.vision__log-label {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(74, 56, 40, 0.45);
}

.vision__log-trigger {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.vision__log-trigger:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}
.vision__log-trigger:hover .vision__log-img {
  transform: scale(1.04);
}

.vision__log-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: transform 0.5s var(--ease-out);
}

.vision__log-caption {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.08em;
  color: rgba(74, 56, 40, 0.45);
}

.vision__log-cite-link {
  color: #6aa0b8;
  text-decoration: underline;
  text-decoration-color: #c8dfe9;
  text-underline-offset: 2px;
  transition: color var(--dur-base) ease;
}
.vision__log-cite-link:hover {
  color: #b83020;
}

.log-modal {
  margin: auto;
  border: none;
  background: transparent;
}
.log-modal:not([open]) {
  display: none;
}
.log-modal[open] .log-modal__panel {
  animation: modalIn 0.28s var(--ease-out) both;
}
.log-modal::backdrop {
  background: rgba(74, 56, 40, 0.52);
  backdrop-filter: blur(3px);
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.log-modal__panel {
  position: relative;
  width: min(560px, 90vw);
  padding: var(--space-md);
  max-height: 90dvh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 4px;
}

.log-modal__close {
  position: absolute;
  top: var(--space-sm);
  right: var(--space-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(74, 56, 40, 0.45);
  border-radius: 50%;
  transition: color var(--dur-base) ease, background-color var(--dur-base) ease;
}
.log-modal__close:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}
.log-modal__close:hover {
  color: #b83020;
  background-color: #f5e8e6;
}

.log-modal__title {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
  margin-bottom: var(--space-sm);
}

.log-modal__body {
  border-top: 1px solid #c8dfe9;
  padding-top: var(--space-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.log-modal__text {
  font-size: var(--fontsize-body);
  line-height: 1.8;
  color: #7a6258;
}

@media (max-width: 768px) {
  :root {
    --space-xl: 4.5rem;
    --space-lg: 2.5rem;
  }
  .about {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .skill-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}
@media (max-width: 480px) {
  .meta-list__item {
    grid-template-columns: 70px 1fr;
  }
  .log-modal__body {
    gap: var(--space-sm);
  }
  .log-modal__panel {
    width: 90vw;
    max-height: 85dvh;
    padding: var(--space-sm);
  }
  .log-modal__text {
    font-size: var(--fontsize-item);
  }
  .meta-list__label.work-location {
    font-size: 0.7rem;
  }
}
.view {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform var(--dur-base) var(--ease-out), opacity 0.35s ease;
}

.view--menu {
  display: grid;
  place-items: center;
  background-color: #e8f3f8;
  padding: 2rem 1.5rem;
}

.view--detail {
  background-color: #fdf9f5;
  color: #4a3828;
}

.view--works {
  background-color: #e8f3f8;
  color: #4a3828;
}
.view--works .section-header {
  border-bottom-color: #c8dfe9;
}

.view--vision {
  background-color: #f5f0eb;
  color: #4a3828;
}
.view--vision .section-header {
  border-bottom-color: #f0e8e0;
}

.is-leaving {
  pointer-events: none;
}

.is-leaving--left {
  transform: translateX(-6%) scale(0.97);
  opacity: 0;
}

.is-leaving--right {
  transform: translateX(6%) scale(0.97);
  opacity: 0;
}

.is-entering--right {
  transform: translateX(5%) scale(0.98);
  opacity: 0;
  transition: none !important;
}

.is-entering--left {
  transform: translateX(-5%) scale(0.98);
  opacity: 0;
  transition: none !important;
}

.view__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.view__back,
.tracklist__back {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6aa0b8;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
}
.view__back:focus-visible,
.tracklist__back:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}
.view__back,
.tracklist__back {
  transition: color var(--dur-base) ease, transform var(--dur-base) var(--ease-out);
}
.view__back:hover,
.tracklist__back:hover {
  color: #d04030;
  transform: translateX(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .view {
    transition: none !important;
  }
  .is-entering--right,
  .is-entering--left {
    transform: none !important;
    opacity: 1 !important;
  }
}
.works,
.works__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.works__list,
.works__feature {
  list-style: none;
}

.work-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c8dfe9, 0 8px 32px rgba(139, 184, 204, 0.14);
}

.work-card__type {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
  border: 1px solid #8bb8cc;
  background: rgba(139, 184, 204, 0.1);
  padding: 0.2em 0.72em;
  border-radius: 100px;
}

.works__item {
  position: relative;
}

.works__list .work-card {
  cursor: pointer;
  transition: background-color var(--dur-base) ease, transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) ease;
}
@media (hover: hover) and (pointer: fine) {
  .works__list .work-card:hover {
    background-color: rgba(106, 160, 184, 0.09);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 2px 0 #ffffff, 0 16px 40px rgba(255, 255, 255, 0.25);
  }
}

.works__list .work-card__images {
  display: none;
}
.works__feature .work-card__images {
  display: flex;
  flex-direction: column;
  background-color: #e8f3f8;
  overflow: hidden;
}

.works__feature .work-card > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.works__feature .work-card > a .work-card__images {
  overflow: hidden;
}
.works__feature .work-card > a img {
  display: block;
  width: 100%;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .works__feature .work-card > a:hover img {
    transform: scale(1.05);
  }
}

.work-card__body {
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.work-card__meta {
  display: flex;
  flex-direction: row;
  gap: var(--space-sm);
  align-items: center;
}

.work-card__stack {
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(74, 56, 40, 0.45);
}
@media (max-width: 480px) {
  .work-card__stack {
    font-size: 0.65rem;
  }
}

.work-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #4a3828;
  letter-spacing: 0.04em;
}

.work-card__desc {
  font-size: var(--fontsize-body);
  line-height: 1.8;
  color: #7a6258;
}

.work-card__link {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: var(--fontsize-label);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b83020;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 0.75em 1em;
  margin-left: -1em;
  border-radius: 4px;
  transition: color var(--dur-base) ease, background-color var(--dur-base) ease, border-color var(--dur-base) ease;
}
@media (hover: hover) and (pointer: fine) {
  .work-card__link:hover {
    background-color: #f0e4cc;
    color: #6aa0b8;
  }
}
.work-card__link:focus-visible {
  outline: 2px solid #b83020;
  outline-offset: 4px;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */