:root {
  color-scheme: light;
  --white: #fff;
  --ink: #3e2b21;
  --secondary: #705548;
  --copper: #b5754d;
  --copper-light: #e2b892;
  --coffee: #382116;
  --coffee-light: #775239;
  --cream: #fff9f3;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 14px/1.55 Manrope, Arial, sans-serif; }
::selection { color: var(--white); background: var(--coffee-light); }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--coffee); outline-offset: 5px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 10; padding: 12px; background: var(--white); }
.skip-link:focus { top: 12px; }
.preview-notice { min-height: 32px; padding: 7px 16px; background: #f3ede8; text-align: center; color: var(--secondary); font-size: 12px; }
.preview-notice span { padding: 0 8px; }
.link-page { width: min(1120px, calc(100% - 64px)); margin: 0 auto; min-height: calc(100svh - 32px); display: grid; grid-template-columns: 420px minmax(0, 1fr); align-items: center; column-gap: 26px; }
.link-content { grid-column: 1; grid-row: 1; width: 340px; justify-self: center; padding: 38px 0 26px; }
.profile { display: flex; align-items: center; justify-content: center; gap: 10px; }
.avatar { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.profile h1 { font: 500 20px/1.25 Manrope, Arial, sans-serif; letter-spacing: -.03em; margin: 0; }
.profile a { font-size: 13px; text-decoration: none; color: var(--secondary); }
.profile a:hover { text-decoration: underline; }
.welcome { margin: 24px 0 28px; text-align: center; }
.welcome strong { font-weight: 600; }
.link-list { display: grid; gap: 25px; }
.action { position: relative; min-height: 80px; padding: 22px 29px 15px 18px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 19px 0 19px 0; text-decoration: none; transition: box-shadow 180ms ease-out, transform 180ms ease-out; }
.action-copper { background: linear-gradient(115deg, var(--copper), var(--copper-light)); color: #321b0f; }
.action-coffee { background: linear-gradient(115deg, var(--coffee), var(--coffee-light)); color: var(--cream); }
.action-tab { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 3px 15px; white-space: nowrap; color: var(--cream); background: var(--coffee); font-size: 12px; line-height: 1.5; letter-spacing: .035em; }
.action-coffee .action-tab { background: #e2b892; color: #382116; }
.action-title { font: 400 29px/1.08 "Bodoni Moda", Didot, Georgia, serif; letter-spacing: -.035em; }
.action svg { position: absolute; right: 13px; top: calc(50% - 8px); width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.action:hover { transform: translateY(-2px); box-shadow: 0 7px 15px #38211622; }
.action:active { transform: translateY(0); }
.about { margin: 22px auto 0; }
.about summary { width: fit-content; margin: 0 auto; padding: 8px 18px; border-radius: 10px 0 10px 0; background: #e2b892; color: #382116; cursor: pointer; display: flex; align-items: center; gap: 18px; list-style: none; font: 400 25px/1.15 "Bodoni Moda", Didot, Georgia, serif; }
.about summary::-webkit-details-marker { display: none; }
.about summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 180ms ease-out; }
.about[open] summary svg { transform: rotate(180deg); }
.about-body { padding: 24px 3px 8px; font-size: 14px; }
.about-body h2 { font: 400 28px/1.15 "Bodoni Moda", Didot, Georgia, serif; margin: 0 0 16px; }
.about-body h3 { font-size: 15px; margin: 24px 0 8px; }
.about-body p { margin: 0 0 16px; }
.about-body address { font-style: normal; margin-bottom: 16px; }
.footer { margin-top: 21px; text-align: center; color: var(--secondary); font-size: 12px; }
.footer p { margin: 0; }
.footer .disclosure { margin-top: 12px; }
.portrait-composition { grid-column: 2; grid-row: 1; position: relative; width: 100%; aspect-ratio: 1 / 1.08; align-self: start; margin-top: 32px; isolation: isolate; }
.copper-panel { position: absolute; top: 0; bottom: 5%; left: 24%; width: 47%; background: linear-gradient(150deg, #bc7a50 8%, #ecd0a6 78%); }
.portrait-main { position: absolute; bottom: 0; left: 2%; width: 96%; height: auto; z-index: 2; }
.portrait-side { margin: 0; position: absolute; overflow: hidden; background: var(--coffee-light); }
.portrait-side img { display: block; width: 100%; height: 100%; object-fit: cover; filter: sepia(.9) saturate(.65); }
.portrait-event { width: 30%; height: 48%; top: 13%; right: 0; z-index: 1; }
.portrait-event img { object-position: 51% 35%; }
.portrait-detail { width: 25%; height: 29%; bottom: 14%; left: 0; z-index: 3; border: 3px solid var(--white); }
.portrait-detail img { object-position: 30% 15%; }
@media (min-width: 1400px) {
  .link-page { column-gap: 42px; }
  .portrait-composition { margin-top: 48px; }
}
@media (max-width: 900px) {
  .link-page { width: min(760px, calc(100% - 40px)); grid-template-columns: 340px minmax(0, 1fr); gap: 12px; }
  .link-content { width: 310px; }
  .portrait-composition { margin-top: 75px; }
  .action-title { font-size: 27px; }
}
@media (max-width: 680px) {
  .preview-notice { font-size: 12px; min-height: 30px; padding: 6px 12px; }
  .link-page { width: 100%; display: flex; flex-direction: column; min-height: auto; }
  .portrait-composition { width: min(430px, 100%); height: 310px; aspect-ratio: auto; margin-top: 0; align-self: center; }
  .copper-panel { left: 27%; width: 43%; bottom: 0; }
  .portrait-main { width: 315px; max-width: 89%; bottom: 0; left: 50%; transform: translateX(-50%); }
  .portrait-event { top: 34px; right: 4%; width: 24%; height: 60%; }
  .portrait-detail { width: 23%; height: 37%; bottom: 21%; left: 4%; }
  .link-content { width: min(340px, calc(100% - 40px)); padding: 24px 0 28px; }
  .profile h1 { font-size: 19px; }
  .welcome { margin: 18px 0 26px; }
  .link-list { gap: 25px; }
  .action { min-height: 76px; }
  .action-title { font-size: 28px; }
}
@media (max-width: 360px) {
  .portrait-composition { height: 270px; }
  .portrait-main { width: 275px; }
  .profile h1 { font-size: 17px; }
  .profile a { font-size: 12px; }
  .avatar { width: 40px; height: 40px; }
  .action-title { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
  .action:hover { transform: none; }
}
