﻿@font-face {
  font-family: "Stack Sans Headline";
  src: url("https://www.enric.design/_next/static/media/3e1ccd3e719aadd2.1ekgcl_qt483y.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Typography adapted from pego.work: Google Sans-led, compact display type and airy body copy. */
@font-face {
  font-family: "Google Sans";
  src: url("https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIKlnrSjiEjo5.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* iPad Messages FAQ */
.about-questions-inner {
  width: min(1120px, 100%);
}

.imessage-shell {
  position: relative;
  width: min(980px, 100%);
  aspect-ratio: 1.46 / 1;
  margin: 0 auto;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #59606b;
  border-radius: 43px;
  background: linear-gradient(145deg, #30343c 0%, #11141a 72%);
  box-shadow:
    0 34px 78px rgba(17, 27, 35, .18),
    inset 0 0 0 5px #1c2028,
    inset 0 0 0 7px rgba(255, 255, 255, .08);
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "DM Sans", sans-serif;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.imessage-shell::before {
  display: none;
}

.imessage-device-screen {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: 30px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 28px;
  background: #f6f6f8;
}

.imessage-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 22px;
  background: rgba(249, 249, 250, .96);
  color: #151515;
  font-size: 11px;
  letter-spacing: 0;
}

.imessage-statusbar strong {
  font-size: 11px;
  font-weight: 600;
}

.imessage-statusbar__icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.imessage-statusbar__icons img {
  width: 14px;
  height: 14px;
}

.imessage-statusbar__icons img:last-child {
  width: 18px;
}

.imessage-statusbar__icons span {
  font-size: 9px;
  font-weight: 600;
}

.imessage-app {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-columns: 31% minmax(0, 1fr);
  border-top: 1px solid rgba(0, 0, 0, .04);
}

.imessage-sidebar {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: 44px 36px minmax(0, 1fr);
  overflow: hidden;
  border-right: 1px solid rgba(60, 60, 67, .2);
  background: rgba(242, 242, 247, .96);
}

.imessage-sidebar-toolbar {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  padding: 5px 9px;
}

.imessage-sidebar-toolbar strong {
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imessage-sidebar-toolbar button,
.imessage-header button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  place-items: center;
  cursor: pointer;
}

.imessage-sidebar-toolbar button:hover,
.imessage-header button:hover {
  background: rgba(10, 132, 255, .1);
}

.imessage-sidebar-toolbar img,
.imessage-header button img {
  width: 17px;
  height: 17px;
  filter: invert(45%) sepia(96%) saturate(2987%) hue-rotate(192deg) brightness(101%);
}

.imessage-search {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 6px;
  margin: 0 10px 6px;
  padding: 0 9px;
  border-radius: 9px;
  background: rgba(118, 118, 128, .12);
  color: #797980;
  font-size: 12px;
}

.imessage-search img {
  width: 13px;
  height: 13px;
  opacity: .62;
}

.imessage-thread {
  display: block;
  min-height: 0;
  padding: 0 7px 8px;
  overflow: auto;
  border-radius: 0;
  background: transparent;
  scrollbar-width: none;
}

.imessage-thread::-webkit-scrollbar {
  display: none;
}

.imessage-exchange {
  display: block;
  min-width: 0;
}

.imessage-question {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 70px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #171719;
  font-family: inherit !important;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.imessage-question::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 0;
  left: 58px;
  height: 1px;
  background: rgba(60, 60, 67, .16);
}

.imessage-question:hover {
  background: rgba(10, 132, 255, .1);
}

.imessage-question:active {
  transform: none;
}

.imessage-question:focus-visible {
  outline: 3px solid rgba(10, 132, 255, .48);
  outline-offset: -3px;
}

.imessage-exchange.is-open .imessage-question {
  background: #0a84ff;
  color: #fff;
}

.imessage-exchange.is-open .imessage-question::after {
  display: none;
}

.imessage-question__avatar {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, #8dd9d6, #675bc8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  place-items: center;
}

.imessage-exchange:nth-child(2) .imessage-question__avatar {
  background: linear-gradient(145deg, #ffbf69, #f06f8d);
}

.imessage-exchange:nth-child(3) .imessage-question__avatar {
  background: linear-gradient(145deg, #73bf76, #1588a8);
}

.imessage-exchange:nth-child(4) .imessage-question__avatar {
  background: linear-gradient(145deg, #8e8e93, #303035);
}

.imessage-exchange:nth-child(5) .imessage-question__avatar {
  background: linear-gradient(145deg, #af77d2, #e66c95);
}

.imessage-question__copy {
  display: block;
  min-width: 0;
}

.imessage-question__copy strong,
.imessage-question__copy > span {
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imessage-question__copy strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}

.imessage-question__copy > span {
  color: #6c6c72;
  font-size: 11px;
}

.imessage-question time {
  align-self: start;
  margin-top: 4px;
  color: #8b8b91;
  font-size: 8px;
  white-space: nowrap;
}

.imessage-exchange.is-open .imessage-question__copy > span,
.imessage-exchange.is-open .imessage-question time {
  color: rgba(255, 255, 255, .82);
}

.imessage-conversation {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: 72px minmax(0, 1fr) 52px;
  overflow: hidden;
  background: #fff;
}

.imessage-header {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 0;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(60, 60, 67, .18);
  border-radius: 0;
  background: rgba(249, 249, 250, .92);
  font-family: inherit !important;
  text-align: center;
}

.imessage-back {
  justify-self: start;
  color: #0a84ff;
  font-size: 24px;
  line-height: 1;
}

.imessage-back b {
  position: relative;
  top: -2px;
  font-size: 12px;
  font-weight: 500;
}

.imessage-contact {
  display: grid;
  justify-items: center;
  gap: 2px;
}

.imessage-contact > img {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 35%;
}

.imessage-contact > span {
  color: #1b1b1e;
  font-size: 10px;
  line-height: 1;
}

.imessage-contact > span b {
  color: #98989e;
  font-size: 13px;
}

.imessage-header button {
  justify-self: end;
}

.imessage-chat-log {
  min-height: 0;
  padding: 18px 16px 8px;
  overflow: auto;
  background: #fff;
}

.imessage-answer {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 100%;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
}

.imessage-answer[hidden] {
  display: none;
}

.imessage-answer > time {
  align-self: center;
  margin: 0 0 16px;
  color: #8e8e93;
  font-size: 9px;
  font-weight: 500;
}

.imessage-answer .imessage-bubble {
  width: fit-content;
  max-width: 76%;
  margin: 0 0 9px;
  padding: 8px 11px;
  border-radius: 15px;
  font-family: inherit !important;
  font-size: 13px;
  line-height: 1.28;
  letter-spacing: 0;
}

.imessage-bubble--incoming {
  align-self: flex-start;
  border-bottom-left-radius: 4px !important;
  background: #e9e9eb;
  color: #111;
}

.imessage-bubble--outgoing {
  align-self: flex-end;
  border-bottom-right-radius: 4px !important;
  background: #0a84ff;
  color: #fff;
}

.imessage-bubble a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.imessage-delivery {
  align-self: flex-end;
  margin-top: -4px;
  color: #8e8e93;
  font-size: 8px;
}

.imessage-composer {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 12px 10px;
  background: #fff;
}

.imessage-composer__plus {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #85858b;
  place-items: center;
}

.imessage-composer__plus img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}

.imessage-composer__field {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 12px;
  border: 1px solid #c7c7cc;
  border-radius: 17px;
  color: #8e8e93;
  font-size: 12px;
}

.imessage-composer__field img {
  width: 15px;
  height: 15px;
  opacity: .66;
}

[data-theme="dark"] .imessage-shell {
  border-color: #3b4048;
  background: linear-gradient(145deg, #17191f 0%, #050608 72%);
}

[data-theme="dark"] .imessage-device-screen,
[data-theme="dark"] .imessage-statusbar,
[data-theme="dark"] .imessage-header {
  background: #1c1c1e;
  color: #fff;
}

[data-theme="dark"] .imessage-app,
[data-theme="dark"] .imessage-sidebar {
  background: #1c1c1e;
}

[data-theme="dark"] .imessage-statusbar__icons img,
[data-theme="dark"] .imessage-search img,
[data-theme="dark"] .imessage-composer__field img {
  filter: brightness(0) invert(1);
}

[data-theme="dark"] .imessage-sidebar {
  border-color: rgba(255, 255, 255, .12);
}

[data-theme="dark"] .imessage-sidebar-toolbar strong,
[data-theme="dark"] .imessage-question,
[data-theme="dark"] .imessage-contact > span {
  color: #fff;
}

[data-theme="dark"] .imessage-search {
  background: rgba(118, 118, 128, .24);
  color: #a5a5aa;
}

[data-theme="dark"] .imessage-question__copy > span,
[data-theme="dark"] .imessage-question time {
  color: #98989f;
}

[data-theme="dark"] .imessage-question::after,
[data-theme="dark"] .imessage-header {
  border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .imessage-conversation,
[data-theme="dark"] .imessage-chat-log,
[data-theme="dark"] .imessage-composer {
  background: #000;
}

[data-theme="dark"] .imessage-answer {
  color: #fff;
}

[data-theme="dark"] .imessage-bubble--incoming {
  background: #3a3a3c;
  color: #fff;
}

[data-theme="dark"] .imessage-composer__field {
  border-color: #3a3a3c;
  color: #a2a2a7;
}

@media (max-width: 760px) {
  .imessage-shell {
    aspect-ratio: .86 / 1;
    padding: 11px;
    border-radius: 31px;
  }

  .imessage-device-screen {
    grid-template-rows: 26px minmax(0, 1fr);
    border-radius: 21px;
  }

  .imessage-statusbar {
    padding: 0 13px 0 16px;
  }

  .imessage-app {
    grid-template-columns: 1fr;
    grid-template-rows: 132px minmax(0, 1fr);
  }

  .imessage-sidebar {
    grid-template-rows: 43px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(60, 60, 67, .2);
  }

  .imessage-search {
    display: none;
  }

  .imessage-thread {
    display: grid;
    grid-auto-columns: minmax(112px, 1fr);
    grid-auto-flow: column;
    gap: 5px;
    padding: 0 8px 8px;
    overflow-x: auto;
  }

  .imessage-question {
    min-height: 72px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
  }

  .imessage-question__avatar {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .imessage-question time {
    display: none;
  }

  .imessage-question::after {
    display: none;
  }

  .imessage-conversation {
    grid-template-rows: 68px minmax(0, 1fr) 48px;
  }
}

@media (max-width: 480px) {
  .about-questions-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .imessage-shell {
    aspect-ratio: .72 / 1;
    padding: 8px;
    border-radius: 26px;
  }

  .imessage-device-screen {
    border-radius: 18px;
  }

  .imessage-app {
    grid-template-rows: 120px minmax(0, 1fr);
  }

  .imessage-sidebar-toolbar strong {
    font-size: 18px;
  }

  .imessage-question__copy > span {
    display: none;
  }

  .imessage-answer .imessage-bubble {
    max-width: 88%;
    font-size: 12px;
  }
}

@font-face {
  font-family: "Google Sans";
  src: url("https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IKlnrSjiEjo5.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ6lnrSjiEjo5.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("https://framerusercontent.com/assets/bHYNJqzTyl2lqvmMiRRS6Y16Es.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("https://framerusercontent.com/assets/iwWTDc49ENF2tCHbqlNARXw6Ug.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("https://framerusercontent.com/assets/PfdOpgzFf7N2Uye9JX7xRKYTgSc.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("https://framerusercontent.com/assets/qITWJ2WdG0wrgQPDb8lvnYnTXDg.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("https://framerusercontent.com/assets/P0JCAnd2N1Q6qwTQohre3XmQ.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Stack Sans Headline";
  src: url("https://www.enric.design/_next/static/media/1970ac899e123719.p.3am3si-m9n3u7.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stack Sans Notch";
  src: url("https://www.enric.design/_next/static/media/f73ade4e9794eba0.33wd1mz9q9vl3.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stack Sans Notch";
  src: url("https://www.enric.design/_next/static/media/361ab0fa58c88483.p.17g1de6psu8ry.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truus DM Sans";
  src: url("https://cdn.prod.website-files.com/683703490bc01e1b8c052e06/68370ddd1dd328d7914d6512_DMSans-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truus DM Sans";
  src: url("https://cdn.prod.website-files.com/683703490bc01e1b8c052e06/68370dddd220426b437d9058_DMSans-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truus DM Sans";
  src: url("https://cdn.prod.website-files.com/683703490bc01e1b8c052e06/68370ddddfc0b8c8650a15eb_DMSans-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truus Epilogue";
  src: url("https://cdn.prod.website-files.com/683703490bc01e1b8c052e06/68370ddd06d737200122a835_Epilogue-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Truus Lora";
  src: url("https://cdn.prod.website-files.com/683703490bc01e1b8c052e06/68370ddd7f709621a7e3b37a_Lora-Italic.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Tuhina Clash Grotesk";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/2SAK53YLUN7RMYJU4MYLSBV6SSSJEJZB/RXS4DPGJRKOUFZMF5X5BVUGNNKJT65XZ/DJS4RYGIUYUXJQOHY5VCZPKSTXUSHTSP.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #8acaea;
  --accent-soft: #ebf8ff;
  --paper: #f6f5f1;
  --ink: #000000;
  --muted: #70706d;
  --soft: #e7e5e1;
  --line: #ddd9d2;
  --red: #fd1e1f;
  --blue: #061bd8;
  --sky: #7ed8f2;
  --pink: #f77bc6;
  --yellow: #ffd248;
  --green: #d9f7c8;
  --shadow: 0 20px 36px rgba(0, 0, 0, 0.14);
  --marimba-paper: #f0efe9;
  --marimba-ink: #000000;
  --marimba-soft-blue: #c1e4f7;
  --marimba-lilac: #dac6eb;
  --marimba-coral: #ff6b5a;
  --font-heading: "Google Sans", "Inter Display", Inter, Arial, Helvetica, sans-serif;
  --font-body: "Google Sans", "Inter Display", Inter, Arial, Helvetica, sans-serif;
  --marimba-serif: var(--font-heading);
  --marimba-sans: var(--font-body);
  --serif: var(--marimba-serif);
  --sans: var(--marimba-sans);
  --scroll-rot: 0deg;
  --hero-progress: 0;
  --hero-drift: 0px;
  --cursor-pointer: url("assets/icons/pointer-black.svg") 4 2, auto;
  --hero-grid-image:
    linear-gradient(90deg, rgba(58, 74, 22, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(58, 74, 22, 0.08) calc(100% - 1px));
  --hero-grid-position: 62px 0, 62px 0;
  --hero-grid-size: calc((100vw - 124px) / 5) 100%, calc(100vw - 124px) 100%;
}

[data-theme="dark"] {
  --paper: #1b1f18;
  --ink: #ffffff;
  --muted: #c7c7c7;
  --soft: #293025;
  --line: #4b4b4b;
  --shadow: 0 22px 46px rgba(0, 0, 0, 0.42);
  --marimba-paper: #1b1f18;
  --marimba-ink: #ffffff;
  --hero-grid-image:
    linear-gradient(90deg, rgba(238, 241, 223, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(238, 241, 223, 0.085) calc(100% - 1px));
}

* {
  box-sizing: border-box;
}

.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;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: var(--cursor-pointer);
}

body {
  margin: 0;
  background-color: var(--marimba-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
  transition: background 0.28s ease, color 0.28s ease;
  cursor: var(--cursor-pointer);
}

body.has-horizontal-words {
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-headline,
.display.horizontal-words__h2,
.services-roll-kicker,
.services-roll-row,
.project-action-header h2,
.action-card-text h3,
.behind-pixels-copy h2 {
  font-family: var(--font-heading) !important;
  font-weight: 500;
  letter-spacing: -0.03em;
}

body,
button,
a,
p,
li,
.reference-nav-link,
.pill-button,
.horizontal-words,
.horizontal-words__bottom-text-l,
.horizontal-words__bottom-text-l em,
.action-card-kicker,
.action-card-link,
.action-card-text p,
.action-card-tags span,
.tuhina-gallery-label,
.behind-pixels-copy p {
  font-family: var(--font-body) !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: var(--cursor-pointer);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  cursor: var(--cursor-pointer);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  padding: 10px 16px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

body.is-loading {
  overflow: hidden;
}

.portfolio-loader {
  --loader-screen-alpha: 0.98;
  --loader-logo-opacity: 1;
  --loader-logo-invert: 0;
  --loader-scribble-opacity: 0;
  --loader-stroke-width: 31%;
  --loader-stroke: var(--accent);
  --loader-screen: #f0efe9;
  position: fixed;
  inset: 0;
  z-index: 5000;
  overflow: hidden;
  color: var(--loader-stroke);
  pointer-events: all;
  isolation: isolate;
}

.portfolio-loader.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.portfolio-loader-screen {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: var(--loader-screen);
  opacity: var(--loader-screen-alpha);
}

.portfolio-loader-scribble {
  position: absolute;
  top: -5.5%;
  left: -12%;
  z-index: 1;
  display: block;
  width: 120%;
  height: 120%;
  color: var(--loader-stroke);
  pointer-events: none;
  transform: translateZ(0);
}

.portfolio-loader-scribble path {
  stroke: currentColor;
  stroke-width: var(--loader-stroke-width);
  stroke-dasharray: var(--loader-path-length, 1);
  stroke-dashoffset: var(--loader-path-offset, 0);
  opacity: var(--loader-scribble-opacity);
  will-change: stroke-dashoffset, stroke-width, opacity;
}

.portfolio-loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 14vw, 230px);
  height: auto;
  opacity: var(--loader-logo-opacity);
  pointer-events: none;
  animation: portfolio-loader-wiggle 0.3s steps(2, end) infinite;
  will-change: opacity, transform;
}

.portfolio-loader-logo-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(var(--loader-logo-invert));
  user-select: none;
  -webkit-user-drag: none;
}

@keyframes portfolio-loader-wiggle {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-0.8deg) translate3d(-1px, 0, 0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(0.8deg) translate3d(1px, 0, 0);
  }
}

@media (max-width: 767px) {
  .portfolio-loader-scribble {
    left: -22%;
    width: 140%;
  }

  .portfolio-loader-logo {
    width: clamp(128px, 34vw, 176px);
  }
}

.hero-only-page {
  min-height: auto;
}

.hero-only-page .reference-header {
  position: absolute;
  will-change: opacity, filter, transform;
}

.hero-only-main {
  min-height: auto;
}

.hero-only-page .hero-only-section {
  position: relative;
  inset: auto;
  z-index: 20;
  width: 100%;
  height: auto;
  min-height: 100svh;
  will-change: opacity, filter, transform;
}

.hero-only-page .hero-scroll-spacer {
  display: none;
  height: 0;
  pointer-events: none;
}

.horizontal-words {
  --rolling-light: #f0ebe9;
  --rolling-dark: #000000;
  --rolling-svh: 1svh;
  --rolling-section-padding: 12em;
  --rolling-container-padding-s: 0.75em;
  position: relative;
  z-index: 5;
  height: calc(250 * var(--rolling-svh));
  margin-top: calc(var(--rolling-container-padding-s) * -1);
  overflow: visible;
  background-color: var(--marimba-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: var(--rolling-dark);
  font-family: "Truus DM Sans", Arial, Helvetica, sans-serif;
}

.horizontal-words__content {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100 * var(--rolling-svh));
  min-height: 44em;
  overflow: hidden;
}

.horizontal-words__relative {
  position: relative;
  width: max-content;
  margin-right: 25vw;
  margin-left: 25vw;
  transform: translate3d(50%, 0, 0);
  will-change: transform;
}

.display.horizontal-words__h2 {
  position: relative;
  width: max-content;
  margin: 0;
  padding: 0;
  color: var(--rolling-dark);
  font-family: "Truus Epilogue", Arial, Helvetica, sans-serif;
  font-size: clamp(6.05rem, 10.8vw, 13.35rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
}

.horizontal-words .letter,
.horizontal-words .word-space {
  display: inline-block;
  white-space: pre;
  transform-origin: 50% 70%;
  will-change: transform;
}

.horizontal-words .word-space {
  width: 0.3em;
}

.horizontal-words__sticker-watch,
.horizontal-words__sticker-cursor,
.horizontal-words__sticker-phone,
.horizontal-words__arrow-svg,
.horizontal-words__arrow-end-svg {
  position: absolute;
  pointer-events: none;
}

.horizontal-words__sticker-watch {
  top: 50%;
  left: 17.5%;
  width: 6em;
  transform: translate(-50%, -110%);
}

.horizontal-words__sticker-cursor {
  top: 50%;
  left: 50%;
  width: 7.5em;
  transform: translate(-50%, 10%);
}

.horizontal-words__sticker-phone {
  top: 50%;
  left: 79%;
  width: 8em;
  transform: translate(-50%, -100%);
}

.horizontal-words__sticker-svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform;
  -webkit-user-drag: none;
  user-select: none;
}

.horizontal-words__arrow-svg {
  bottom: 100%;
  left: 50%;
  width: 23.75em;
  transform: translate(-160%, -35%);
}

.horizontal-words__arrow-end-svg {
  top: 50%;
  left: 100%;
  width: 8.4375em;
  transform: translate(50%, 0);
}

.horizontal-words__draw-svg {
  display: block;
  overflow: visible;
  color: var(--rolling-dark);
}

.horizontal-words__draw-svg path {
  stroke-dasharray: var(--rolling-path-length, 1);
  stroke-dashoffset: var(--rolling-path-length, 1);
  will-change: stroke-dashoffset;
}

.horizontal-words__bottom-text {
  position: absolute;
  bottom: max(var(--rolling-section-padding), (var(--rolling-svh) * 25));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  transform: translateY(70%);
}

.horizontal-words__bottom-text-l {
  max-width: 34em;
  margin: 0;
  color: var(--rolling-dark);
  font-family: "Truus DM Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.375rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
}

.horizontal-words__bottom-text-l em {
  font-family: "Truus Lora", Georgia, "Times New Roman", serif;
  font-style: italic;
}

.services-roll-section {
  --services-preview-width: clamp(156px, 13.5vw, 250px);
  --services-preview-height: clamp(205px, 29vh, 320px);
  --services-preview-shift: 0px;
  --services-preview-top: 0px;
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 76svh;
  padding: clamp(40px, 5.4vw, 78px) 0;
  overflow: clip;
  background-color: var(--marimba-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: #000000;
}

.services-roll-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: min(1080px, 88%);
  margin: 0 auto;
  gap: clamp(24px, 3.2vw, 44px);
  overflow: visible;
}

.services-roll-kicker {
  flex: 0 0 clamp(130px, 20vw, 250px);
  margin: 0;
  padding-top: 0.12em;
  color: #000000;
  font-family: var(--marimba-serif);
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-roll-list {
  display: flex;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  gap: clamp(12px, 1.1vw, 19px);
  color: #000000;
  padding-right: calc(var(--services-preview-width) + clamp(56px, 5vw, 82px));
}

.services-roll-row {
  display: block;
  max-width: none;
  overflow: visible;
  color: #000000;
  cursor: var(--cursor-pointer);
  font-family: var(--marimba-serif);
  font-size: clamp(42px, 5.1vw, 82px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
  outline: 0;
  transition: color 0.15s ease-out;
  white-space: nowrap;
}

.services-roll-section.is-previewing .services-roll-row:not(.is-active) {
  color: rgba(0, 0, 0, 0.34);
}

.services-roll-row.is-active,
.services-roll-row:focus-visible {
  color: #000000;
}

.services-roll-window {
  display: block;
  height: 1.13em;
  max-width: none;
  overflow: hidden;
}

.services-roll-stack {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.services-roll-stack > span {
  display: block;
  height: 1.13em;
  line-height: 1.13;
}

.services-roll-row:hover .services-roll-stack,
.services-roll-row:focus-visible .services-roll-stack,
.services-roll-row.is-active .services-roll-stack {
  transform: translate3d(0, -1.13em, 0);
}

.services-roll-preview {
  position: absolute;
  right: 0;
  top: var(--services-preview-top);
  z-index: 3;
  width: var(--services-preview-width);
  height: var(--services-preview-height);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
  transform-origin: 50% 50%;
  transition:
    opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    top 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, top;
}

.services-roll-section.is-previewing .services-roll-preview {
  opacity: 1;
  transform: scale(1);
}

.services-roll-preview-track {
  position: relative;
  width: 100%;
  height: calc(var(--services-preview-height) * 5);
  transform: translate3d(0, var(--services-preview-shift), 0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.services-roll-preview-panel {
  width: 100%;
  height: var(--services-preview-height);
}

.services-roll-preview-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.behind-pixels-section {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  padding: clamp(96px, 11vw, 150px) 24px clamp(86px, 9vw, 126px);
  overflow: clip;
  background-color: var(--marimba-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: #000000;
}

.behind-pixels-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1040px, 100%);
  gap: clamp(96px, 11vw, 135px);
}

.behind-pixels-fan {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(980px, 100%);
  height: 310px;
  overflow: visible;
  isolation: isolate;
}

.behind-pixels-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--z);
  display: block;
  width: 236px;
  height: 236px;
  margin: -118px 0 0 -118px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  background: #d8d8d8;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  cursor: var(--cursor-pointer);
  transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s));
  transform-origin: center center;
  transition:
    transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.behind-pixels-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.behind-pixels-fan:is(:hover, :focus-within) .behind-pixels-card:not(:hover):not(:focus-visible):not(.is-active) {
  filter: saturate(0.92) brightness(0.98);
}

.behind-pixels-card:hover,
.behind-pixels-card:focus-visible,
.behind-pixels-card.is-active {
  z-index: 50;
  outline: 0;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.2);
  transform: translate(calc(var(--x) + var(--hover-x)), calc(var(--y) - 42px)) rotate(calc(var(--r) * 0.36)) scale(1.06);
}

.behind-pixels-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(620px, 100%);
  text-align: center;
}

.behind-pixels-copy h2 {
  margin: -59px 0 0;
  padding-right: 1px;
  color: #000000;
  font-family: "Unbounded", var(--marimba-sans);
  font-size: 41px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.behind-pixels-copy p {
  width: min(434px, 100%);
  max-width: 440px;
  margin: 14px 0 0;
  color: rgb(84, 84, 84);
  font-family: "DM Sans", "Truus DM Sans", var(--marimba-sans);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
}

.enric-footer {
  --enric-black: #171717;
  --enric-muted: #5c5c5c;
  --enric-soft: #a3a3a3;
  --enric-line: #e0e0e0;
  --enric-red: #e8342a;
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background:
    linear-gradient(
      to top,
      var(--enric-red) 280px,
      #ffffff calc(50% + 140px)
    );
  color: var(--enric-black);
}

.enric-footer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 72px);
  padding-top: 120px;
  background: #ffffff;
  border-radius: 0 0 24px 24px;
}

.enric-footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1168px;
  padding: 0 24px;
  gap: 40px;
}

.enric-footer-cta {
  display: flex;
  flex-direction: column;
  color: var(--enric-black);
  font-family: "Stack Sans Notch", system-ui, sans-serif !important;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.28px;
}

.enric-footer-cta p {
  margin: 0;
  font-family: "Stack Sans Notch", system-ui, sans-serif !important;
}

.enric-footer-muted-word,
.enric-footer-muted {
  color: var(--enric-muted);
}

.enric-footer-red {
  color: var(--enric-red);
}

.enric-footer-info {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid var(--enric-line);
}

.enric-footer-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
}

.enric-footer-bio,
.enric-footer-col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  word-break: break-word;
}

.enric-footer-bio {
  gap: 24px;
}

.enric-footer-bio p {
  margin: 0;
  color: var(--enric-muted);
  font-family: "Stack Sans Headline", system-ui, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.enric-footer-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 12px;
  background: var(--enric-black);
  color: #ffffff;
  font-family: "Stack Sans Headline", system-ui, sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.enric-footer-link-groups {
  display: contents;
}

.enric-footer-col {
  gap: 16px;
}

.enric-footer-label {
  margin: 0;
  color: var(--enric-soft);
  font-family: "Stack Sans Notch", system-ui, sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.enric-footer-links,
.enric-footer-reach-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}

.enric-footer-links {
  gap: 4px;
}

.enric-footer-reach-content {
  gap: 12px;
  overflow: hidden;
}

.enric-footer-links a,
.enric-footer-email,
.enric-footer-visitor p {
  display: block;
  margin: 0;
  color: var(--enric-black);
  font-family: "Stack Sans Headline", system-ui, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.enric-footer-email {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
}

.enric-footer-visitor {
  display: flex;
  flex-direction: column;
}

.enric-footer-visitor p {
  color: var(--enric-muted);
}

.enric-footer-visitor strong {
  margin: 0;
  color: var(--enric-red);
  font-family: "Stack Sans Headline", system-ui, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.88px;
}

.enric-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 0 40px;
  gap: 72px;
  overflow: hidden;
}

.enric-footer-shapes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  opacity: 0.2;
}

.enric-footer-shapes span {
  display: block;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #ffffff;
  transform: rotate(45deg);
}

.enric-footer-shapes span:nth-child(2n) {
  border-radius: 999px;
}

.enric-footer-shapes span:nth-child(3n) {
  clip-path: polygon(50% 0, 60% 34%, 96% 34%, 66% 54%, 78% 90%, 50% 68%, 22% 90%, 34% 54%, 4% 34%, 40% 34%);
}

.enric-footer-bottom p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #ffffff;
  font-family: "Stack Sans Notch", system-ui, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .enric-footer-card {
    width: calc(100% - 48px);
    padding-top: 80px;
  }

  .enric-footer-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .enric-footer-info {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .enric-footer-row {
    flex-wrap: wrap;
  }

  .enric-footer-bio,
  .enric-footer-col {
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .enric-footer-card {
    width: 100%;
    padding-top: 48px;
    border-radius: 0;
  }

  .enric-footer-inner {
    padding: 0 24px;
  }

  .enric-footer-cta {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }

  .enric-footer-info {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .enric-footer-row {
    flex-direction: column;
    gap: 40px;
  }

  .enric-footer-bio,
  .enric-footer-col {
    flex: none;
    width: 100%;
  }

  .enric-footer-link-groups {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px;
  }

  .enric-footer-link-groups > .enric-footer-col {
    flex: 1 1 0;
    width: auto;
  }

  .enric-footer-bottom {
    padding: 64px 0;
    gap: 48px;
  }

  .enric-footer-bottom p {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}

.tuhina-gallery-section {
  --gallery-card-width: 280px;
  --gallery-card-height: 370px;
  --gallery-gap: 20px;
  position: relative;
  z-index: 6;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background-color: var(--marimba-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: #27272a;
}

.tuhina-gallery-viewport {
  position: relative;
  display: flex;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: clip;
  border-radius: 0;
}

.tuhina-gallery-track {
  display: flex;
  flex: none;
  width: max-content;
  margin: 0;
  padding: 0;
  gap: var(--gallery-gap);
  list-style: none;
  transform: translate3d(-480px, 0, 0);
  will-change: transform;
}

.tuhina-gallery-item {
  flex: 0 0 var(--gallery-card-width);
  width: var(--gallery-card-width);
  height: var(--gallery-card-height);
}

.tuhina-gallery-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: clip;
  border-radius: 24px;
  color: #27272a;
  text-decoration: none;
  will-change: transform;
}

.tuhina-gallery-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
  -webkit-user-drag: none;
}

.tuhina-gallery-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: max-content;
  max-width: calc(100% - 8px);
  padding: 8px 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.96);
  color: #27272a;
  font-family: "Tuhina Clash Grotesk", var(--marimba-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
  white-space: nowrap;
  backdrop-filter: blur(24px);
  transform: translate3d(0, 68px, 0);
  transition:
    opacity 0.22s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-backdrop-filter: blur(24px);
}

.tuhina-gallery-card:hover img,
.tuhina-gallery-card:focus-visible img {
  transform: scale(1.1);
}

.tuhina-gallery-card:hover .tuhina-gallery-label,
.tuhina-gallery-card:focus-visible .tuhina-gallery-label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.tuhina-gallery-card:focus-visible {
  outline: 2px solid rgba(255, 89, 0, 0.85);
  outline-offset: 4px;
}

.project-action-section {
  --action-paper: var(--marimba-paper);
  --action-ink: #2a3132;
  --action-muted: #5f6566;
  --action-accent: #000000;
  --action-tag: #f5f1ec;
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 30px 120px;
  overflow: visible;
  background-color: var(--action-paper);
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  color: var(--action-ink);
  font-family: var(--marimba-sans);
}

.project-action-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1120px, 100%);
  gap: 64px;
}

.project-action-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(964px, 100%);
  min-height: 104px;
  padding: 23px 0;
  text-align: center;
}

.project-action-header h2 {
  margin: 0;
  color: #000000;
  font-family: var(--marimba-sans);
  font-size: clamp(44px, 5.1vw, 65px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.project-action-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(855px, 100%);
  gap: 28px;
  overflow: visible;
}

.action-card-shell {
  position: sticky;
  top: clamp(70px, 10vh, 96px);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: visible;
}

.action-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 855px;
  min-height: 409px;
  padding: 24px;
  overflow: clip;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: #ffffff;
  color: var(--action-ink);
  transform-origin: center top;
  will-change: transform, opacity;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.action-card-shell:first-child .action-card,
.action-card:hover,
.action-card:focus-visible {
  border-color: var(--action-accent);
  outline: 0;
}

.action-card:hover .action-card-kicker,
.action-card:hover .action-card-link,
.action-card:hover h3,
.action-card:focus-visible .action-card-kicker,
.action-card:focus-visible .action-card-link,
.action-card:focus-visible h3 {
  color: var(--action-accent);
}

.action-card-copy {
  position: relative;
  flex: 0 0 309px;
  width: 309px;
  height: 358px;
  overflow: clip;
}

.action-card-kicker,
.action-card-link {
  position: absolute;
  left: 0;
  margin: 0;
  color: var(--action-muted);
  font-family: var(--marimba-sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.action-card-kicker {
  top: 3px;
}

.action-card-link {
  bottom: 3px;
}

.action-card-shell:first-child .action-card-kicker,
.action-card-shell:first-child .action-card-link,
.action-card-shell:first-child h3 {
  color: var(--action-accent);
}

.action-card-text {
  position: absolute;
  top: 20px;
  right: -1px;
  display: flex;
  flex-direction: column;
  width: 309px;
  min-height: 184px;
  gap: 16px;
}

.action-card-text h3 {
  margin: 0;
  color: var(--action-ink);
  font-family: var(--marimba-sans);
  font-size: clamp(38px, 4vw, 45px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.action-card-text p {
  width: min(333px, 100%);
  margin: 0;
  color: var(--action-ink);
  font-family: var(--marimba-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.action-card-tags {
  position: absolute;
  left: 2px;
  bottom: 43px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.action-card-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 16px;
  border-radius: 60px;
  background: var(--action-tag);
  color: #3b3b3b;
  font-family: var(--marimba-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}

.action-card:hover .action-card-tags span,
.action-card:focus-visible .action-card-tags span {
  background: var(--action-tag);
}

.action-card-image {
  position: relative;
  flex: none;
  width: 498px;
  height: 357px;
  overflow: clip;
  border-radius: 20px;
  background: #f4f4f4;
  will-change: transform;
}

.action-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: clamp(20px, 4vw, 50px);
  display: flex;
  justify-content: stretch;
  pointer-events: none;
}

.top-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  pointer-events: none;
}

.nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  pointer-events: auto;
}

.nav-links a {
  position: relative;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 0.7;
  transform: translateX(-4px);
}

.nav-links a[aria-current="page"] {
  font-weight: 600;
}

.nav-links a[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.logo-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--marimba-ink);
  font-family: var(--marimba-serif);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  line-height: 0.66;
  letter-spacing: -0.04em;
  pointer-events: auto;
  transform: rotate(-7deg);
  transform-origin: left center;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-mark:hover,
.logo-mark:focus-visible {
  filter: drop-shadow(0 10px 18px rgba(58, 74, 22, 0.18));
  transform: translateY(-3px) rotate(1deg) scale(1.06);
}

.logo-mark span:first-child {
  transform: translateX(-1px) rotate(4deg);
}

.logo-mark span:last-child {
  transform: translateX(18px) rotate(-4deg);
}

.section-pad {
  position: relative;
  padding-left: max(24px, calc((100vw - 842px) / 2));
  padding-right: max(24px, calc((100vw - 842px) / 2));
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(112px, 13vh, 152px);
  padding-bottom: clamp(72px, 10vh, 120px);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--marimba-paper);
  color: var(--marimba-ink);
}

.hero-copy {
  width: min(100%, 1080px);
  margin: 0 auto;
  z-index: 3;
  will-change: transform, opacity, filter;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  perspective: 1200px;
}

.hero-shape {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform, opacity;
}

.shape-orbit {
  width: clamp(220px, 34vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: var(--marimba-serif);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.96;
  text-shadow: 0 16px 34px rgba(58, 74, 22, 0.22);
  opacity: calc(1 - (var(--hero-progress) * 0.35));
}

.shape-orbit-left {
  left: max(-260px, -18vw);
  top: 16vh;
  background: var(--marimba-soft-blue);
  transform:
    translate3d(calc(var(--hero-progress) * -72px), calc(var(--hero-progress) * -36px), 0)
    rotate(calc(var(--hero-progress) * -70deg - 7deg));
}

.shape-orbit-right {
  right: max(-280px, -19vw);
  bottom: 11vh;
  background: var(--marimba-coral);
  transform:
    translate3d(calc(var(--hero-progress) * 90px), calc(var(--hero-progress) * -60px), 0)
    rotate(calc(var(--hero-progress) * 80deg + 12deg));
}

.shape-asterisk {
  left: clamp(78px, 20vw, 290px);
  top: clamp(112px, 20vh, 220px);
  width: clamp(52px, 6vw, 84px);
  aspect-ratio: 1;
  color: var(--marimba-ink);
  transform:
    translate3d(calc(var(--hero-progress) * -34px), calc(var(--hero-progress) * -180px), 0)
    rotate(calc(var(--hero-progress) * 110deg - 24deg));
  animation: shape-spin 30s linear infinite;
}

.shape-asterisk::before {
  content: "*";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--marimba-serif);
  font-size: 1.6em;
}

.shape-starburst {
  left: max(-60px, 5vw);
  bottom: clamp(48px, 13vh, 130px);
  width: clamp(96px, 15vw, 210px);
  aspect-ratio: 1;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 59% 32%, 92% 14%, 69% 45%, 100% 50%, 69% 56%, 92% 86%, 59% 68%, 50% 100%, 41% 68%, 8% 86%, 31% 56%, 0% 50%, 31% 45%, 8% 14%, 41% 32%);
  transform:
    translate3d(calc(var(--hero-progress) * -120px), calc(var(--hero-progress) * -70px), 0)
    rotate(calc(var(--hero-progress) * 44deg + 8deg));
}

.shape-leaf {
  right: clamp(10px, 7vw, 140px);
  top: 42vh;
  width: clamp(116px, 18vw, 260px);
  height: clamp(156px, 24vw, 340px);
  border-radius: 72% 28% 70% 30% / 52% 42% 58% 48%;
  background: var(--pink);
  opacity: 0.92;
  transform:
    translate3d(calc(var(--hero-progress) * 160px), calc(var(--hero-progress) * -170px), 0)
    rotate(calc(var(--hero-progress) * 38deg - 18deg));
}

.shape-window {
  right: clamp(120px, 22vw, 340px);
  bottom: clamp(12px, 8vh, 88px);
  width: clamp(86px, 12vw, 160px);
  aspect-ratio: 1.22;
  border: 1px solid rgba(58, 74, 22, 0.45);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(58, 74, 22, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(58, 74, 22, 0.16) 1px, transparent 1px),
    var(--marimba-lilac);
  background-size: 26px 26px;
  transform:
    translate3d(calc(var(--hero-progress) * 120px), calc(var(--hero-progress) * -240px), 0)
    rotate(calc(var(--hero-progress) * 160deg + 7deg));
}

.shape-ring {
  left: 52%;
  bottom: -112px;
  width: clamp(170px, 23vw, 330px);
  aspect-ratio: 1;
  border: clamp(18px, 3vw, 42px) solid rgba(193, 228, 247, 0.72);
  border-radius: 50%;
  transform:
    translate3d(-50%, calc(var(--hero-progress) * -120px), 0)
    rotate(calc(var(--hero-progress) * 120deg));
}

.hero-tag {
  margin: 0 0 clamp(22px, 3vw, 34px);
}

.hero-tag span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--marimba-ink);
  border-radius: 999px;
  padding: 6px 17px 5px;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 500;
}

h1,
h2,
.big-contact {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 53px);
  line-height: 1.14;
}

.hero-headline {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--marimba-ink);
  font-family: var(--marimba-serif);
  font-size: clamp(54px, 8.6vw, 132px);
  font-weight: 400;
  line-height: 0.98;
}

.hero-title-img {
  --pill-x: 0px;
  --pill-y: 0px;
  position: relative;
  display: inline-block;
  width: clamp(48px, 6.5vw, 92px);
  height: clamp(36px, 4.6vw, 70px);
  margin: 0 0.12em -0.06em;
  border: 1px solid rgba(58, 74, 22, 0.2);
  border-radius: 999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  vertical-align: baseline;
  transform: translate3d(var(--pill-x), var(--pill-y), 0);
  transition:
    width 0.5s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  animation: title-pill-grow 1.2s ease 0.45s both;
}

.hero-title-img span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero-title-img.is-grown {
  animation: none;
}

.hero-title-about {
  background-image: url("assets/about-amina-photo.jpeg");
}

.hero-title-work {
  background-image: url("assets/home-dashboard.svg");
}

.hero-title-img:hover,
.hero-title-img:focus-visible {
  width: clamp(98px, 9.5vw, 150px);
  background-color: var(--marimba-soft-blue);
  background-blend-mode: lighten;
  border-color: var(--marimba-ink);
  outline: 0;
}

.hero-title-work:hover,
.hero-title-work:focus-visible {
  background-color: var(--marimba-lilac);
}

.hero-title-img:hover span,
.hero-title-img:focus-visible span {
  opacity: 1;
  transform: scale(1);
}

.hero-summary {
  max-width: 650px;
  margin: clamp(26px, 4vw, 42px) auto 30px;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 300;
  line-height: 1.32;
}

.dash-line {
  width: min(100%, 560px);
  height: 1px;
  margin: 0 auto 32px;
  background-image: linear-gradient(90deg, transparent, rgba(58, 74, 22, 0.22) 10%, rgba(58, 74, 22, 0.22) 90%, transparent);
}

.hero-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.button-primary {
  --button-fill: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 158px;
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  gap: 8px;
  padding: 0 26px;
  font-weight: 700;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.button-primary::before {
  content: none;
}

.button-primary:hover {
  transform: translateY(-3px);
  background: var(--ink);
  color: #ffffff;
  box-shadow: inset -18rem 0 0 var(--button-fill);
}

.button-secondary {
  --button-fill: var(--red);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--ink);
  color: #ffffff;
  box-shadow: inset -18rem 0 0 var(--button-fill);
}

.hero .button-primary {
  --button-fill: var(--marimba-coral);
  min-width: 160px;
  border-color: var(--marimba-ink);
  background: var(--marimba-ink);
  color: var(--marimba-paper);
  font-family: var(--marimba-sans);
  font-weight: 600;
}

.hero .button-secondary {
  --button-fill: var(--marimba-lilac);
}

.button-primary::after,
.case-note a::after,
.footer-nav a::after,
.social-links a::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--button-fill, var(--red));
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.2);
  transition:
    opacity 0.18s ease,
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.button-primary:hover::after,
.button-primary:focus-visible::after,
.case-note a:hover::after,
.case-note a:focus-visible::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after,
.social-links a:hover::after,
.social-links a:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) scale(12);
}

.flower {
  position: relative;
  width: var(--size, 160px);
  aspect-ratio: 1;
}

.flower svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flower .petal {
  position: absolute;
  left: 50%;
  top: 33%;
  width: 48%;
  height: 36%;
  border-radius: 68% 56% 68% 56%;
  background: var(--petal);
  transform-origin: 0% 50%;
  transform: rotate(calc(var(--i) * 1turn / var(--petals))) translateX(9%);
}

.flower .center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28%;
  height: 20%;
  border-radius: 999px;
  background: var(--center);
  transform: translate(-50%, -50%) rotate(5deg);
  z-index: 2;
}

.flower-hero {
  --size: 470px;
  position: absolute;
  top: 136px;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  will-change: transform;
}

.flower-left {
  left: -178px;
  transform: rotate(calc(var(--scroll-rot) * -1 - 14deg)) scale(1.06);
}

.flower-right {
  right: -185px;
  transform: rotate(calc(var(--scroll-rot) + 9deg)) scale(1.1);
}

.digital-home {
  padding-top: 30px;
  padding-bottom: 92px;
  text-align: center;
  overflow: hidden;
}

.sweater-icon {
  position: relative;
  width: 58px;
  height: 68px;
  margin: 0 auto 18px;
  border: 5px solid var(--red);
  border-top-width: 0;
  border-radius: 8px 8px 12px 12px;
}

.sweater-icon::before,
.sweater-icon::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 19px;
  height: 44px;
  border: 5px solid var(--red);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.sweater-icon::before {
  left: -18px;
  transform: rotate(9deg);
}

.sweater-icon::after {
  right: -18px;
  transform: rotate(-9deg);
}

.sweater-icon span {
  position: absolute;
  left: 50%;
  top: 27px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  transform: translateX(-50%);
}

.studio-orbit {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
}

.studio-orbit::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 5px solid var(--red);
  border-right-color: var(--sky);
  border-bottom-color: var(--yellow);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.studio-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.studio-orbit span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 12px 24px rgba(255, 31, 37, 0.2);
}

.studio-orbit span:nth-child(1) {
  left: 8px;
  top: 17px;
  background: var(--sky);
}

.studio-orbit span:nth-child(2) {
  right: 7px;
  top: 16px;
  background: var(--yellow);
}

.studio-orbit span:nth-child(3) {
  left: 50%;
  bottom: 5px;
  background: var(--pink);
  transform: translateX(-50%);
}

.gallery-icon {
  display: block;
  width: 74px;
  height: 62px;
  margin: 0 auto 18px;
  object-fit: contain;
  overflow: visible;
}

.gallery-heart-icon {
  width: 86px;
  height: 42px;
  margin-bottom: 14px;
}

.gallery-mark-icon {
  width: 82px;
  height: 64px;
  margin-bottom: 12px;
}

.camera-mark-icon {
  width: 82px;
  height: 58px;
  margin-bottom: 12px;
}

.digital-home-vector {
  width: 86px;
  height: 69px;
  margin-bottom: 12px;
}

.gallery-icon path,
.gallery-icon circle {
  fill: none;
  stroke: var(--red);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-icon circle {
  fill: var(--red);
}

.digital-home h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(24px, 3.3vw, 32px);
  font-weight: 400;
}

.home-strip {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  overflow: hidden;
}

.home-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 0 18px;
  animation: strip-glide 24s linear infinite;
}

.home-strip:hover .home-track {
  animation-play-state: paused;
}

.rolling-statement {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: -24px 0 18px;
  padding: clamp(42px, 7vw, 96px) 0 clamp(54px, 8vw, 110px);
  color: var(--marimba-ink);
  overflow: hidden;
  transform: translateX(-50%);
}

.rolling-statement__viewport {
  position: relative;
  min-height: clamp(230px, 28vw, 390px);
  overflow: visible;
}

.rolling-statement__track {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  width: max-content;
  white-space: nowrap;
  transform: translate3d(0, -50%, 0);
  animation: rolling-words 30s linear infinite;
  will-change: transform;
}

.rolling-statement__track--clone {
  animation-name: rolling-words-clone;
}

.rolling-statement__track span {
  display: block;
  font-family: var(--marimba-serif);
  font-size: clamp(76px, 12vw, 172px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

.rolling-statement__track img {
  display: block;
  flex: 0 0 auto;
  width: clamp(74px, 9vw, 142px);
  height: clamp(74px, 9vw, 142px);
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(58, 74, 22, 0.1));
  animation: rolling-sticker-wobble 4.2s ease-in-out infinite;
}

.rolling-statement__track img:nth-of-type(2) {
  width: clamp(66px, 7.6vw, 118px);
  height: clamp(92px, 10.5vw, 158px);
  animation-delay: -1.1s;
}

.rolling-statement__track img:nth-of-type(3) {
  animation-delay: -2.1s;
}

.rolling-statement__track img:nth-of-type(4) {
  animation-delay: -3.1s;
}

.rolling-statement__arrow {
  position: absolute;
  z-index: 1;
  display: block;
  fill: none;
  stroke: var(--marimba-ink);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.rolling-statement__arrow--lead {
  left: 8%;
  top: 12%;
  width: clamp(210px, 32vw, 430px);
  transform: rotate(-8deg);
  animation: rolling-arrow-drift 7s ease-in-out infinite;
}

.rolling-statement__arrow--end {
  right: 7%;
  bottom: 8%;
  width: clamp(104px, 14vw, 180px);
  transform: rotate(8deg);
  animation: rolling-arrow-drift 7s ease-in-out -2s infinite reverse;
}

@keyframes rolling-words {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes rolling-words-clone {
  from {
    transform: translate3d(50%, -50%, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes rolling-sticker-wobble {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(7deg) scale(1.04);
  }
}

@keyframes rolling-arrow-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(20px, -10px, 0) rotate(-3deg);
  }
}

.preview-card {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  height: 352px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  text-align: left;
}

.price-mini {
  display: grid;
  align-content: center;
  padding: 70px 48px;
  background: #ffffff;
}

.mini-browser {
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
}

.mini-browser span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8d8;
}

.price-mini h3 {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.18;
}

.price-bars {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.price-bars span {
  height: 10px;
  width: var(--bar);
  border-radius: 999px;
  background: #dcff9a;
}

.mini-actions {
  display: flex;
  gap: 10px;
  font-size: 11px;
}

.mini-actions span,
.mini-actions strong {
  border-radius: 999px;
  padding: 10px 15px;
}

.mini-actions span {
  background: #efefef;
}

.mini-actions strong {
  background: #006e31;
  color: #ffffff;
}

.dark-phone {
  width: 340px;
  padding: 48px 40px;
  background: #dedddb;
}

.dark-phone::before {
  content: "";
  display: block;
  width: 230px;
  height: 356px;
  margin: 0 auto;
  border-radius: 38px 38px 0 0;
  background: #111111;
}

.dark-phone h3,
.dark-phone .phone-top,
.dark-phone .calendar-grid {
  position: absolute;
}

.dark-phone h3 {
  top: 90px;
  left: 70px;
  color: #5e5e5e;
  font-weight: 400;
}

.phone-top {
  top: 58px;
  left: 92px;
  width: 190px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  opacity: 0.8;
}

.calendar-grid {
  left: 72px;
  top: 170px;
  display: grid;
  grid-template-columns: repeat(5, 32px);
  gap: 13px;
}

.calendar-grid span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #242424;
}

.calendar-grid span:nth-child(8),
.calendar-grid span:nth-child(17) {
  background: var(--pink);
}

.brand-poster {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 48% 86%, #f8ffb8 0 18%, transparent 34%),
    linear-gradient(140deg, #eff9ff 0%, #f2e8ff 48%, #ffd8e0 100%);
}

.brand-poster p {
  margin: 0;
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1.12;
}

.dashboard-mini {
  padding: 58px 42px;
}

.dash-logo {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}

.dashboard-mini h3,
.dashboard-mini p {
  margin: 0;
}

.dashboard-mini h3 {
  font-size: 16px;
}

.dashboard-mini p {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 12px;
}

.dashboard-mini ul {
  display: grid;
  gap: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.identity-mini {
  display: grid;
  place-items: center;
  background: #2c2140;
}

.tile-grid {
  display: grid;
  width: 250px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 26px;
  overflow: hidden;
  transform: rotate(-4deg);
}

.tile-grid span {
  aspect-ratio: 1;
  border-radius: 0 26px 0 26px;
}

.tile-grid span:nth-child(4n + 1) {
  background: var(--yellow);
}

.tile-grid span:nth-child(4n + 2) {
  background: #23cfd9;
}

.tile-grid span:nth-child(4n + 3) {
  background: #8d45b5;
}

.tile-grid span:nth-child(4n + 4) {
  background: #ff8c27;
}

.social-mini {
  padding: 72px 48px;
  background: #dff5cc;
}

.social-mini h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

.social-mini p {
  margin: 0 0 48px;
  font-size: 14px;
}

.story-row {
  display: flex;
  gap: 12px;
}

.story-row span {
  width: 54px;
  height: 86px;
  border: 5px solid #ffffff;
  border-radius: 18px;
  background: var(--red);
  box-shadow: var(--shadow);
  transform: rotate(-6deg);
}

.story-row span:nth-child(2) {
  background: var(--blue);
  transform: translateY(-18px) rotate(5deg);
}

.story-row span:nth-child(3) {
  background: var(--yellow);
  transform: rotate(9deg);
}

.works {
  padding-top: 0;
  padding-bottom: 108px;
}

.section-heading {
  max-width: 680px;
}

.section-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.1;
}

.section-heading p {
  max-width: 600px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(21px, 3.1vw, 27px);
  line-height: 1.25;
}

.work-list {
  display: grid;
  gap: 22px;
  margin-top: 62px;
}

.work-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 660px);
  gap: 16px;
  align-items: start;
  perspective: 1200px;
}

.work-row-alt {
  grid-template-columns: minmax(0, 660px) 150px;
}

.work-row-alt .flower-side {
  order: 2;
}

.work-card {
  --bloom: var(--red);
  --bloom-center: var(--yellow);
  --brief-color: #ffffff;
  min-height: 422px;
  border-radius: 32px;
  background: #e4e3dd;
  overflow: hidden;
  cursor: var(--cursor-pointer);
  position: relative;
  transform-origin: center;
  transition:
    background 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 7;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--ink);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s ease,
    color 0.28s ease;
}

.work-arrow:hover,
.work-arrow:focus-visible {
  background: #ffffff;
  color: var(--ink);
  transform: translate(4px, -4px);
}

.work-row:nth-child(1) .work-card {
  --bloom: var(--yellow);
  --bloom-center: var(--blue);
  --brief-color: var(--blue);
}

.work-row:nth-child(2) .work-card {
  --bloom: var(--pink);
  --bloom-center: var(--blue);
  --brief-color: #ffffff;
}

.work-row:nth-child(3) .work-card {
  --bloom: var(--sky);
  --bloom-center: var(--red);
  --brief-color: var(--ink);
}

.work-row:nth-child(4) .work-card {
  --bloom: var(--blue);
  --bloom-center: var(--yellow);
  --brief-color: #ffffff;
}

.work-card::before {
  content: "";
  position: absolute;
  left: auto;
  right: -92px;
  top: 50%;
  z-index: 3;
  width: max(920px, 182%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--bloom);
  filter: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, -50%) scale(0.04);
  transform-origin: 50% 50%;
  transition:
    opacity 0.18s ease,
    transform 0.82s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card::after {
  content: attr(data-brief);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(500px, calc(100% - 72px));
  color: var(--brief-color);
  font-family: var(--serif);
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.08;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -42%) scale(0.9);
  transition:
    opacity 0.26s ease 0.12s,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

.work-card > * {
  position: relative;
  z-index: 2;
}

.work-card .work-arrow {
  position: absolute;
  z-index: 7;
}

.flower-side {
  display: grid;
  gap: 14px;
}

.flower-tile {
  --size: 150px;
  border-radius: 28px;
  transition:
    transform 0.78s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.78s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.blue-tile {
  background: var(--blue);
}

.pink-tile {
  background: var(--pink);
}

.yellow-tile {
  background: #ffffff;
}

.flower-side > span {
  width: 150px;
  height: 150px;
  border-radius: 28px;
  background: #ffffff;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-visual {
  position: relative;
  min-height: 250px;
  overflow: visible;
  transition:
    opacity 0.34s ease,
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.deal-ticket,
.phone-sticker,
.packaging-card,
.event-poster,
.coverage-panel,
.laptop-frame,
.glow-card {
  position: absolute;
  border: 8px solid #ffffff;
  border-radius: 26px;
  box-shadow: var(--shadow);
  transition:
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.price-visual {
  background: #e3e2de;
}

.deal-ticket {
  left: 40px;
  top: 28px;
  width: 380px;
  height: 152px;
  padding: 28px 34px;
  background: #f8f8f8;
  transform: rotate(-6deg);
}

.deal-ticket span,
.deal-ticket small {
  display: block;
  font-size: 12px;
  color: #5c5c59;
}

.deal-ticket strong {
  display: block;
  margin: 16px 0;
  font-size: 25px;
  line-height: 1.05;
}

.phone-sticker {
  right: 62px;
  top: 52px;
  width: 202px;
  height: 158px;
  padding: 20px;
  background: #fff5cd;
  transform: rotate(7deg);
}

.phone-sticker div {
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background:
    linear-gradient(90deg, #ffffff 0 30%, transparent 30%),
    linear-gradient(135deg, var(--yellow), var(--red));
}

.phone-sticker p {
  margin: 12px 0 0;
  font-size: 13px;
}

.phone-sticker strong {
  font-size: 28px;
}

.work-copy {
  padding: 20px 26px 28px;
  transition:
    opacity 0.34s ease,
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.work-copy h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 500;
}

.work-copy h3 span {
  color: var(--muted);
  font-weight: 400;
}

.work-copy p {
  max-width: 450px;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.work-card:hover,
.work-row:hover .work-card,
.work-row:has(.work-card:hover) .work-card,
.work-row:focus-within .work-card {
  background: #e4e3dd;
  box-shadow: none;
}

.work-card:hover::before,
.work-row:hover .work-card::before,
.work-row:has(.work-card:hover) .work-card::before,
.work-row:focus-within .work-card::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.work-card:hover::after,
.work-row:hover .work-card::after,
.work-row:has(.work-card:hover) .work-card::after,
.work-row:focus-within .work-card::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.work-card:hover .work-visual,
.work-row:hover .work-card .work-visual,
.work-row:has(.work-card:hover) .work-visual,
.work-row:focus-within .work-visual,
.work-card:hover .work-copy,
.work-row:hover .work-card .work-copy,
.work-row:has(.work-card:hover) .work-copy,
.work-row:focus-within .work-copy {
  opacity: 0.08;
  transform: scale(0.96);
}

.work-row-alt:hover .work-card,
.work-row-alt:has(.work-card:hover) .work-card,
.work-row-alt:focus-within .work-card {
  transform: none;
}

.work-row:hover .flower-tile,
.work-row:has(.work-card:hover) .flower-tile,
.work-row:focus-within .flower-tile {
  box-shadow: none;
  transform: none;
}

.work-row-alt:hover .flower-tile,
.work-row-alt:has(.work-card:hover) .flower-tile,
.work-row-alt:focus-within .flower-tile {
  transform: none;
}

.work-row:hover .flower-tile svg,
.work-row:has(.work-card:hover) .flower-tile svg,
.work-row:focus-within .flower-tile svg {
  animation: bloom-spin 5.2s linear infinite;
}

.work-row:hover .flower-side > span,
.work-row:has(.work-card:hover) .flower-side > span,
.work-row:focus-within .flower-side > span {
  background: #f9f8f4;
  box-shadow: var(--shadow);
  transform: translateY(12px) rotate(5deg);
}

.work-card:hover .deal-ticket,
.work-row:hover .deal-ticket,
.work-row:has(.work-card:hover) .deal-ticket,
.work-row:focus-within .deal-ticket {
  filter: saturate(1.08);
  transform: translate(18px, -10px) rotate(-4deg) scale(0.96);
}

.work-card:hover .phone-sticker,
.work-row:hover .phone-sticker,
.work-row:has(.work-card:hover) .phone-sticker,
.work-row:focus-within .phone-sticker {
  filter: saturate(1.08);
  transform: translate(-18px, 10px) rotate(4deg) scale(0.96);
}

.brand-visual {
  min-height: 270px;
}

.pattern-board {
  position: absolute;
  left: 44px;
  top: 34px;
  width: 345px;
  height: 198px;
  border: 7px solid #ffffff;
  border-radius: 28px;
  background: #2a1e3d;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
  transition:
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.pattern-board span {
  position: absolute;
  border-radius: 22px 22px 22px 4px;
  box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.06);
}

.pattern-board span:nth-child(1) {
  left: 42px;
  top: 54px;
  width: 82px;
  height: 98px;
  background: var(--yellow);
}

.pattern-board span:nth-child(2) {
  left: 116px;
  top: 46px;
  width: 88px;
  height: 108px;
  background: #19c7d7;
}

.pattern-board span:nth-child(3) {
  left: 195px;
  top: 42px;
  width: 84px;
  height: 116px;
  background: #8a42b5;
}

.pattern-board span:nth-child(4) {
  left: 268px;
  top: 34px;
  width: 84px;
  height: 128px;
  background: #ff8e2b;
}

.pattern-board::before {
  content: "palette";
  position: absolute;
  left: 28px;
  top: 22px;
  color: #fff4df;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.pattern-board::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 22px;
  width: 80px;
  height: 12px;
  border-radius: 999px;
  background: #fff4df;
  opacity: 0.9;
}

.packaging-card {
  right: 34px;
  top: 54px;
  display: grid;
  place-content: center;
  width: 224px;
  height: 174px;
  background: #f8efe4;
  text-align: center;
  transform: rotate(7deg);
}

.packaging-card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #f8efe4 0 28%, transparent 30%),
    conic-gradient(var(--red), var(--yellow), var(--sky), var(--pink), var(--red));
}

.packaging-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(0, 0, 0, 0.13) 45% 52%, transparent 53%),
    #ffd248;
}

.packaging-card strong {
  font-family: var(--serif);
  font-size: 31px;
}

.packaging-card small {
  display: block;
  margin-top: 12px;
  color: #5b5149;
}

.work-card:hover .pattern-board,
.work-row:hover .pattern-board,
.work-row:has(.work-card:hover) .pattern-board,
.work-row:focus-within .pattern-board {
  filter: saturate(1.08);
  transform: translate(18px, -10px) rotate(-3deg) scale(0.96);
}

.work-card:hover .packaging-card,
.work-row:hover .packaging-card,
.work-row:has(.work-card:hover) .packaging-card,
.work-row:focus-within .packaging-card {
  filter: saturate(1.06);
  transform: translate(-18px, 10px) rotate(4deg) scale(0.96);
}

.karma-visual {
  min-height: 270px;
}

.event-poster {
  left: 46px;
  top: 30px;
  display: grid;
  align-content: center;
  width: 280px;
  height: 190px;
  padding: 26px;
  background: var(--red);
  color: #ffffff;
  transform: rotate(-3deg);
}

.event-poster span {
  width: fit-content;
  border-radius: 999px;
  background: #ffffff;
  color: var(--red);
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
}

.event-poster strong {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1;
}

.event-poster small {
  margin-top: 8px;
}

.coverage-panel {
  right: 44px;
  top: 74px;
  width: 270px;
  height: 150px;
  padding: 24px;
  background: #ffffff;
  transform: rotate(6deg);
}

.coverage-panel p {
  margin: 0 0 26px;
  font-size: 20px;
  font-weight: 700;
}

.coverage-panel div {
  display: grid;
  gap: 9px;
}

.coverage-panel span {
  height: 12px;
  border-radius: 999px;
  background: #d9d9d9;
}

.coverage-panel span:nth-child(2) {
  width: 72%;
  background: #bbd7ff;
}

.coverage-panel span:nth-child(3) {
  width: 54%;
  background: #e1ff87;
}

.work-card:hover .event-poster,
.work-row:hover .event-poster,
.work-row:has(.work-card:hover) .event-poster,
.work-row:focus-within .event-poster {
  filter: saturate(1.08);
  transform: translate(18px, -10px) rotate(-2deg) scale(0.96);
}

.work-card:hover .coverage-panel,
.work-row:hover .coverage-panel,
.work-row:has(.work-card:hover) .coverage-panel,
.work-row:focus-within .coverage-panel {
  filter: saturate(1.06);
  transform: translate(-18px, 10px) rotate(4deg) scale(0.96);
}

.fashion-visual {
  min-height: 270px;
}

.laptop-frame {
  left: 42px;
  top: 38px;
  display: grid;
  align-content: center;
  width: 360px;
  height: 172px;
  padding: 28px;
  background: #151515;
  color: #ffffff;
  transform: rotate(-5deg);
}

.laptop-frame strong {
  font-size: 36px;
}

.laptop-frame span {
  color: #96d9ff;
}

.glow-card {
  right: 44px;
  top: 86px;
  display: grid;
  place-items: center;
  width: 260px;
  height: 150px;
  background:
    radial-gradient(circle at 70% 20%, #cfffff 0 18%, transparent 36%),
    linear-gradient(145deg, #0a24ff 0%, #b6fff4 100%);
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  transform: rotate(7deg);
}

.work-card:hover .laptop-frame,
.work-row:hover .laptop-frame,
.work-row:has(.work-card:hover) .laptop-frame,
.work-row:focus-within .laptop-frame {
  filter: saturate(1.08);
  transform: translate(18px, -10px) rotate(-3deg) scale(0.96);
}

.work-card:hover .glow-card,
.work-row:hover .glow-card,
.work-row:has(.work-card:hover) .glow-card,
.work-row:focus-within .glow-card {
  filter: saturate(1.12) brightness(1.04);
  transform: translate(-18px, 10px) rotate(4deg) scale(0.96);
}

.case-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: 660px;
  margin: 26px auto 0;
  padding: 24px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}

.case-note p {
  margin: 0;
  font-size: 18px;
}

.case-note a {
  --button-fill: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 44px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  padding: 0 24px;
  font-weight: 700;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.26s ease,
    background 0.26s ease,
    color 0.26s ease;
}

.case-note a:hover,
.case-note a:focus-visible {
  background: var(--ink);
  color: #ffffff;
  box-shadow: inset -18rem 0 0 var(--button-fill);
  transform: translateY(-3px);
}

.support {
  padding-top: 0;
  padding-bottom: 112px;
}

.fan-stack {
  position: relative;
  width: min(840px, 100%);
  height: 225px;
  margin: 24px 0;
  padding: 4px 0 0;
  transform: none;
  perspective: 900px;
}

.fan-card {
  --fan-x: 0px;
  --fan-r: 0deg;
  --fan-y: 0px;
  --fan-scale: 1;
  --fan-z: 1;
  position: absolute;
  left: 50%;
  top: 44px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  justify-items: center;
  width: 104px;
  height: 148px;
  border: 7px solid #ffffff;
  border-radius: 16px;
  padding: 14px 10px 18px;
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  z-index: var(--fan-z);
  transform-origin: 50% 105%;
  transform: translateX(var(--fan-x)) translateY(var(--fan-y)) rotate(var(--fan-r)) scale(var(--fan-scale));
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.fan-card::before {
  content: none !important;
  display: none !important;
  align-self: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.fan-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fan-card span {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  padding: 5px 8px;
  text-align: center;
  line-height: 1.1;
}

.fan-card:hover img {
  transform: scale(1.08);
}

.fan-1 {
  --fan-x: -382px;
  --fan-r: -8deg;
  --fan-z: 1;
  background: #0d0d0d;
}

.fan-1::before {
  background:
    linear-gradient(#ffffff 0 0) 50% 16px / 40px 3px no-repeat,
    linear-gradient(#ffffff 0 0) 50% 29px / 40px 3px no-repeat,
    linear-gradient(#ffffff 0 0) 50% 42px / 40px 3px no-repeat,
    linear-gradient(90deg, transparent 45%, #ffffff 45% 55%, transparent 55%),
    #222222;
  opacity: 0.94;
}

.fan-2 {
  --fan-x: -380px;
  --fan-r: -7deg;
  --fan-z: 2;
  background: #eef0f5;
  color: #111111;
}

.fan-2::before {
  background:
    radial-gradient(circle at 32% 25%, #f24e1e 0 10px, transparent 11px),
    radial-gradient(circle at 67% 25%, #ff7262 0 10px, transparent 11px),
    radial-gradient(circle at 32% 50%, #a259ff 0 10px, transparent 11px),
    radial-gradient(circle at 67% 50%, #1abcfe 0 10px, transparent 11px),
    radial-gradient(circle at 32% 75%, #0acf83 0 10px, transparent 11px);
}

.fan-3 {
  --fan-x: -378px;
  --fan-r: -6deg;
  --fan-z: 3;
  background: #111111;
}

.fan-3::before {
  background:
    radial-gradient(circle at 20% 26%, #ffffff 0 7px, transparent 8px),
    radial-gradient(circle at 72% 30%, #ffffff 0 7px, transparent 8px),
    radial-gradient(circle at 50% 70%, #ffffff 0 7px, transparent 8px),
    linear-gradient(28deg, transparent 41%, #ffffff 42% 47%, transparent 48%),
    linear-gradient(-36deg, transparent 43%, #ffffff 44% 49%, transparent 50%);
  opacity: 0.95;
}

.fan-4 {
  --fan-x: -376px;
  --fan-r: -5deg;
  --fan-z: 4;
  background: #d9f8b6;
  color: #226022;
}

.fan-4::before {
  background:
    linear-gradient(90deg, #ffd248 0 33%, #7ed8f2 33% 66%, #f77bc6 66%) 0 0 / 100% 26px no-repeat,
    linear-gradient(90deg, #061bd8 0 33%, #ff1f25 33% 66%, #f6f5f1 66%) 0 32px / 100% 26px no-repeat;
  border-radius: 12px;
}

.fan-5 {
  --fan-x: -374px;
  --fan-r: -4deg;
  --fan-z: 5;
  background: #0b0b0b;
}

.fan-5::before {
  content: "</>";
  display: grid;
  place-items: center;
  color: var(--yellow);
  font-size: 22px;
  font-weight: 800;
  background: #1b1b1b;
}

.fan-6 {
  --fan-x: -372px;
  --fan-r: -3deg;
  --fan-z: 6;
  background: #dff3ff;
  color: #314c5b;
}

.fan-6::before {
  background:
    radial-gradient(circle at 28% 34%, #ff1f25 0 8px, transparent 9px),
    radial-gradient(circle at 56% 29%, #061bd8 0 9px, transparent 10px),
    radial-gradient(circle at 70% 62%, #f77bc6 0 8px, transparent 9px),
    radial-gradient(circle at 35% 68%, #ffd248 0 8px, transparent 9px),
    #ffffff;
}

.fan-7 {
  --fan-x: -370px;
  --fan-r: -2deg;
  --fan-z: 7;
  background: #236b3e;
}

.fan-7::before {
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 7px, transparent 8px),
    conic-gradient(from 90deg, transparent 0 25%, rgba(255, 255, 255, 0.9) 0 34%, transparent 0),
    linear-gradient(135deg, #7ed8f2, #236b3e);
}

.fan-8 {
  --fan-x: -368px;
  --fan-r: -1deg;
  --fan-z: 8;
  background:
    linear-gradient(135deg, #f0f7ff 0%, #ffd8ef 45%, #fbffb8 100%);
  color: #111111;
}

.fan-8::before {
  content: "C";
  display: grid;
  place-items: center;
  color: #061bd8;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  background:
    radial-gradient(circle at 72% 78%, #fff7a0 0 18px, transparent 19px),
    linear-gradient(135deg, #dbd8ff, #ffd7ef 58%, #fbffb8);
}

.fan-stack:hover .fan-card,
.fan-stack:focus-within .fan-card {
  --fan-y: -10px;
  filter: saturate(1.06);
}

.fan-stack:hover .fan-1,
.fan-stack:focus-within .fan-1 {
  --fan-x: -382px;
  --fan-r: -25deg;
}

.fan-stack:hover .fan-2,
.fan-stack:focus-within .fan-2 {
  --fan-x: -302px;
  --fan-r: -18deg;
}

.fan-stack:hover .fan-3,
.fan-stack:focus-within .fan-3 {
  --fan-x: -222px;
  --fan-r: -11deg;
}

.fan-stack:hover .fan-4,
.fan-stack:focus-within .fan-4 {
  --fan-x: -142px;
  --fan-r: -5deg;
}

.fan-stack:hover .fan-5,
.fan-stack:focus-within .fan-5 {
  --fan-x: -62px;
  --fan-r: 1deg;
}

.fan-stack:hover .fan-6,
.fan-stack:focus-within .fan-6 {
  --fan-x: 18px;
  --fan-r: 7deg;
}

.fan-stack:hover .fan-7,
.fan-stack:focus-within .fan-7 {
  --fan-x: 98px;
  --fan-r: 14deg;
}

.fan-stack:hover .fan-8,
.fan-stack:focus-within .fan-8 {
  --fan-x: 178px;
  --fan-r: 20deg;
}

.fan-card:hover {
  --fan-y: -34px;
  --fan-scale: 1.08;
  z-index: 5;
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.18);
}

.skills-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 170px;
  max-width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skills-list li {
  padding: 13px 0 14px;
  border-bottom: 1px dashed var(--line);
  font-size: 18px;
}

.about {
  padding-top: 0;
  padding-bottom: 110px;
}

.about .section-heading {
  max-width: 560px;
}

.about .section-heading p {
  max-width: 520px;
}

.about-grid {
  display: grid;
  gap: 52px;
  margin-top: 48px;
}

.about-row {
  display: grid;
  grid-template-columns: minmax(300px, 0.94fr) minmax(320px, 1fr);
  gap: clamp(44px, 8vw, 86px);
  align-items: center;
}

.about-row-bottom {
  grid-template-columns: minmax(320px, 0.94fr) minmax(300px, 1fr);
}

.about-divider {
  width: 100%;
  border-top: 1px dashed var(--line);
  margin: 8px 0;
}

.postcard-cluster {
  position: relative;
  width: min(370px, 100%);
  height: 158px;
  margin: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 24px 24px;
  border-radius: 12px;
}

.postcard-cluster::before,
.postcard-cluster::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 64px;
  border: 1px dashed rgba(253, 30, 31, 0.55);
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0.8;
}

.postcard-cluster::before {
  left: 48%;
  top: 10px;
  transform: rotate(18deg);
}

.postcard-cluster::after {
  right: 24%;
  top: -2px;
  transform: rotate(-20deg);
}

.postcard {
  position: absolute;
  display: grid;
  place-items: center;
  width: 92px;
  height: 116px;
  border: 7px solid #ffffff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  font-weight: 800;
  z-index: 2;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
}

.postcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postcard-cluster:hover .postcard {
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.18);
}

.kerala-card {
  left: 50%;
  top: -22px;
  background:
    linear-gradient(#6ec9ff 0 48%, #ffcc64 48% 52%, #10404a 52% 100%);
  transform: translateX(-50%) rotate(-4deg);
}

.kerala-card img {
  object-position: center center;
}

.kerala-card span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffe65c;
  transform: translateY(-18px);
}

.portrait-card {
  left: 8%;
  top: 22px;
  background: var(--pink);
  color: #ffffff;
  font-family: var(--serif);
  font-size: 40px;
  transform: rotate(-7deg);
}

.college-card {
  right: 2%;
  top: 34px;
  background: #e8f6ff;
  transform: rotate(8deg);
}

.college-card span {
  width: 70px;
  height: 86px;
  border: 4px solid var(--red);
  border-bottom-width: 12px;
  border-radius: 8px 8px 3px 3px;
  background:
    linear-gradient(90deg, transparent 45%, var(--red) 45% 55%, transparent 55%),
    linear-gradient(var(--red) 0 4px, transparent 4px 18px);
  background-size: 100% 100%, 100% 18px;
}

.about-copy {
  max-width: 430px;
  margin: 0;
  border-top: 0;
  padding-top: 0;
}

.about-copy p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.42;
}

.cluster-bottom {
  justify-self: end;
}

.language-card {
  left: 6%;
  top: 30px;
  background: #111111;
  color: var(--yellow);
  transform: rotate(-7deg);
}

.media-card {
  left: 50%;
  top: 48px;
  background: #0d3b2a;
  transform: translateX(-50%) rotate(6deg);
}

.media-card span {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  border-top-color: var(--yellow);
  border-right-color: var(--yellow);
}

.craft-card {
  right: 2%;
  top: 16px;
  background: #151515;
  transform: rotate(8deg);
}

.craft-card span {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 13px dotted var(--yellow);
}

.contact {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}

.image-preview {
  display: grid;
  align-content: end;
  padding: 18px;
  background: #ffffff;
}

.image-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s ease;
}

.image-preview span {
  position: relative;
  z-index: 1;
  justify-self: start;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  padding: 9px 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.image-preview::after {
  content: none;
}

.image-preview:hover img {
  filter: saturate(1.08);
  transform: scale(1.04) rotate(-1deg);
}

.image-preview:hover::after {
  opacity: 0;
  transform: none;
}

.contact-card {
  position: relative;
  width: min(804px, calc(100vw - 64px));
  height: 477px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
  background: var(--red);
  color: #ffffff;
}

.peace-icon {
  position: absolute;
  top: 82px;
  left: 50%;
  width: 50px;
  height: 58px;
  transform: translateX(-50%);
}

.peace-icon::before,
.peace-icon::after,
.peace-icon span {
  content: "";
  position: absolute;
  bottom: 4px;
  border: 4px solid #ffffff;
  background: transparent;
}

.peace-icon::before {
  left: 16px;
  width: 18px;
  height: 34px;
  border-radius: 12px 12px 7px 7px;
  transform: rotate(-18deg);
}

.peace-icon::after {
  left: 27px;
  width: 16px;
  height: 33px;
  border-radius: 12px 12px 7px 7px;
  transform: rotate(18deg);
}

.peace-icon span:nth-child(1) {
  left: 8px;
  bottom: 3px;
  width: 28px;
  height: 22px;
  border-radius: 14px 14px 12px 12px;
}

.peace-icon span:nth-child(2) {
  left: 31px;
  bottom: 12px;
  width: 12px;
  height: 22px;
  border-radius: 11px;
  transform: rotate(18deg);
}

.peace-icon span:nth-child(3) {
  left: 14px;
  bottom: 1px;
  width: 20px;
  height: 18px;
  border-width: 0 4px 4px 4px;
  border-radius: 0 0 12px 12px;
}

.contact-avatar {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 82px;
  height: 92px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.12));
  transform: translateX(-50%);
}

.connection-icon {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 92px;
  height: 72px;
  overflow: visible;
  transform: translateX(-50%);
}

.connection-icon path,
.connection-icon circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.connection-icon circle {
  fill: #ffffff;
}

.contact-kicker {
  position: absolute;
  top: 216px;
  left: 50%;
  width: 500px;
  margin: 0;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.big-contact {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: block;
  width: min(100% - 56px, 720px);
  overflow: visible;
  color: #ffffff;
  font-family: var(--sans);
  font-size: clamp(74px, 10.6vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 0.35s ease;
}

.big-contact::after {
  content: "";
  position: absolute;
  right: 6%;
  top: -18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--yellow) 0 16%, transparent 17%),
    radial-gradient(ellipse at 50% 7%, #ffffff 0 20%, transparent 21%),
    radial-gradient(ellipse at 90% 32%, var(--sky) 0 20%, transparent 21%),
    radial-gradient(ellipse at 76% 84%, var(--pink) 0 20%, transparent 21%),
    radial-gradient(ellipse at 24% 84%, var(--yellow) 0 20%, transparent 21%),
    radial-gradient(ellipse at 10% 32%, var(--blue) 0 20%, transparent 21%);
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.2));
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2) rotate(-28deg);
  transition:
    opacity 0.28s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.big-contact:hover {
  letter-spacing: 0.01em;
  transform: translateX(-50%) translateY(-4px);
}

.big-contact:hover::after,
.big-contact:focus-visible::after {
  opacity: 1;
  transform: scale(1) rotate(18deg);
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
  padding: 0 18px;
}

.footer-nav a {
  --button-fill: var(--red);
  position: relative;
  min-width: 114px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 22px 22px;
  background: #e6e4df;
  font-size: 18px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  background: #e6e4df;
  color: #ffffff;
  box-shadow: var(--shadow);
  box-shadow: inset -18rem 0 0 var(--button-fill), var(--shadow);
  transform: translateY(-8px) rotate(-1deg);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 6px 0 58px;
  color: var(--red);
  font-weight: 500;
}

.social-links a {
  --button-fill: var(--pink);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px;
  padding: 4px 8px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #ffffff;
  box-shadow: inset -12rem 0 0 var(--button-fill);
  transform: translateY(-2px);
}

.flower-field {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 750px;
  transform: translateX(-50%);
  overflow: hidden;
}

.flower-row {
  --cell: 150px;
  --size: 120px;
  --base-x: 0px;
  --row-shift: 0px;
  position: absolute;
  left: 50%;
  display: flex;
  width: max-content;
  transform: translateX(calc(-50% + var(--base-x) + var(--row-shift)));
  will-change: transform;
}

.flower-row [data-flower] {
  --size: 120px;
  flex: 0 0 var(--cell);
  width: var(--cell);
  height: var(--cell);
  display: grid;
  place-items: center;
}

.flower-row [data-flower] svg {
  width: var(--size);
  height: var(--size);
  transform: rotate(var(--garden-rot, 0deg)) scale(var(--garden-scale, 1));
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.row-one {
  top: 0;
}

.row-two {
  --base-x: 0px;
  top: 150px;
}

.row-three {
  --base-x: 0px;
  top: 300px;
  left: 0;
  width: 100%;
  justify-content: center;
  gap: clamp(390px, 48vw, 610px);
  transform: translateX(0);
}

.row-three .row-side {
  display: flex;
  flex: 0 0 auto;
}

.row-three p {
  position: absolute;
  left: 50%;
  top: 45px;
  width: min(610px, calc(100vw - 40px));
  min-height: 103px;
  margin: 0;
  padding: 17px 3px 7px;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.05;
  text-align: center;
  z-index: 2;
}

.row-four {
  --base-x: 0px;
  top: 450px;
}

.row-five {
  --base-x: 0px;
  top: 600px;
}

.subpage .site-header {
  position: absolute;
}

.page-main {
  min-height: 100vh;
  padding-top: 96px;
}

.page-hero {
  padding-top: 52px;
  padding-bottom: 44px;
  text-align: center;
}

.page-hero h1 {
  margin: 4px auto 16px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 789px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.28;
}

.projects-section,
.garden-gallery {
  padding-top: 0;
  padding-bottom: 110px;
}

.projects-section.section-pad {
  padding-left: max(22px, calc((100vw - 1280px) / 2));
  padding-right: max(22px, calc((100vw - 1280px) / 2));
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-card {
  --accent: var(--red);
  --accent-text: #ffffff;
  position: relative;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--soft);
  isolation: isolate;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s ease;
}

.project-card::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 45%;
  z-index: 1;
  width: 430px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  transform: translateY(-50%) scale(0.12);
  transition:
    opacity 0.2s ease,
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover,
.project-card:focus-visible {
  box-shadow: var(--shadow);
  transform: translateY(-10px) rotate(-0.7deg);
}

.project-card:hover::before,
.project-card:focus-visible::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.45);
}

.project-image {
  position: relative;
  z-index: 2;
  height: 270px;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
}

.project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover .project-image img,
.project-card:focus-visible .project-image img {
  transform: scale(1.06) rotate(1deg);
}

.project-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 24px;
}

.project-copy span,
.media-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.project-copy h2 {
  margin: 18px 0 12px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1;
}

.project-copy p {
  max-width: 460px;
  margin: 0 0 22px;
  font-size: 17px;
}

.garden-page-hero {
  text-align: center;
}

.page-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.garden-pot-icon {
  width: 94px;
  height: 118px;
  margin-bottom: 4px;
}

.garden-hero-vector {
  width: 96px;
  height: 120px;
  margin-bottom: 4px;
}

.garden-page-hero p {
  margin-left: auto !important;
  margin-right: auto !important;
}

.garden-gallery.section-pad {
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  padding-right: max(16px, calc((100vw - 1180px) / 2));
}

.garden-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  gap: 16px;
}

.garden-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--soft);
  box-shadow: inset 0 0 0 1px var(--line);
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.34s ease;
}

.garden-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.garden-item::before {
  content: none;
}

.garden-item:hover,
.garden-item:focus-within {
  filter: saturate(1.06);
  transform: translateY(-4px);
}

.garden-item:hover img,
.garden-item:focus-within img {
  transform: scale(1.06);
}

.garden-item:hover::before,
.garden-item:focus-within::before {
  opacity: 0;
  transform: none;
}

.garden-item figcaption {
  display: none;
}

.garden-item .media-badge {
  display: none;
}

.garden-large {
  grid-column: span 3;
  grid-row: span 3;
}

.garden-wide {
  grid-column: span 3;
  grid-row: span 2;
}

.garden-tall {
  grid-column: span 2;
  grid-row: span 4;
}

.garden-square {
  grid-column: span 2;
  grid-row: span 2;
}

.garden-item:not(.garden-large):not(.garden-wide):not(.garden-tall):not(.garden-square) {
  grid-column: span 2;
  grid-row: span 2;
}

.more-soon {
  display: block;
  text-align: center;
  padding: 12px 24px 86px;
  font-size: 20px;
}

.more-soon img {
  display: none;
}

.more-soon p {
  margin: 0;
}

.more-soon a {
  color: #ff6b00;
  font-weight: 500;
  display: inline;
  transition:
    color 0.24s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.more-soon a:hover,
.more-soon a:focus-visible {
  color: var(--red);
}

.floating-mark {
  --button-fill: var(--blue);
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 58px;
  height: 36px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  cursor: var(--cursor-pointer);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.floating-mark span {
  position: absolute;
  left: 7px;
  top: 50%;
  display: block;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: transparent;
  transform: translateY(-50%);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
}

.floating-mark:hover,
.floating-mark:focus-visible {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  box-shadow: inset -8rem 0 0 var(--button-fill), 0 16px 32px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
}

.floating-mark:hover span,
.floating-mark:focus-visible span {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.floating-mark[aria-pressed="true"] span {
  transform: translate(22px, -50%);
}

[data-theme="dark"] .button-primary,
[data-theme="dark"] .case-note a {
  background: #f8f5ee;
  color: #11100f;
}

[data-theme="dark"] .button-primary:hover,
[data-theme="dark"] .button-primary:focus-visible,
[data-theme="dark"] .case-note a:hover,
[data-theme="dark"] .case-note a:focus-visible {
  background: var(--red);
  color: #ffffff;
}

[data-theme="dark"] .preview-card,
[data-theme="dark"] .work-card,
[data-theme="dark"] .price-visual,
[data-theme="dark"] .brand-visual,
[data-theme="dark"] .karma-visual,
[data-theme="dark"] .fashion-visual {
  background: #24221f;
}

[data-theme="dark"] .work-row:hover .work-card,
[data-theme="dark"] .work-row:has(.work-card:hover) .work-card,
[data-theme="dark"] .work-row:focus-within .work-card {
  background: #2e2b27;
}

[data-theme="dark"] .footer-nav a,
[data-theme="dark"] .flower-side > span {
  background: #24221f;
}

[data-theme="dark"] .footer-nav a:hover,
[data-theme="dark"] .footer-nav a:focus-visible {
  background: #f8f5ee;
  color: #11100f;
}

[data-theme="dark"] .postcard-cluster {
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
}

[data-theme="dark"] .floating-mark {
  background: #24211e;
  border-color: rgba(248, 245, 238, 0.18);
}

[data-theme="dark"] .floating-mark span {
  background: #f8f5ee;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes title-pill-grow {
  from {
    width: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
  }
  to {
    width: clamp(48px, 6.5vw, 92px);
    opacity: 1;
  }
}

@keyframes shape-spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes strip-glide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slow-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bloom-spin {
  from {
    transform: rotate(0deg) scale(1.04);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

/* Reference-style hero rebuild */
body {
  background-color: var(--marimba-paper);
}

.reference-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  padding: 50px 0;
  pointer-events: none;
}

.reference-header-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0 50px;
}

.reference-brand {
  position: absolute;
  left: 50px;
  top: -8px;
  display: block;
  width: 100px;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.reference-brand:hover,
.reference-brand:focus-visible {
  opacity: 0.72;
}

.reference-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.reference-navigation {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 3.5vw, 4rem);
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: 20px;
  pointer-events: auto;
  transform: translateX(-50%);
}

.reference-nav-link {
  position: relative;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.reference-nav-link:hover,
.reference-nav-link:focus-visible {
  opacity: 0.7;
}

.reference-nav-link--active {
  font-weight: 500;
}

.reference-nav-link--active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.22rem);
  width: 28px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.reference-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  overflow: hidden;
  background: transparent;
  color: var(--marimba-ink);
}

.reference-grid-overlay {
  display: none;
  position: absolute;
  inset: 0 62px;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(58, 74, 22, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(58, 74, 22, 0.08) calc(100% - 1px));
  background-size: 20% 100%, 100% 100%;
}

.reference-hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  perspective: 1200px;
}

.shape {
  position: absolute;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.sticker-shape {
  --drag-x: 0px;
  --drag-y: 0px;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  cursor: grab;
  opacity: var(--sticker-opacity, 1);
  filter: blur(var(--sticker-blur, 0px));
}

.sticker-shape.is-dragging {
  cursor: grabbing;
  z-index: 8;
}

.shape-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-style: preserve-3d;
  -webkit-user-drag: none;
  user-select: none;
}

.shape-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-family: var(--marimba-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 3rem;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 30px rgba(33, 46, 2, 0.53);
  transform: translate(-50%, -50%);
  opacity: var(--shape-label-opacity, 0);
}

.shape-circle-left {
  width: 180px;
  height: 180px;
  z-index: 2;
  right: calc(-48px + (var(--hero-progress) * -80px));
  top: calc(24px + (var(--hero-progress) * -120px));
  opacity: 1;
  transform:
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * 300deg))
    scale(calc(1 - (var(--hero-progress) * 0.4)));
}

.shape-circle-left .shape-label {
  transform: translate(-60%, -50%) rotate(calc(var(--hero-progress) * -300deg));
}

.shape-astrix {
  width: 80px;
  height: 80px;
  z-index: 4;
  left: 23.4%;
  top: 21.2%;
  -webkit-mask-image: url("assets/marimba-reference/shape-astrix.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("assets/marimba-reference/shape-astrix.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  opacity: 1;
  transform:
    translate3d(calc(var(--hero-progress) * -20px), calc(var(--hero-progress) * -400px), 0)
    scale(calc(1 + (var(--hero-progress) * 0.5)))
    rotate(calc(270deg + (var(--hero-progress) * 90deg)));
  animation: reference-spin 30s linear infinite;
}

.shape-astrix-texture {
  transform-origin: 50% 50%;
  animation: reference-spin-reverse 30s linear infinite;
}

.shape-starburst {
  width: 250px;
  height: 250px;
  z-index: 3;
  left: 4.6%;
  top: 27.4%;
  opacity: 1;
  transform:
    translate3d(calc(var(--hero-progress) * -150px), calc(var(--hero-progress) * -100px), 0)
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * 20deg))
    rotateX(calc(var(--hero-progress) * -10deg))
    rotateY(calc(var(--hero-progress) * -20deg));
}

.shape-circle-right {
  width: 180px;
  height: 180px;
  z-index: 2;
  right: calc(-48px + (var(--hero-progress) * -80px));
  bottom: calc(28px + (var(--hero-progress) * -120px));
  top: auto;
  opacity: 1;
  transform:
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * 270deg))
    scale(calc(1 - (var(--hero-progress) * 0.4)));
}

.shape-circle-right .shape-label {
  transform: translate(-50%, -50%) rotate(calc(var(--hero-progress) * -270deg));
}

.shape-leaf {
  width: 350px;
  height: 450px;
  z-index: 3;
  right: -140px;
  top: 54.5%;
  opacity: 1;
  transform:
    translate3d(calc(var(--hero-progress) * 400px), calc(var(--hero-progress) * -300px), 0)
    rotate(calc(-180deg + (var(--hero-progress) * 10deg)))
    rotateX(calc(var(--hero-progress) * 20deg))
    rotateY(calc(var(--hero-progress) * -20deg))
    scale(0.8);
}

.shape-geometric {
  width: 118px;
  height: 154px;
  z-index: 3;
  left: 3%;
  bottom: 2%;
  opacity: 1;
  transform:
    translate3d(calc(var(--hero-progress) * 400px), calc(var(--hero-progress) * -500px), 0)
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * 20deg))
    rotateX(calc(var(--hero-progress) * -30deg))
    rotateY(calc(var(--hero-progress) * 180deg))
    scale(calc(1 + (var(--hero-progress) * 0.5)));
}

.shape-geometric .shape-img {
  transform: none;
}

.shape-figma-mark {
  width: 110px;
  height: 158px;
  z-index: 3;
  left: 16.8%;
  top: 11.5%;
  transform:
    translate3d(calc(var(--hero-progress) * -80px), calc(var(--hero-progress) * -160px), 0)
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * -30deg));
}

.shape-yellow-star {
  width: 112px;
  height: 112px;
  z-index: 3;
  left: 1%;
  bottom: 5%;
  transform:
    translate3d(calc(var(--hero-progress) * -180px), calc(var(--hero-progress) * -120px), 0)
    translate3d(var(--drag-x), var(--drag-y), 0)
    rotate(calc(var(--hero-progress) * 120deg));
}

.reference-hero-background .sticker-shape {
  opacity: var(--sticker-opacity, 1);
}

.shape-circle-bottom {
  width: 600px;
  height: 600px;
  z-index: 2;
  left: 50%;
  bottom: -20%;
  opacity: calc(var(--hero-progress) * 0.95);
  transform:
    translate3d(-50%, calc(var(--hero-progress) * -230px), 0)
    rotate(calc(var(--hero-progress) * 140deg))
    scale(calc(1 - (var(--hero-progress) * 0.4)));
}

.shape-circle-bottom .shape-label {
  transform: translate(-50%, -50%) rotate(calc(var(--hero-progress) * -140deg));
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 1680px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: clamp(24px, 4svh, 58px);
  color: var(--marimba-ink);
  text-align: center;
  will-change: transform, opacity, filter;
}

.hero-tag {
  margin: 0 0 clamp(1.15rem, 2.4vw, 1.7rem);
}

.hero-tag .pill-button {
  display: inline-block;
  width: fit-content;
  border: 1px solid var(--marimba-ink);
  border-radius: 50px;
  background: transparent;
  color: var(--marimba-ink);
  padding: 0.3rem 1rem 0.2rem;
  font-family: var(--marimba-sans);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-headline {
  max-width: min(1240px, calc(100vw - 90px));
  margin: 0;
  color: var(--marimba-ink);
  font-family: var(--marimba-serif);
  font-size: clamp(56px, 5.6vw, 102px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
}

.hero-title-img {
  position: relative;
  display: inline-block;
  width: min(5.24vw, 62px);
  height: min(5.01vw, 59px);
  margin-right: 0.7vw;
  border: 0;
  border-radius: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  object-fit: contain;
  overflow: visible;
  vertical-align: baseline;
  animation: reference-shrink 1.2s ease forwards;
  animation-delay: 0.4s;
  transition: all 0.5s ease !important;
}

.hero-title-img.is-grown {
  width: min(5.24vw, 62px);
  margin-right: 0.7vw;
  animation: none;
}

.hero-title-img::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 75px;
  color: var(--marimba-ink);
  font-family: var(--marimba-sans);
  font-size: 1rem;
  font-weight: 400;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.hero-title-img#selfie {
  background-image: url("assets/about-amina-photo.jpeg");
}

.hero-title-img#selfie::before {
  content: "About me";
}

.hero-title-img#website {
  background-image: url("assets/marimba-reference/title-website.jpg");
}

.hero-title-img#website::before {
  content: "Work";
}

.hero-title-img:hover,
.hero-title-img:focus-visible {
  width: 85px !important;
  background-color: #c1e4f7 !important;
  outline: 0;
}

.hero-title-img:hover::before,
.hero-title-img:focus-visible::before {
  opacity: 1;
}

.hero-title-img span {
  display: none;
}

.hero-summary,
.dash-line,
.hero-actions {
  display: none;
}

@keyframes reference-shrink {
  from {
    width: 0;
    margin-right: 0;
  }
  to {
    width: 6.5vw;
    margin-right: 0.7vw;
  }
}

@keyframes reference-spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes reference-spin-reverse {
  from {
    rotate: 0deg;
  }
  to {
    rotate: -360deg;
  }
}

@media (max-width: 1100px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .flower-hero {
    --size: 360px;
    top: 178px;
  }

  .flower-left {
    left: -214px;
  }

  .flower-right {
    right: -216px;
  }

  .hero {
    min-height: 760px;
    padding-top: 130px;
    padding-bottom: 84px;
  }

  h1 {
    font-size: clamp(40px, 10vw, 56px);
  }

  .hero-headline {
    font-size: clamp(50px, 12vw, 92px);
  }

  .shape-orbit {
    width: clamp(250px, 58vw, 410px);
  }

  .shape-orbit-left {
    left: -220px;
    top: 18vh;
  }

  .shape-orbit-right {
    right: -226px;
    bottom: 12vh;
  }

  .hero-summary {
    font-size: 17px;
  }

  .work-row,
  .work-row-alt {
    grid-template-columns: 1fr;
  }

  .work-row-alt .flower-side {
    order: 0;
  }

  .flower-side {
    display: none;
  }

  .work-card {
    min-height: 400px;
  }

  .skills-list {
    gap: 0 48px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .garden-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 126px;
  }

  .garden-large,
  .garden-wide,
  .garden-square,
  .garden-item:not(.garden-large):not(.garden-wide):not(.garden-tall):not(.garden-square) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .garden-tall {
    grid-column: span 2;
    grid-row: span 3;
  }

  .about-row,
  .about-row-bottom {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-copy {
    max-width: 620px;
  }

  .cluster-bottom {
    justify-self: start;
  }

  .postcard-cluster,
  .cluster-bottom {
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  body.assistant-is-open {
    overflow: hidden;
  }

  body.assistant-is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1290;
    background: rgba(24, 29, 20, 0.5);
    backdrop-filter: blur(3px);
  }

  .site-header {
    padding: 24px 18px;
  }

  .top-nav {
    align-items: flex-start;
  }

  .nav-links {
    gap: 5px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .logo-mark {
    font-size: 25px;
  }

  .section-pad {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 760px;
    padding-top: 128px;
    padding-bottom: 78px;
  }

  .hero-tag {
    margin-bottom: 24px;
  }

  .hero-headline {
    font-size: clamp(44px, 13vw, 64px);
    line-height: 1;
  }

  .hero-title-img {
    width: 42px;
    height: 32px;
  }

  .hero-title-img:hover,
  .hero-title-img:focus-visible {
    width: 96px;
  }

  .flower-hero {
    --size: 310px;
    top: 160px;
  }

  .shape-orbit {
    width: 300px;
    font-size: 32px;
  }

  .shape-orbit-left {
    left: -235px;
    top: 22vh;
  }

  .shape-orbit-right {
    right: -238px;
    bottom: 15vh;
  }

  .shape-asterisk {
    left: 72px;
    top: 126px;
  }

  .shape-window,
  .shape-ring {
    display: none;
  }

  .flower-left {
    left: -285px;
  }

  .flower-right {
    right: -290px;
  }

  .eyebrow {
    font-size: 16px;
  }

  .hero-avatar {
    width: 96px;
    height: 88px;
  }

  h1 {
    font-size: clamp(32px, 8.7vw, 38px);
    line-height: 1.15;
  }

  .hero-summary {
    margin-top: 24px;
    font-size: 16px;
  }

  .preview-card {
    width: 286px;
    height: 336px;
  }

  .page-main {
    padding-top: 94px;
  }

  .page-hero h1 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .page-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .project-card {
    min-height: 500px;
  }

  .project-image {
    height: 280px;
  }

  .garden-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 136px;
  }

  .garden-large,
  .garden-wide,
  .garden-tall,
  .garden-square,
  .garden-item:not(.garden-large):not(.garden-wide):not(.garden-tall):not(.garden-square) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .garden-large,
  .garden-wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .kerala-card {
    height: 98px;
    margin-top: -14px;
  }

  .price-mini {
    padding: 54px 36px;
  }

  .dark-phone::before {
    width: 198px;
    height: 300px;
  }

  .brand-poster p {
    font-size: 27px;
  }

  .section-heading h2 {
    font-size: 39px;
  }

  .section-heading p {
    font-size: 22px;
  }

  .work-list {
    margin-top: 44px;
  }

  .work-card {
    border-radius: 32px;
  }

  .deal-ticket {
    left: 18px;
    width: 290px;
    height: 142px;
    padding: 24px;
  }

  .deal-ticket strong {
    font-size: 20px;
  }

  .phone-sticker {
  right: -48px;
    top: 126px;
    width: 160px;
    height: 128px;
  }

  .pattern-board {
    left: 20px;
    width: 285px;
  }

  .packaging-card {
    right: 18px;
    top: 145px;
    width: 168px;
    height: 128px;
  }

  .event-poster {
    left: 18px;
    width: 244px;
  }

  .coverage-panel {
    right: 18px;
    top: 140px;
    width: 230px;
  }

  .laptop-frame {
    left: 18px;
    width: 280px;
  }

  .glow-card {
    right: 16px;
    top: 150px;
    width: 220px;
    font-size: 27px;
  }

  .work-copy {
    padding: 26px 20px;
  }

  .work-copy h3 {
    font-size: 25px;
  }

  .case-note {
    grid-template-columns: 1fr;
  }

  .fan-stack {
    height: 190px;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 4px;
    transform: translateX(0) scale(0.82);
    transform-origin: center;
  }

  .fan-card {
    left: 50%;
  }

  .skills-list {
    grid-template-columns: 1fr;
  }

  .postcard-cluster {
    transform: scale(0.86);
    transform-origin: center;
  }

  .about-grid {
    gap: 34px;
  }

  .about-divider {
    margin: 0;
  }

  .about-copy p {
    font-size: 16px;
  }

  .big-contact {
    left: 50%;
    bottom: 24px;
    width: calc(100% - 28px);
    font-size: 52px;
    line-height: 0.96;
  }

  .contact-card {
    width: calc(100vw - 24px);
    height: 326px;
    border-radius: 30px;
  }

  .peace-icon {
    top: 46px;
    transform: translateX(-50%) scale(0.78);
  }

  .contact-kicker {
    top: 142px;
    width: 280px;
    font-size: 19px;
    line-height: 30px;
  }

  .footer-nav a {
    min-width: 98px;
    padding: 18px 20px;
  }

  .social-links {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .flower-field {
    min-height: 690px;
  }

  .flower-row {
    --cell: 96px;
    --size: 82px;
  }

  .flower-row [data-flower] {
    width: var(--cell);
    height: var(--cell);
  }

  .flower-row [data-flower] svg {
    width: var(--size);
    height: var(--size);
  }

  .row-one {
    --base-x: -210px;
  }

  .row-two {
    --base-x: -112px;
    top: 96px;
  }

  .row-three {
    top: 192px;
    gap: 300px;
  }

  .row-three .row-side [data-flower]:nth-child(n + 3) {
    display: none;
  }

  .row-three p {
    top: 118px;
    width: min(320px, calc(100vw - 32px));
    min-height: 86px;
    padding: 12px 3px 7px;
    font-size: 24px;
    line-height: 1.1;
  }

  .row-four {
    --base-x: -210px;
    top: 430px;
  }

  .row-five {
    --base-x: -112px;
    top: 526px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .portfolio-loader {
    display: none;
  }
}

/* Dedicated About page: layered portrait composition. */
.about-page {
  --about-canvas: #ffffff;
  --about-surface: #ffffff;
  --about-ink: #000000;
  --about-muted: #5f6368;
  --about-border: rgba(0, 0, 0, 0.1);
  --about-shadow: 0 22px 52px rgba(20, 31, 38, 0.14), 0 3px 10px rgba(20, 31, 38, 0.08);
  min-width: 0;
  overflow-x: clip;
  background: var(--about-canvas);
  color: var(--about-ink);
}

[data-theme="dark"] .about-page {
  --about-canvas: #111111;
  --about-surface: #1c1c1c;
  --about-ink: #f8f8f8;
  --about-muted: #b7b7b7;
  --about-border: rgba(255, 255, 255, 0.14);
  --about-shadow: 0 24px 56px rgba(0, 0, 0, 0.48), 0 3px 12px rgba(0, 0, 0, 0.38);
}

.about-page-main {
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-page-hero {
  position: relative;
  display: grid;
  min-height: 850px;
  place-items: center;
  overflow: hidden;
  padding: 108px 28px 72px;
  background: var(--about-canvas);
  isolation: isolate;
}

.about-page-grid {
  position: absolute;
  inset: 0 4%;
  z-index: -2;
  opacity: 0.62;
  background-image: var(--hero-grid-image);
  background-position: var(--hero-grid-position);
  background-size: var(--hero-grid-size);
  pointer-events: none;
}

.about-composition {
  position: relative;
  width: min(1020px, 100%);
  height: 670px;
  margin: 0 auto;
}

.about-profile-card {
  position: absolute;
  top: 26px;
  left: 50%;
  z-index: 5;
  display: flex;
  width: 390px;
  height: 586px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: 24px;
  background: var(--about-surface);
  box-shadow: var(--about-shadow);
  transform: translateX(-50%);
  animation: about-card-arrive 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-profile-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 144px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 32px 23px;
  text-align: center;
}

.about-profile-card__header h1 {
  margin: 0;
  color: var(--about-ink);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

.about-profile-card__header h1 span {
  display: inline-block;
  color: var(--accent);
  animation: about-spark-turn 5s linear infinite;
}

.about-profile-card__header > p:last-child {
  max-width: 290px;
  margin: 12px 0 0;
  color: var(--about-muted);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}

.about-profile-card__portrait {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: var(--accent);
}

.about-profile-card__portrait::before {
  position: absolute;
  inset: 34px 24px -14px;
  z-index: 0;
  border-radius: 48% 52% 18% 18% / 32% 34% 10% 10%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  transform: rotate(-1.5deg);
}

.about-profile-card__portrait img {
  position: absolute;
  inset: 24px 18px 0;
  z-index: 1;
  width: calc(100% - 36px);
  height: calc(100% - 10px);
  object-fit: cover;
  object-position: 50% 44%;
  clip-path: polygon(12% 8%, 34% 0, 70% 2%, 90% 14%, 100% 42%, 94% 100%, 5% 100%, 0 42%);
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.about-profile-card:hover .about-profile-card__portrait img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.055) rotate(0.8deg);
}

.about-profile-card__statement {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
  color: #000000;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  backdrop-filter: blur(8px);
}

.about-profile-card__spark {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-size: 1.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.about-profile-card__spark--one { top: 19px; left: 22px; }
.about-profile-card__spark--two { top: 54px; right: 24px; font-size: 0.78rem; }

.about-collage-card {
  position: absolute;
  z-index: 4;
  margin: 0;
  overflow: hidden;
  border: 6px solid var(--about-surface);
  border-radius: 10px;
  background: var(--about-surface);
  box-shadow: var(--about-shadow);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  animation: about-photo-arrive 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-collage-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-collage-card:hover {
  z-index: 8;
  box-shadow: 0 28px 58px rgba(20, 31, 38, 0.22), 0 5px 14px rgba(20, 31, 38, 0.12);
}

.about-collage-card--workspace {
  left: 42px;
  bottom: 62px;
  width: 172px;
  height: 202px;
  transform: rotate(-8deg);
  animation-delay: 0.18s;
}

.about-collage-card--workspace:hover { transform: rotate(-3deg) translateY(-12px) scale(1.04); }

.about-collage-card--learning {
  top: 74px;
  right: 116px;
  width: 154px;
  height: 184px;
  transform: rotate(-4deg);
  animation-delay: 0.26s;
}

.about-collage-card--learning:hover { transform: rotate(-1deg) translateY(-12px) scale(1.04); }

.about-collage-card--travel {
  top: 170px;
  right: 14px;
  width: 150px;
  height: 196px;
  transform: rotate(6deg);
  animation-delay: 0.34s;
}

.about-collage-card--travel:hover { transform: rotate(2deg) translateY(-12px) scale(1.04); }

.about-collage-card--process {
  top: 328px;
  right: 88px;
  width: 188px;
  height: 144px;
  transform: rotate(2deg);
  animation-delay: 0.42s;
}

.about-collage-card--process img { object-position: center; }
.about-collage-card--process:hover { transform: rotate(-1deg) translateY(-12px) scale(1.04); }

.about-note {
  position: absolute;
  left: 96px;
  bottom: 76px;
  z-index: 7;
  width: 250px;
  padding: 27px 22px 20px;
  border: 1px solid var(--about-border);
  border-radius: 8px;
  background: var(--about-surface);
  box-shadow: var(--about-shadow);
  color: var(--about-ink);
  transform: rotate(-1.5deg);
  animation: about-note-arrive 0.75s 0.46s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-note:hover { transform: rotate(0.5deg) translateY(-9px); }

.about-note__pin {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
}

.about-note p {
  margin: 0;
  color: var(--about-ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
}

.about-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: var(--about-ink);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.about-note a:hover,
.about-note a:focus-visible { color: #457b98; }

.about-note a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.about-doodles {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: var(--about-ink);
  font-family: var(--font-body);
  font-size: 1.35rem;
  opacity: 0.82;
  pointer-events: none;
}

.about-doodles span { animation: about-doodle-float 4.8s ease-in-out infinite; }
.about-doodles span:nth-child(2) { animation-delay: -1.4s; }
.about-doodles span:nth-child(3) { animation-delay: -2.8s; }
.about-doodles--left { top: 176px; left: 258px; }
.about-doodles--right { right: 285px; bottom: 80px; }
.about-doodles--right span:first-child { color: var(--accent); }

@keyframes about-card-arrive {
  from { opacity: 0; transform: translateX(-50%) translateY(32px) scale(0.96); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes about-photo-arrive {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: 1; filter: blur(0); }
}

@keyframes about-note-arrive {
  from { opacity: 0; transform: rotate(-5deg) translateY(25px); }
  to { opacity: 1; transform: rotate(-1.5deg) translateY(0); }
}

@keyframes about-doodle-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(5deg); }
}

@keyframes about-spark-turn {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .about-page-hero { min-height: 820px; padding-inline: 18px; }
  .about-composition { width: min(780px, 100%); height: 640px; }
  .about-profile-card { width: 350px; height: 526px; }
  .about-profile-card__header { min-height: 128px; padding-inline: 24px; }
  .about-profile-card__header > p:last-child { font-size: 0.86rem; }
  .about-profile-card__statement { font-size: 0.72rem; }
  .about-collage-card--workspace { left: 8px; width: 142px; height: 174px; }
  .about-collage-card--learning { right: 78px; width: 132px; height: 160px; }
  .about-collage-card--travel { right: -2px; width: 126px; height: 170px; }
  .about-collage-card--process { right: 50px; width: 158px; height: 124px; }
  .about-note { left: 50px; bottom: 72px; width: 220px; }
  .about-doodles--left { left: 184px; }
  .about-doodles--right { right: 220px; }
}

@media (max-width: 680px) {
  .about-page-hero {
    min-height: auto;
    padding: 90px 0 46px;
    overflow: clip;
  }

  .about-page-grid { inset-inline: 14px; }

  .about-composition {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 18px 36px;
  }

  .about-profile-card {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    order: 1;
    order: 1;
    width: min(350px, 100%);
    height: min(526px, calc((100vw - 36px) * 1.5));
    min-height: 500px;
    margin: 0 auto 12px;
    transform: none;
    animation-name: about-card-arrive-mobile;
  }

  .about-profile-card__header { min-height: 132px; padding: 22px 20px; }
  .about-profile-card__portrait img { object-position: 50% 46%; }

  .about-collage-card {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .about-collage-card--workspace { transform: rotate(-3deg); }
  .about-collage-card--learning { transform: rotate(3deg); }
  .about-collage-card--travel { transform: rotate(2deg); }
  .about-collage-card--process { transform: rotate(-2deg); aspect-ratio: 4 / 3; }

  .about-note {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    order: 3;
    width: min(330px, 100%);
    margin: 18px auto 0;
    transform: rotate(-1deg);
  }

  .about-doodles { display: none; }
}

@keyframes about-card-arrive-mobile {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 390px) {
  .about-profile-card { min-height: 480px; }
  .about-profile-card__header h1 { font-size: 1.7rem; }
  .about-profile-card__header > p:last-child { font-size: 0.8rem; }
  .about-profile-card__statement { right: 12px; bottom: 12px; left: 12px; padding: 11px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-profile-card,
  .about-collage-card,
  .about-note,
  .about-profile-card__header h1 span,
  .about-doodles span {
    animation: none !important;
  }

  .about-profile-card__portrait img,
  .about-collage-card,
  .about-note { transition: none !important; }
}

/* Floating monochrome navigation adapted from the measured Shreya Sama pill. */
.site-navbar {
  position: fixed;
  left: 50%;
  top: 24px;
  z-index: 2000;
  width: max-content;
  max-width: calc(100vw - 32px);
  pointer-events: none;
  transform: translateX(-50%);
}

.site-navbar__pill {
  --nav-indicator-x: 18px;
  --nav-indicator-width: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 7px 10px;
  gap: 2px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 90px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 8px 24px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  isolation: isolate;
}

.site-navbar__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 0;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 999px;
  color: #626262;
  font-family: var(--font-body) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    font-weight 220ms ease;
}

.site-navbar__link:hover {
  background: #f3f3f3;
  color: #000000;
  transform: translateY(-1px);
}

.site-navbar__link:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -3px;
  background: #f3f3f3;
  color: #000000;
}

.site-navbar__link.is-active {
  color: #000000;
  font-weight: 600;
}

.site-navbar__indicator {
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: 0;
  width: var(--nav-indicator-width);
  height: 2px;
  border-radius: 999px;
  background: #000000;
  transform: translateX(var(--nav-indicator-x));
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width, transform;
}

.site-navbar__indicator.is-instant {
  transition: none;
}

#home,
#about,
#works,
#contact {
  scroll-margin-top: 96px;
}

@media (max-width: 640px) {
  .site-navbar {
    top: 10px;
    width: calc(100vw - 16px);
    max-width: none;
  }

  .site-navbar__pill {
    width: 100%;
    min-height: 52px;
    padding: 4px 5px;
    gap: 0;
    border-radius: 999px;
  }

  .site-navbar__link {
    flex: 1 1 0;
    min-height: 42px;
    padding: 0 6px;
    font-size: clamp(0.7rem, 3.15vw, 0.82rem);
  }

  .site-navbar__indicator {
    bottom: 5px;
  }

  #home,
  #about,
  #works,
  #contact {
    scroll-margin-top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-navbar__link,
  .site-navbar__indicator {
    transition: none !important;
  }
}

/* Contact page */
.contact-page {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: var(--font-body);
  overflow-x: clip;
}

.contact-page-main {
  min-height: 100vh;
  padding: 154px 7vw 58px;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(16.666% - 1px), #eeeeee calc(16.666% - 1px), #eeeeee 16.666%),
    #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(235px, 0.58fr) minmax(520px, 1.42fr);
  gap: clamp(56px, 7vw, 110px);
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: start;
}

.contact-details { padding-top: 10px; }

.contact-section-label {
  margin: 0;
  color: #000;
  font-size: 38.52px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section-subtitle {
  max-width: 310px;
  margin: 12px 0 0;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.contact-detail-list {
  display: grid;
  gap: 30px;
  margin-top: 301px;
}

.contact-detail-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.contact-detail-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #000;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.contact-detail-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-detail-icon--mail img {
  width: 46px;
  height: auto;
}

.contact-detail-icon--location img {
  width: 38px;
  height: auto;
}

.contact-detail-icon--behance {
  width: 46px;
  height: 46px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.contact-detail-item p {
  margin: 0 0 6px;
  color: #747474;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-detail-item a,
.contact-detail-item address,
.contact-detail-item div > span {
  color: #000;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.48;
  text-decoration: none;
}

.contact-detail-item a:hover { text-decoration: underline; text-underline-offset: 4px; }

.contact-socials { margin-top: 48px; }

.contact-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.contact-social-links a {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 34px;
  color: #858585;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.contact-social-links a img {
  display: block;
  width: 19px;
  height: 19px;
  opacity: .58;
  transition: filter 220ms ease, opacity 220ms ease;
}

.contact-social-links a:hover {
  background: transparent;
  transform: translateY(-3px);
}

.contact-social-links a:hover img { opacity: 1; }

.contact-social-links a[data-social="linkedin"]:hover { color: #0a66c2; }
.contact-social-links a[data-social="behance"]:hover { color: #1769ff; }
.contact-social-links a[data-social="instagram"]:hover { color: #e4405f; }
.contact-social-links a[data-social="dribbble"]:hover { color: #ea4c89; }
.contact-social-links a[data-social="medium"]:hover { color: #00ab6c; }
.contact-social-links a[data-social="github"]:hover { color: #24292f; }

.contact-social-links a:focus-visible,
.contact-submit:focus-visible,
.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  outline: 3px solid #8acaea;
  outline-offset: 3px;
}

.contact-form-card {
  position: relative;
  padding: clamp(32px, 4vw, 56px);
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgb(0 0 0 / 9%);
  overflow: hidden;
}

.contact-card-spark {
  position: absolute;
  top: 0;
  right: 42px;
  width: 1px;
  height: 62px;
  background: #000;
}

.contact-card-spark::before,
.contact-card-spark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  transform: translateX(-50%) rotate(45deg);
}

.contact-card-spark::after {
  width: 8px;
  height: 8px;
  bottom: 0;
  background: #fff;
}

.contact-form-card h1 {
  max-width: 760px;
  margin: 0 64px 34px 0;
  color: #000;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-form-card h1 span { color: #8acaea; }

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-field { position: relative; }
.contact-field label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 16px 18px;
  color: #000;
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 7px;
  font: inherit;
  font-size: 0.9rem;
  resize: vertical;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.contact-field textarea { min-height: 150px; }

.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #707070; opacity: 1; }

.contact-field input:hover,
.contact-field textarea:hover { background: #f2f2f2; }

.contact-field input:focus,
.contact-field textarea:focus {
  background: #fff;
  border-color: #8acaea;
  box-shadow: 0 0 0 4px rgb(138 202 234 / 18%);
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 2px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 7px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.contact-submit:hover {
  color: #000;
  background: #8acaea;
  border-color: #8acaea;
  transform: translateY(-2px);
}

.contact-form-status {
  min-height: 1.35em;
  margin: 2px 0 0;
  color: #565656;
  font-size: 0.78rem;
}

.contact-page-footer {
  display: block;
  width: min(1180px, 100%);
  margin: 64px auto 0;
  padding-top: 26px;
  border-top: 0;
  text-align: left;
}

.contact-page-footer p {
  margin: 0;
  color: #7c7c7c;
  font-size: 0.95rem;
  font-weight: 400;
}

html[data-theme="dark"] .contact-page,
html[data-theme="dark"] .contact-page-main { color: #fff; background-color: #171717; }
html[data-theme="dark"] .contact-page-main {
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(16.666% - 1px), #292929 calc(16.666% - 1px), #292929 16.666%);
}
html[data-theme="dark"] .contact-form-card { background: #222; border-color: #3f3f3f; }
html[data-theme="dark"] .contact-form-card h1,
html[data-theme="dark"] .contact-section-label,
html[data-theme="dark"] .contact-detail-item a,
html[data-theme="dark"] .contact-detail-item address,
html[data-theme="dark"] .contact-detail-item div > span,
html[data-theme="dark"] .contact-detail-icon--behance { color: #fff; }
html[data-theme="dark"] .contact-section-subtitle { color: #aaa; }
html[data-theme="dark"] .contact-social-links a img { filter: invert(1); }
html[data-theme="dark"] .contact-field input,
html[data-theme="dark"] .contact-field textarea { color: #fff; background: #2d2d2d; }
html[data-theme="dark"] .contact-field input::placeholder,
html[data-theme="dark"] .contact-field textarea::placeholder { color: #aaa; }
html[data-theme="dark"] .contact-card-spark,
html[data-theme="dark"] .contact-card-spark::after { background: #fff; }
html[data-theme="dark"] .contact-card-spark::before,
html[data-theme="dark"] .contact-card-spark::after { border-color: #fff; }

@media (max-width: 900px) {
  .contact-page-main { padding: 130px 28px 50px; }
  .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .contact-details { display: grid; grid-template-columns: 1fr 190px; gap: 40px; }
  .contact-details > .contact-section-label { grid-column: 1 / -1; margin-bottom: -20px; }
  .contact-details > .contact-section-subtitle { grid-column: 1 / -1; margin-top: -22px; }
  .contact-detail-list { margin-top: 0; }
  .contact-socials { margin-top: 0; }
}

@media (max-width: 640px) {
  .contact-page-main { padding: 104px 16px 38px; }
  .contact-layout { gap: 34px; }
  .contact-details { display: block; }
  .contact-section-label { font-size: clamp(30px, 9vw, 38.52px); }
  .contact-section-subtitle { font-size: 15px; }
  .contact-detail-list { margin-top: 20px; gap: 22px; }
  .contact-socials { margin-top: 38px; }
  .contact-form-card { padding: 28px 18px 20px; border-radius: 18px; }
  .contact-form-card h1 { margin-right: 46px; font-size: clamp(1.95rem, 10vw, 2.7rem); }
  .contact-card-spark { right: 26px; height: 50px; }
  .contact-field textarea { min-height: 132px; }
  .contact-page-footer { margin-top: 50px; padding-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-social-links a,
  .contact-submit,
  .contact-field input,
  .contact-field textarea { transition: none !important; }
}

/* Resume page */
.resume-page {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: var(--font-body);
  overflow-x: clip;
}

.resume-page-main {
  min-height: 100vh;
  padding: 158px 0 96px;
  background: #fff;
}

.resume-intro {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
}

.resume-kicker {
  margin: 0 0 22px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resume-intro h1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  color: #000;
  font-family: var(--font-heading);
  font-size: clamp(3.35rem, 5.572vw, 4.35rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.resume-title-char,
.resume-title-space {
  display: inline-block;
}

.resume-title-char {
  opacity: 0;
  transform: translateY(26px) rotate(2deg);
  transition: opacity 460ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: calc(var(--resume-char-index) * 18ms);
}

.resume-page.is-ready .resume-title-char {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.resume-deck {
  margin: 22px auto 0;
  color: #686868;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.38;
}

.resume-download {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  margin-top: 34px;
  padding: 7px 22px 7px 7px;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 9%);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.resume-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgb(0 0 0 / 14%);
}

.resume-download:focus-visible {
  outline: 3px solid #8acaea;
  outline-offset: 4px;
}

.resume-download__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #8acaea;
  border-radius: 50%;
  font-size: 1.15rem;
}

.resume-stage {
  position: relative;
  width: 100%;
  min-height: 1120px;
  margin-top: 56px;
  isolation: isolate;
}

.resume-download-row {
  display: flex;
  justify-content: center;
  width: min(768px, calc(100% - 48px));
  margin: 32px auto 0;
}

.resume-download-row .resume-download {
  margin-top: 0;
}

.resume-stage-photo {
  position: absolute;
  z-index: 0;
  top: -150px;
  width: 480px;
  height: 262px;
  margin: 0;
  overflow: hidden;
  background: #ebf8ff;
  border: 10px solid #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgb(0 0 0 / 15%);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.resume-stage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resume-stage-photo--left {
  left: -280px;
  transform: rotate(7deg);
}

.resume-stage-photo--right {
  right: -280px;
  transform: rotate(-7deg);
}

.resume-stage:hover .resume-stage-photo--left { transform: translateX(18px) rotate(4deg); }
.resume-stage:hover .resume-stage-photo--right { transform: translateX(-18px) rotate(-4deg); }

.resume-sheet {
  position: relative;
  z-index: 2;
  width: min(768px, calc(100% - 48px));
  min-height: 1072px;
  margin: 0 auto;
  padding: 64px 62px 58px;
  color: #000;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 28px 80px rgb(0 0 0 / 14%);
  opacity: 0;
  transform: translateY(48px) rotate(0.6deg);
  transition: opacity 700ms 320ms ease, transform 900ms 320ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.resume-page.is-ready .resume-sheet {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.resume-sheet--pdf {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

.resume-sheet--pdf img {
  display: block;
  width: 100%;
  height: auto;
}

.resume-sheet__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.resume-sheet__eyebrow,
.resume-block__label {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resume-sheet__header h2 {
  margin: 8px 0 5px;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1;
}

.resume-sheet__role {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.resume-sheet__contact {
  display: grid;
  gap: 5px;
  color: #444;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: "cv09" 1, "cv03" 1, "cv04" 1, "cv11" 1;
  text-align: right;
}

.resume-sheet__contact a,
.resume-links a {
  color: inherit;
  text-decoration: none;
}

.resume-sheet__contact a:hover,
.resume-links a:hover { text-decoration: underline; text-underline-offset: 3px; }

.resume-sheet__rule {
  height: 5px;
  margin: 34px 0 42px;
  background: #8acaea;
}

.resume-sheet__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(190px, 0.8fr);
  gap: 52px;
}

.resume-sheet__secondary {
  padding-left: 30px;
  border-left: 1px solid #d9d9d9;
}

.resume-block + .resume-block { margin-top: 42px; }
.resume-block__label { margin-bottom: 16px; }

.resume-block > p:not(.resume-block__label),
.resume-entry p {
  margin: 0;
  color: #3f3f3f;
  font-size: 0.84rem;
  line-height: 1.58;
}

.resume-entry + .resume-entry {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e4e4e4;
}

.resume-entry h3,
.resume-education h3 {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
}

.resume-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resume-skill-list li {
  padding: 6px 9px;
  background: #ebf8ff;
  border: 1px solid #cce8f6;
  border-radius: 999px;
  font-size: 0.68rem;
  line-height: 1;
}

.resume-links a { font-size: 0.72rem; overflow-wrap: anywhere; }

html[data-theme="dark"] .resume-page,
html[data-theme="dark"] .resume-page-main { background: #171717; color: #fff; }
html[data-theme="dark"] .resume-intro h1 { color: #fff; }
html[data-theme="dark"] .resume-deck { color: #aaa; }
html[data-theme="dark"] .resume-sheet { color: #fff; background: #222; border-color: #444; }
html[data-theme="dark"] .resume-block > p:not(.resume-block__label),
html[data-theme="dark"] .resume-entry p,
html[data-theme="dark"] .resume-sheet__contact { color: #ccc; }
html[data-theme="dark"] .resume-sheet__secondary,
html[data-theme="dark"] .resume-entry + .resume-entry { border-color: #444; }

@media (max-width: 900px) {
  .resume-page-main { padding-top: 132px; }
  .resume-stage-photo { width: 320px; height: 190px; top: -80px; }
  .resume-stage-photo--left { left: -215px; }
  .resume-stage-photo--right { right: -215px; }
  .resume-sheet:not(.resume-sheet--pdf) { padding: 52px 42px; }
  .resume-sheet__layout { gap: 34px; }
}

@media (max-width: 640px) {
  .resume-page-main { padding: 104px 0 54px; }
  .resume-intro { width: calc(100% - 32px); }
  .resume-kicker { margin-bottom: 14px; }
  .resume-intro h1 { font-size: clamp(2.15rem, 10vw, 3rem); line-height: 1.12; }
  .resume-deck { margin-top: 16px; font-size: 0.94rem; }
  .resume-deck br { display: none; }
  .resume-download { margin-top: 26px; }
  .resume-stage { min-height: 0; margin-top: 42px; }
  .resume-stage-photo { display: none; }
  .resume-sheet { width: calc(100% - 24px); min-height: auto; box-shadow: 0 20px 50px rgb(0 0 0 / 12%); }
  .resume-sheet:not(.resume-sheet--pdf) { padding: 34px 24px; }
  .resume-download-row { width: calc(100% - 24px); margin-top: 26px; }
  .resume-sheet__header { display: block; }
  .resume-sheet__contact { margin-top: 22px; text-align: left; }
  .resume-sheet__rule { margin: 26px 0 30px; }
  .resume-sheet__layout { grid-template-columns: 1fr; gap: 38px; }
  .resume-sheet__secondary { padding: 34px 0 0; border-top: 1px solid #d9d9d9; border-left: 0; }
  .resume-block + .resume-block { margin-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .resume-title-char,
  .resume-sheet,
  .resume-download,
  .resume-stage-photo { transition: none !important; }
  .resume-title-char,
  .resume-sheet { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .reference-header {
    padding: 24px 0;
  }

  .reference-header-container {
    padding: 0 20px;
  }

  .reference-brand {
    left: 20px;
    top: -3px;
    width: 100px;
  }

  .reference-navigation {
    gap: clamp(1rem, 3vw, 2rem);
  }

  .reference-nav-link {
    font-size: 0.85rem;
  }

  .reference-grid-overlay {
    inset: 0 20px;
  }

  .rolling-statement {
    margin-top: -12px;
    padding: 34px 0 54px;
  }

  .rolling-statement__viewport {
    min-height: 210px;
  }

  .rolling-statement__track span {
    font-size: clamp(58px, 16vw, 120px);
  }

  .rolling-statement__arrow--lead {
    left: -2%;
    top: 4%;
  }

  .rolling-statement__arrow--end {
    right: -4%;
    bottom: 2%;
  }

  .reference-hero {
    min-height: 100svh;
    padding: 0 20px;
  }

  .hero-headline {
    max-width: min(760px, calc(100vw - 42px));
    font-size: clamp(48px, 10.4vw, 78px);
    line-height: 1.05;
  }

  .hero-title-img {
    width: min(5.24vw, 62px);
    height: min(5.01vw, 59px);
    min-width: 40px;
    min-height: 38px;
  }

  .shape-circle-left {
    width: 150px;
    height: 150px;
    left: auto;
    right: -12px;
    top: 58px;
  }

  .shape-circle-right {
    width: 150px;
    height: 150px;
    right: -42px;
    top: auto;
    bottom: 24px;
  }

  .shape-starburst {
    display: none;
    width: 0;
    height: 0;
    left: -10%;
    top: 15%;
  }

  .shape-astrix {
    left: 10%;
    top: 10%;
    scale: 0.7;
  }

  .shape-leaf {
    width: 200px;
    height: 250px;
    right: 0;
    top: 50%;
  }

  .shape-geometric {
    width: 92px;
    height: 120px;
    left: 1%;
    right: auto;
    bottom: 2%;
  }

  .shape-figma-mark {
    width: 88px;
    height: 126px;
    left: 16%;
    top: 12%;
  }

  .shape-yellow-star {
    width: 82px;
    height: 82px;
    left: 2%;
    bottom: 8%;
  }

  .shape-label {
    display: none;
  }
}

@media (max-width: 640px) {
  .reference-header {
    padding: 18px 0;
  }

  .reference-brand {
    left: 18px;
    top: 0;
    width: 100px;
  }

  .reference-navigation {
    top: 58px;
    gap: 16px;
  }

  .reference-nav-link {
    font-size: 0.82rem;
  }

  .hero-headline {
    max-width: calc(100vw - 34px);
    font-size: clamp(39px, 11.6vw, 58px);
    line-height: 1.06;
  }

  .hero-headline br {
    display: none;
  }

  .hero-title-img {
    width: 40px;
    height: 38px;
    margin-right: 0.7vw;
  }

  .hero-title-img:hover,
  .hero-title-img:focus-visible {
    width: 85px !important;
  }
}

@media (max-width: 900px) {
  .hero-only-page .hero-scroll-spacer {
    height: 0;
  }

  .tuhina-gallery-section {
    padding: 72px 0;
  }

  .horizontal-words {
    height: calc(240 * var(--rolling-svh));
  }

  .horizontal-words__content {
    min-height: 38em;
  }

  .display.horizontal-words__h2 {
    font-size: clamp(3.85rem, 18.8vw, 8rem);
  }

  .horizontal-words__arrow-svg {
    width: 10.375em;
  }

  .horizontal-words__sticker-cursor {
    width: 4em;
  }

  .horizontal-words__sticker-phone {
    width: 4.25em;
  }

  .horizontal-words__arrow-end-svg {
    width: 4.125em;
  }

  .horizontal-words__sticker-watch {
    width: 3.5em;
  }

  .horizontal-words__bottom-text {
    bottom: max(8em, (var(--rolling-svh) * 24));
    padding: 0 22px;
  }

  .horizontal-words__bottom-text-l {
    max-width: 31em;
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  .services-roll-section {
    min-height: 74svh;
    padding: 54px 0;
  }

  .services-roll-inner {
    flex-direction: column;
    max-width: 84%;
    gap: 24px;
  }

  .services-roll-kicker {
    flex: none;
    padding-top: 0;
    font-size: clamp(25px, 6.4vw, 46px);
  }

  .services-roll-list {
    width: 100%;
    gap: 14px;
    padding-right: 0;
  }

  .services-roll-row {
    font-size: clamp(38px, 11.4vw, 70px);
    line-height: 1.16;
  }

  .services-roll-preview {
    display: none;
  }

  .behind-pixels-section {
    min-height: 88svh;
    padding: 76px 18px 84px;
  }

  .behind-pixels-inner {
    gap: 84px;
  }

  .behind-pixels-fan {
    height: 265px;
    width: min(720px, 100%);
  }

  .behind-pixels-card {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 16px;
  }

  .behind-pixels-card:nth-child(1) {
    --x: -282px !important;
    --y: 108px !important;
  }

  .behind-pixels-card:nth-child(2) {
    --x: -188px !important;
    --y: 48px !important;
  }

  .behind-pixels-card:nth-child(3) {
    --x: -94px !important;
    --y: 12px !important;
  }

  .behind-pixels-card:nth-child(5) {
    --x: 94px !important;
    --y: 12px !important;
  }

  .behind-pixels-card:nth-child(6) {
    --x: 188px !important;
    --y: 48px !important;
  }

  .behind-pixels-card:nth-child(7) {
    --x: 282px !important;
    --y: 108px !important;
  }
}

@media (max-width: 640px) {
  .tuhina-gallery-section {
    padding: 63px 0;
  }

  .tuhina-gallery-viewport {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .tuhina-gallery-label {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .horizontal-words {
    height: calc(220 * var(--rolling-svh));
  }

  .horizontal-words__content {
    min-height: 34em;
  }

  .display.horizontal-words__h2 {
    font-size: clamp(3.2rem, 19.5vw, 6.15rem);
  }

  .horizontal-words__relative {
    margin-right: 18vw;
    margin-left: 18vw;
  }

  .horizontal-words__bottom-text {
    bottom: max(6.5em, (var(--rolling-svh) * 22));
  }

  .services-roll-section {
    min-height: 72svh;
    padding: 46px 0;
  }

  .services-roll-inner {
    max-width: 84%;
    gap: 20px;
  }

  .services-roll-kicker {
    font-size: clamp(23px, 7.8vw, 38px);
  }

  .services-roll-row {
    font-size: clamp(33px, 11.8vw, 54px);
    line-height: 1.18;
  }

  .behind-pixels-section {
    min-height: 82svh;
    padding: 64px 16px 76px;
  }

  .behind-pixels-inner {
    gap: 70px;
  }

  .behind-pixels-fan {
    height: 238px;
    width: min(390px, 100%);
  }

  .behind-pixels-card {
    width: 112px;
    height: 112px;
    margin: -56px 0 0 -56px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  }

  .behind-pixels-card:nth-child(1) {
    --x: -165px !important;
    --y: 72px !important;
  }

  .behind-pixels-card:nth-child(2) {
    --x: -110px !important;
    --y: 32px !important;
  }

  .behind-pixels-card:nth-child(3) {
    --x: -55px !important;
    --y: 8px !important;
  }

  .behind-pixels-card:nth-child(5) {
    --x: 55px !important;
    --y: 8px !important;
  }

  .behind-pixels-card:nth-child(6) {
    --x: 110px !important;
    --y: 32px !important;
  }

  .behind-pixels-card:nth-child(7) {
    --x: 165px !important;
    --y: 72px !important;
  }

  .behind-pixels-card:hover,
  .behind-pixels-card:focus-visible,
  .behind-pixels-card.is-active {
    transform: translate(calc(var(--x) + var(--hover-x)), calc(var(--y) - 28px)) rotate(calc(var(--r) * 0.36)) scale(1.06);
  }

  .behind-pixels-copy h2 {
    margin-top: -24px;
    padding-right: 0;
    font-size: clamp(1.8rem, 8vw, 2.1rem);
  }

  .behind-pixels-copy p {
    font-size: 1rem;
  }
}

@media (max-width: 980px) {
  .project-action-section {
    padding: 48px 20px;
  }

  .project-action-inner {
    gap: 46px;
  }

  .project-action-header {
    min-height: 86px;
    padding: 12px 0;
  }

  .project-action-cards {
    width: min(720px, 100%);
  }

  .action-card {
    width: 100%;
    min-height: auto;
    align-items: stretch;
    gap: 22px;
  }

  .action-card-copy {
    flex: 1 1 260px;
    width: auto;
    min-width: 240px;
  }

  .action-card-image {
    width: min(44vw, 360px);
    height: auto;
    min-height: 310px;
  }
}

@media (max-width: 720px) {
  .project-action-section {
    padding: 42px 16px 52px;
  }

  .project-action-header h2 {
    font-size: clamp(38px, 13vw, 56px);
    letter-spacing: -0.06em;
  }

  .project-action-cards {
    gap: 18px;
  }

  .action-card-shell {
    position: relative;
    top: auto;
    overflow: visible;
  }

  .action-card {
    flex-direction: column;
    min-height: auto;
    padding: 20px;
  }

  .action-card-copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-width: 0;
    gap: 18px;
    overflow: visible;
  }

  .action-card-kicker,
  .action-card-link,
  .action-card-text,
  .action-card-tags {
    position: static;
  }

  .action-card-text {
    width: 100%;
  }

  .action-card-text h3 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .action-card-text p {
    width: 100%;
    font-size: 16px;
  }

  .action-card-tags {
    flex-wrap: wrap;
  }

  .action-card-image {
    order: -1;
    width: 100%;
    min-height: 220px;
    aspect-ratio: 498 / 357;
  }
}

/* Interactive hero objects */
.hero-only-page .reference-hero.hero-only-section {
  min-height: max(100svh, 980px);
  isolation: isolate;
}

.hero-headline {
  max-width: min(1320px, calc(100vw - 260px));
  font-size: clamp(58px, 5.4vw, 96px);
  line-height: 1.04;
  text-wrap: balance;
}

.reference-hero-background {
  transition: z-index 0s 0.24s;
}

.reference-hero-background.assistant-open {
  z-index: 1200;
  transition-delay: 0s;
}

.sticker-shape,
.hero-object,
.hero-title-img[data-draggable] {
  --drag-x: 0px;
  --drag-y: 0px;
  --drag-scale: 1;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.sticker-shape.is-dragging,
.hero-object.is-dragging,
.hero-title-img.is-dragging {
  --drag-scale: 1.04;
  cursor: grabbing;
  z-index: 80 !important;
}

.sticker-shape.is-settling,
.hero-object.is-settling,
.hero-title-img.is-settling {
  transition: transform 420ms cubic-bezier(0.18, 0.9, 0.24, 1.18), filter 220ms ease, box-shadow 220ms ease;
}

.sticker-shape:focus-visible,
.hero-object:focus-visible,
.hero-title-img[data-draggable]:focus-visible,
.hero-object :focus-visible {
  outline: 2px solid #d17a90;
  outline-offset: 5px;
}

.sticker-shape .shape-img {
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 220ms ease;
  filter: drop-shadow(0 8px 12px rgba(44, 51, 24, 0.12));
}

.sticker-shape.is-dragging .shape-img {
  transform: scale(1.04);
  filter: drop-shadow(0 18px 22px rgba(44, 51, 24, 0.28));
}

.shape-geometric.is-dragging .shape-img {
  transform: scale(1.04);
}

.hero-title-img[data-draggable] {
  transform: translate3d(var(--drag-x), var(--drag-y), 0) scale(var(--drag-scale));
  transition: width 0.5s ease, height 0.5s ease, background-color 0.5s ease, filter 0.22s ease;
  will-change: transform;
}

.hero-title-img.is-dragging {
  filter: drop-shadow(0 12px 12px rgba(44, 51, 24, 0.24));
}

.shape-figma-mark:not(.is-dragging):hover .shape-img,
.shape-figma-mark:not(.is-dragging):focus-visible .shape-img {
  animation: hero-figma-tilt 700ms ease-in-out both;
}

.shape-circle-left:not(.is-dragging):hover .shape-img,
.shape-circle-left:not(.is-dragging):focus-visible .shape-img {
  animation: hero-flower-sway 1.15s ease-in-out both;
}

.shape-circle-right:not(.is-dragging):hover .shape-img,
.shape-circle-right:not(.is-dragging):focus-visible .shape-img {
  animation: hero-bunny-bounce 780ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.shape-geometric:not(.is-dragging):hover .shape-img,
.shape-geometric:not(.is-dragging):focus-visible .shape-img {
  animation: hero-polaroid-lift 720ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.shape-yellow-star:not(.is-dragging):hover .shape-img,
.shape-yellow-star:not(.is-dragging):focus-visible .shape-img {
  animation: hero-star-wink 680ms ease-in-out both;
}

@keyframes hero-figma-tilt {
  0%, 100% { transform: translateY(0) rotate(0); }
  45% { transform: translateY(-7px) rotate(-7deg); }
  72% { transform: translateY(-4px) rotate(4deg); }
}

@keyframes hero-flower-sway {
  0%, 100% { transform: rotate(0) scale(1); }
  35% { transform: rotate(8deg) scale(1.045); }
  70% { transform: rotate(-5deg) scale(1.03); }
}

@keyframes hero-bunny-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-10px) scale(1.035, 0.975); }
  68% { transform: translateY(2px) scale(0.99, 1.02); }
}

@keyframes hero-polaroid-lift {
  0%, 100% { transform: translateY(0) rotate(0); }
  55% { transform: translateY(-10px) rotate(-4deg); }
}

@keyframes hero-star-wink {
  0%, 100% { transform: rotate(0) scale(1); }
  40% { transform: rotate(9deg) scale(1.1); }
  70% { transform: rotate(-4deg) scale(0.98); }
}

.shape-circle-left {
  right: 13%;
  top: 4%;
}

.shape-circle-right {
  right: 28%;
  bottom: 2%;
}

.shape-yellow-star {
  left: 0;
  bottom: 22%;
}

.shape-geometric {
  left: 2%;
  bottom: 2%;
}

.shape-figma-mark {
  top: 6%;
}

.shape-astrix {
  left: 26%;
  top: 12%;
}

.hero-object {
  --object-hover-y: 0px;
  position: absolute;
  z-index: 6;
  pointer-events: auto;
  opacity: var(--sticker-opacity, 1);
  filter: blur(var(--sticker-blur, 0px));
  transform: translate3d(var(--drag-x), calc(var(--drag-y) + var(--object-hover-y)), 0) rotate(var(--object-rotation, 0deg)) scale(var(--drag-scale));
  transform-origin: center;
  will-change: transform, filter, opacity;
}

.hero-object button,
.hero-object input {
  font-family: var(--font-body);
}

.hero-sticky-note {
  --object-rotation: 3deg;
  left: 60%;
  top: 5%;
  width: 178px;
  height: 164px;
}

.sticky-note-paper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px 24px 20px;
  border: 1px solid rgba(90, 74, 32, 0.15);
  background: #f1dea0;
  color: #000000;
  box-shadow: 0 14px 24px rgba(70, 61, 28, 0.14);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 91% 100%, 0 100%);
  transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 320ms ease;
}

.sticky-note-paper p {
  margin: 0.14rem 0;
  font-size: 14px;
  line-height: 1.35;
}

.sticky-tape {
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: 2;
  width: 66px;
  height: 24px;
  background: rgba(217, 161, 178, 0.62);
  box-shadow: 0 2px 5px rgba(73, 58, 64, 0.08);
  transform: translateX(-50%) rotate(-5deg);
}

.hero-sticky-note:not(.is-dragging):hover {
  --object-rotation: -2deg;
}

.hero-sticky-note:not(.is-dragging):hover .sticky-note-paper,
.hero-sticky-note:focus-visible .sticky-note-paper {
  transform: translateY(-9px);
  box-shadow: 0 24px 34px rgba(70, 61, 28, 0.22);
}

.hero-folder {
  left: 45%;
  bottom: 2.5%;
  width: 138px;
  height: 104px;
}

.folder-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.folder-visual {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 12px 10px rgba(49, 58, 25, 0.18));
  transition: transform 340ms cubic-bezier(0.18, 0.9, 0.24, 1.2), filter 260ms ease;
}

.folder-back,
.folder-front,
.folder-paper {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 8px 8px 10px 10px;
}

.folder-back {
  top: 14px;
  height: 76px;
  background: #73824b;
}

.folder-back::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -14px;
  width: 54px;
  height: 24px;
  border-radius: 8px 8px 0 0;
  background: #73824b;
}

.folder-paper {
  left: 12px;
  top: 24px;
  width: calc(100% - 24px);
  height: 58px;
  border: 1px solid rgba(138, 202, 234, 0.34);
  background: #fffaf0;
  transform-origin: center bottom;
  transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.folder-paper-one { transform: rotate(-2deg); }
.folder-paper-two { transform: rotate(2deg) translateY(3px); }

.folder-front {
  bottom: 0;
  height: 68px;
  display: grid;
  place-items: center;
  background: #8c9b60;
  color: #f9f5e9;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  transform-origin: center bottom;
  transition: transform 340ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.hero-folder:not(.is-dragging):hover .folder-visual,
.hero-folder:focus-within .folder-visual {
  transform: translateY(-7px) scale(1.06);
  filter: drop-shadow(0 19px 15px rgba(49, 58, 25, 0.24));
}

.hero-folder:not(.is-dragging):hover .folder-front,
.hero-folder:focus-within .folder-front {
  transform: perspective(260px) rotateX(-16deg);
}

.hero-folder:not(.is-dragging):hover .folder-paper-one,
.hero-folder:focus-within .folder-paper-one {
  transform: translateY(-14px) rotate(-6deg);
}

.hero-folder:not(.is-dragging):hover .folder-paper-two,
.hero-folder:focus-within .folder-paper-two {
  transform: translateY(-9px) rotate(5deg);
}

.hero-banker-lamp {
  right: 1.4%;
  top: 5%;
  width: 154px;
  height: 190px;
}

.banker-lamp-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.banker-lamp-art {
  position: absolute;
  inset: 0;
  display: block;
  filter: drop-shadow(0 9px 8px rgba(43, 43, 25, 0.18));
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 300ms ease;
  transform-origin: 50% 82%;
}

.lamp-shade {
  position: absolute;
  left: 13px;
  top: 12px;
  width: 126px;
  height: 48px;
  border: 3px solid #9b7832;
  border-radius: 48% 48% 18% 18% / 80% 80% 30% 30%;
  background: linear-gradient(150deg, #7e9c65 0%, #305c38 58%, #21482c 100%);
  box-shadow: inset 12px 8px 16px rgba(255,255,255,0.18), inset -10px -8px 14px rgba(12,50,26,0.25);
  transform: perspective(120px) rotateX(-7deg);
  transition: transform 300ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.lamp-bulb {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 28px;
  height: 18px;
  border-radius: 50%;
  background: #ffe9a8;
  opacity: 0.52;
  transform: translateX(-50%);
  transition: opacity 260ms ease, box-shadow 260ms ease;
}

.lamp-stem {
  position: absolute;
  left: 72px;
  top: 56px;
  width: 12px;
  height: 92px;
  border: 2px solid #7d5e22;
  border-radius: 20px;
  background: linear-gradient(90deg, #8d6922, #e0bb62 48%, #6f501d);
  transform: rotate(5deg);
}

.lamp-base {
  position: absolute;
  left: 29px;
  bottom: 13px;
  width: 100px;
  height: 24px;
  border: 3px solid #75551f;
  border-radius: 50% 50% 38% 38%;
  background: linear-gradient(90deg, #7d5b1e, #e1bd68 50%, #6b4d1c);
  box-shadow: inset 0 5px 5px rgba(255,255,255,0.26);
}

.lamp-chain {
  position: absolute;
  left: 43px;
  top: 54px;
  width: 2px;
  height: 63px;
  background: repeating-linear-gradient(to bottom, #57472a 0 2px, transparent 2px 4px);
  transform-origin: top;
}

.lamp-chain span {
  position: absolute;
  left: -3px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8d6a29;
}

.banker-lamp-glow {
  position: absolute;
  left: -34px;
  top: -20px;
  width: 220px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 215, 126, 0.48), rgba(243, 215, 126, 0) 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.hero-banker-lamp:not(.is-dragging):hover .banker-lamp-art,
.hero-banker-lamp:focus-within .banker-lamp-art {
  transform: rotate(3deg) scale(1.045);
}

.hero-banker-lamp:not(.is-dragging):hover .lamp-shade,
.hero-banker-lamp:focus-within .lamp-shade {
  transform: perspective(120px) rotateX(-7deg) rotate(-3deg);
}

.hero-banker-lamp:not(.is-dragging):hover .lamp-chain,
.hero-banker-lamp:focus-within .lamp-chain {
  animation: lamp-chain-swing 760ms ease-in-out;
}

[data-theme="dark"] .banker-lamp-glow {
  opacity: 1;
}

[data-theme="dark"] .lamp-bulb {
  opacity: 1;
  box-shadow: 0 0 25px 12px rgba(255, 224, 133, 0.7);
}

[data-theme="dark"] .banker-lamp-art {
  filter: drop-shadow(0 -10px 25px rgba(244, 216, 129, 0.42)) drop-shadow(0 10px 10px rgba(0,0,0,0.32));
}

@keyframes lamp-chain-swing {
  0%, 100% { transform: rotate(0); }
  35% { transform: rotate(8deg); }
  70% { transform: rotate(-5deg); }
}

.hero-terminal {
  --object-rotation: -1.5deg;
  right: 2.5%;
  bottom: 0.5%;
  width: 286px;
  overflow: hidden;
  border: 1px solid rgba(58, 74, 22, 0.2);
  border-radius: 12px;
  background: #fffaf1;
  color: #28310f;
  box-shadow: 0 17px 34px rgba(46, 53, 26, 0.18);
  transition: box-shadow 300ms ease;
}

.hero-terminal:not(.is-dragging):hover,
.hero-terminal:focus-visible {
  --object-rotation: 0deg;
  --object-hover-y: -7px;
  box-shadow: 0 25px 42px rgba(46, 53, 26, 0.25);
}

.terminal-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(58, 74, 22, 0.14);
  background: #e9e3d1;
}

.terminal-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.terminal-bar > span:nth-child(1) { background: #d88476; }
.terminal-bar > span:nth-child(2) { background: #d9b75c; }
.terminal-bar > span:nth-child(3) { background: #789765; }

.terminal-bar p {
  margin: 0 0 0 5px;
  color: #6e755d;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 10px;
}

.terminal-body {
  padding: 14px 16px 16px;
}

.terminal-body p,
.terminal-body strong {
  display: block;
  margin: 0;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}

.terminal-body p {
  margin-top: 8px;
  color: #000000;
}

.terminal-body p:first-child { margin-top: 0; }
.terminal-body p span { color: #bc6f86; }
.terminal-cursor i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: currentColor;
  vertical-align: -2px;
  animation: terminal-cursor-blink 1s steps(1, end) infinite;
}

@keyframes terminal-cursor-blink {
  50% { opacity: 0; }
}

.portfolio-assistant {
  left: 12%;
  bottom: 3.5%;
  width: 250px;
}

.portfolio-assistant-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 9px 11px 9px 14px;
  border: 1px solid rgba(138, 202, 234, 0.42);
  border-radius: 16px;
  background: var(--accent-soft);
  color: #000000;
  box-shadow: 0 12px 25px rgba(49, 58, 25, 0.16);
  text-align: left;
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 280ms ease;
}

.portfolio-assistant:not(.is-dragging) .portfolio-assistant-trigger:hover,
.portfolio-assistant-trigger:focus-visible {
  transform: translateY(-4px) scale(1.035);
  box-shadow: 0 19px 32px rgba(49, 58, 25, 0.22);
}

.assistant-title {
  display: grid;
  grid-template-columns: 13px 1fr;
  align-items: center;
  column-gap: 5px;
}

.assistant-title b {
  grid-row: 1 / 3;
  color: #d17a90;
  font-size: 12px;
}

.assistant-title span {
  font-size: 12px;
  font-weight: 600;
}

.assistant-title small {
  color: #7b826b;
  font-size: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assistant-icons {
  display: flex;
  gap: 6px;
  padding-left: 10px;
  border-left: 1px solid rgba(58, 74, 22, 0.15);
}

.assistant-icons > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(58, 74, 22, 0.13);
  border-radius: 50%;
  background: #f4eddc;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1), background 220ms ease;
}

.portfolio-assistant-trigger:hover .assistant-icons > span:nth-child(1) { transform: translateY(-2px) rotate(-4deg); }
.portfolio-assistant-trigger:hover .assistant-icons > span:nth-child(2) { transform: translateY(-4px); }
.portfolio-assistant-trigger:hover .assistant-icons > span:nth-child(3) { transform: translateY(-2px) rotate(4deg); }

.assistant-icons img {
  width: 15px;
  height: 15px;
}

.portfolio-assistant-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  z-index: 1300;
  width: min(380px, calc(100vw - 32px));
  padding: 15px;
  border: 1px solid rgba(58, 74, 22, 0.18);
  border-radius: 16px;
  background: #fffaf1;
  color: #2f3c13;
  box-shadow: 0 25px 60px rgba(29, 37, 15, 0.25);
  cursor: auto;
  transform-origin: left bottom;
  animation: assistant-panel-in 260ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.portfolio-assistant-panel[hidden] { display: none; }

.portfolio-assistant-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(58, 74, 22, 0.12);
}

.portfolio-assistant-panel header p,
.portfolio-assistant-panel header span {
  margin: 0;
}

.portfolio-assistant-panel header p {
  font-size: 16px;
  font-weight: 600;
}

.portfolio-assistant-panel header span {
  color: #778064;
  font-size: 11px;
}

.assistant-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(138, 202, 234, 0.38);
  border-radius: 50%;
  background: #f1ead9;
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.assistant-conversation {
  display: flex;
  max-height: 190px;
  flex-direction: column;
  gap: 8px;
  margin: 13px 0;
  overflow-y: auto;
}

.assistant-message {
  max-width: 88%;
  margin: 0;
  padding: 9px 11px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.45;
}

.assistant-message--bot {
  align-self: flex-start;
  background: #edf0df;
}

.assistant-message--user {
  align-self: flex-end;
  background: #ecd3da;
}

.assistant-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.assistant-suggestions button {
  padding: 6px 9px;
  border: 1px solid rgba(58, 74, 22, 0.16);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 10px;
}

.assistant-suggestions button:hover,
.assistant-suggestions button:focus-visible {
  background: #f1dea0;
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.assistant-form input {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(58, 74, 22, 0.2);
  border-radius: 10px;
  background: #fffdf8;
  color: inherit;
  font-size: 12px;
}

.assistant-form button {
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #000000;
  font-size: 11px;
  font-weight: 600;
}

@keyframes assistant-panel-in {
  from { opacity: 0; transform: translateY(8px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.move-object-hint {
  position: absolute;
  left: calc(45% + 12px);
  bottom: 1.2%;
  z-index: 7;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid rgba(138, 202, 234, 0.38);
  border-radius: 999px;
  background: var(--marimba-paper);
  color: var(--marimba-ink);
  font-size: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-folder:hover ~ .move-object-hint,
.hero-folder:focus-within ~ .move-object-hint {
  opacity: 0.72;
  transform: translateY(0);
}

[data-theme="dark"] .sticky-note-paper {
  background: #c9b36d;
  color: #202817;
}

[data-theme="dark"] .hero-terminal,
[data-theme="dark"] .portfolio-assistant-trigger,
[data-theme="dark"] .portfolio-assistant-panel {
  border-color: rgba(238, 241, 223, 0.18);
  background: #272d23;
  color: #ffffff;
}

[data-theme="dark"] .terminal-bar,
[data-theme="dark"] .assistant-close,
[data-theme="dark"] .assistant-icons > span {
  background: #343b2e;
}

[data-theme="dark"] .terminal-body p,
[data-theme="dark"] .terminal-bar p,
[data-theme="dark"] .assistant-title small,
[data-theme="dark"] .portfolio-assistant-panel header span {
  color: #b8c0aa;
}

[data-theme="dark"] .terminal-body strong { color: #ffffff; }
[data-theme="dark"] .assistant-icons img { filter: invert(1) brightness(1.3); }
[data-theme="dark"] .assistant-message--bot { background: #3a4432; }
[data-theme="dark"] .assistant-message--user { background: #684c55; }
[data-theme="dark"] .assistant-form input {
  border-color: rgba(238, 241, 223, 0.18);
  background: #1e231b;
  color: #ffffff;
}
[data-theme="dark"] .assistant-form button { background: #d7dfbb; color: #263019; }

[data-theme="dark"] .horizontal-words,
[data-theme="dark"] .tuhina-gallery-section,
[data-theme="dark"] .project-action-section,
[data-theme="dark"] .services-roll-section,
[data-theme="dark"] .behind-pixels-section {
  background-color: var(--marimba-paper);
  color: var(--marimba-ink);
}

@media (max-width: 1180px) {
  .hero-headline {
    max-width: calc(100vw - 150px);
    font-size: clamp(52px, 6.3vw, 70px);
  }

  .hero-terminal {
    width: 250px;
    right: 1.5%;
  }

  .hero-sticky-note {
    left: 58%;
    width: 158px;
    height: 148px;
  }

  .sticky-note-paper p { font-size: 12px; }
  .portfolio-assistant { left: 11%; width: 228px; }
}

@media (max-width: 900px) {
  .hero-only-page .reference-hero.hero-only-section {
    min-height: 960px;
  }

  .hero-content {
    padding-top: 90px;
  }

  .hero-headline {
    max-width: calc(100vw - 50px);
    font-size: clamp(44px, 7.6vw, 60px);
  }

  .shape-circle-left { right: 3%; top: 12%; width: 118px; height: 118px; }
  .shape-circle-right { right: 28%; bottom: 2%; width: 118px; height: 118px; }
  .shape-figma-mark { left: 6%; top: 8%; width: 72px; height: 103px; }
  .shape-yellow-star { left: 0; top: 745px; bottom: auto; width: 72px; height: 72px; }
  .shape-geometric { left: 2%; bottom: 2%; width: 72px; height: 94px; }
  .shape-astrix { left: 18%; top: 22%; width: 58px; height: 58px; }

  .hero-sticky-note { left: 43%; top: 14%; width: 142px; height: 132px; }
  .hero-banker-lamp { left: 1%; right: auto; top: 19%; width: 124px; height: 154px; }
  .hero-terminal { right: 2%; bottom: 3%; width: 226px; }
  .terminal-body { padding: 11px 13px 13px; }
  .terminal-body p, .terminal-body strong { font-size: 9px; }
  .hero-folder { left: 43%; bottom: 3%; width: 110px; height: 84px; }
  .portfolio-assistant { left: 12%; bottom: 14%; width: 220px; }
  .move-object-hint { display: none; }
}

@media (max-width: 640px) {
  .hero-only-page .reference-hero.hero-only-section {
    min-height: 1180px;
    padding-inline: 12px;
  }

  .hero-content {
    position: absolute;
    left: 0;
    top: 360px;
    padding-top: 0;
  }

  .hero-tag { margin-bottom: 18px; }

  .hero-headline {
    max-width: calc(100vw - 26px);
    font-size: clamp(38px, 10.6vw, 52px);
    line-height: 1.07;
  }

  .hero-title-img[data-draggable] {
    touch-action: pan-y;
  }

  .shape-circle-left { right: 0; top: 8%; width: 94px; height: 94px; }
  .shape-circle-right { right: 10px; top: 785px; bottom: auto; width: 98px; height: 98px; }
  .shape-figma-mark { left: 4%; top: 12%; width: 58px; height: 82px; }
  .shape-yellow-star { left: -6px; top: 770px; bottom: auto; width: 66px; height: 66px; }
  .shape-geometric { left: 3%; top: 845px; bottom: auto; width: 62px; height: 82px; }
  .shape-astrix { left: 24%; top: 18%; width: 46px; height: 46px; }

  .hero-sticky-note { left: 43%; top: 14%; width: 124px; height: 118px; }
  .sticky-note-paper { padding: 27px 14px 14px; }
  .sticky-note-paper p { font-size: 10px; }
  .sticky-tape { width: 52px; height: 19px; }

  .hero-banker-lamp { left: auto; right: -4px; top: 20%; width: 98px; height: 124px; }
  .lamp-shade { left: 9px; top: 9px; width: 80px; height: 34px; }
  .lamp-stem { left: 47px; top: 40px; width: 9px; height: 59px; }
  .lamp-base { left: 17px; bottom: 8px; width: 66px; height: 18px; }
  .lamp-chain { left: 28px; top: 40px; height: 42px; }
  .banker-lamp-glow { left: -24px; top: -10px; width: 140px; height: 110px; }

  .hero-terminal { right: 12px; top: 1010px; bottom: auto; width: 180px; }
  .terminal-bar { height: 31px; padding-inline: 10px; }
  .terminal-bar > span { width: 7px; height: 7px; }
  .terminal-body { padding: 9px 11px 11px; }
  .terminal-body p, .terminal-body strong { font-size: 8px; line-height: 1.4; }

  .hero-folder { left: 28%; top: 850px; bottom: auto; width: 98px; height: 76px; }
  .folder-front { height: 50px; font-size: 10px; }
  .folder-back { height: 58px; }

  .portfolio-assistant { left: 12px; top: 950px; bottom: auto; width: 190px; }
  .portfolio-assistant-trigger { min-height: 52px; padding: 8px 9px; }
  .assistant-icons { gap: 4px; padding-left: 7px; }
  .assistant-icons > span { width: 23px; height: 23px; }
  .assistant-icons img { width: 12px; height: 12px; }

  .portfolio-assistant-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1300;
    width: auto;
    max-height: min(620px, calc(100svh - 24px));
    overflow-y: auto;
    border-radius: 16px;
    transform-origin: center bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  .terminal-cursor i { animation: none; }
  .sticker-shape,
  .hero-object,
  .hero-title-img[data-draggable] { transition: none !important; }
}

/* Reference-informed hero object refactor */
.hero-only-page .reference-hero.hero-only-section {
  min-height: max(100svh, 860px);
  padding-inline: 50px;
  overflow: clip;
}

.reference-hero-background {
  inset: 0;
  overflow: clip;
}

.hero-content {
  z-index: 20;
  max-width: 1160px;
  padding-top: 30px;
  pointer-events: none;
}

.hero-tag {
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

.hero-headline {
  max-width: 1120px;
  color: #000000;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: wrap;
}

.hero-headline .hero-title-img {
  pointer-events: auto;
}

.hero-tag .pill-button {
  max-width: calc(100vw - 40px);
  font-size: clamp(11px, 1.1vw, 15px);
  white-space: nowrap;
}

.hero-headline > span {
  display: block;
}

.hero-object {
  --drag-x: 0px;
  --drag-y: 0px;
  --drag-scale: 1;
  --object-hover-y: 0px;
  --object-rotation: 0deg;
  position: absolute;
  z-index: 8;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  opacity: var(--sticker-opacity, 1);
  filter: blur(var(--sticker-blur, 0px));
  transform:
    translate3d(var(--drag-x), calc(var(--drag-y) + var(--object-hover-y)), 0)
    rotate(var(--object-rotation))
    scale(var(--drag-scale));
  transform-origin: center;
  will-change: transform, filter, opacity;
}

.hero-object.is-dragging {
  --drag-scale: 1.04;
  cursor: grabbing;
  z-index: 80 !important;
  filter: drop-shadow(0 18px 24px rgba(64, 52, 30, 0.2));
}

.hero-object.is-settling {
  transition:
    transform 440ms cubic-bezier(0.18, 0.9, 0.24, 1.16),
    filter 220ms ease,
    box-shadow 220ms ease;
}

.hero-object:focus-visible,
.hero-object :focus-visible {
  outline: 2px solid #b97b8d;
  outline-offset: 5px;
}

.hero-sticky-note {
  --object-rotation: -4deg;
  left: 60%;
  top: 94px;
  width: 200px;
  height: 200px;
}

.sticky-note-paper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 38px 25px 24px 42px;
  border: 1px solid rgba(91, 72, 29, 0.16);
  background: #f2dda0;
  color: #000000;
  box-shadow: 0 5px 5px rgba(82, 66, 38, 0.14), 0 18px 35px rgba(82, 66, 38, 0.1);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 90% 100%, 0 100%);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease;
}

.sticky-note-paper p {
  margin: 0.12rem 0;
  font-family: "Segoe Print", "Bradley Hand", cursive !important;
  font-size: 15px;
  line-height: 1.35;
}

.sticky-tape {
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 2;
  width: 70px;
  height: 26px;
  background: rgba(205, 145, 166, 0.58);
  box-shadow: 0 2px 5px rgba(73, 58, 64, 0.08);
  transform: translateX(-50%) rotate(2deg);
}

.hero-sticky-note:not(.is-dragging):hover,
.hero-sticky-note:focus-visible {
  --object-hover-y: -5px;
  --object-rotation: -6deg;
}

.hero-sticky-note:not(.is-dragging):hover .sticky-note-paper,
.hero-sticky-note:focus-visible .sticky-note-paper {
  transform: scale(1.025);
  box-shadow: 0 8px 8px rgba(82, 66, 38, 0.16), 0 24px 42px rgba(82, 66, 38, 0.15);
}

.hero-folder {
  left: 44%;
  top: auto;
  bottom: 26px;
  width: 120px;
  height: 120px;
}

.folder-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: inherit;
}

.folder-visual {
  position: absolute;
  inset: 0;
  display: block;
  filter: drop-shadow(0 5px 5px rgba(72, 59, 31, 0.16));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
  transform-origin: 50% 64%;
}

.folder-back,
.folder-front,
.folder-sheet {
  position: absolute;
  display: block;
}

.folder-back {
  left: 13px;
  top: 34px;
  width: 94px;
  height: 65px;
  border-radius: 9px 9px 16px 16px;
  background: var(--accent);
  box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.18);
}

.folder-back::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -15px;
  width: 42px;
  height: 21px;
  border-radius: 8px 8px 0 0;
  background: var(--accent);
}

.folder-sheet {
  left: 22px;
  top: 38px;
  width: 76px;
  height: 53px;
  border: 1px solid rgba(138, 202, 234, 0.34);
  border-radius: 8px;
  background: #fffaf0;
  transform-origin: center bottom;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.folder-sheet-one { transform: rotate(-2deg); }
.folder-sheet-two { transform: translateY(3px) rotate(2deg); }

.folder-front {
  left: 8px;
  bottom: 12px;
  width: 104px;
  height: 58px;
  border-radius: 8px 8px 17px 17px;
  background: var(--accent);
  box-shadow: inset 0 4px 9px rgba(255, 255, 255, 0.16);
  transform-origin: center bottom;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.folder-tool-fan {
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.folder-tool-card {
  --fan-x: 0px;
  --fan-y: 40px;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(138, 202, 234, 0.38);
  border-radius: 12px;
  background: #fffaf1;
  box-shadow: 0 8px 18px rgba(53, 45, 27, 0.16);
  opacity: 0;
  transform: translate(-50%, 40px) scale(0.2);
  transition:
    opacity 180ms ease var(--fan-delay, 0ms),
    transform 560ms cubic-bezier(0.18, 0.9, 0.24, 1.18) var(--fan-delay, 0ms);
}

.folder-tool-card img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.folder-tool-card small {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  padding: 2px 5px;
  border-radius: 999px;
  background: #fffaf1;
  color: #000000;
  font-size: 7px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 180ms ease;
}

.folder-tool-card:nth-child(1) { --fan-x: -94px; --fan-y: 11px; --fan-delay: 0ms; }
.folder-tool-card:nth-child(2) { --fan-x: -54px; --fan-y: -10px; --fan-delay: 50ms; }
.folder-tool-card:nth-child(3) { --fan-x: 0px; --fan-y: -18px; --fan-delay: 100ms; }
.folder-tool-card:nth-child(4) { --fan-x: 54px; --fan-y: -10px; --fan-delay: 150ms; }
.folder-tool-card:nth-child(5) { --fan-x: 94px; --fan-y: 11px; --fan-delay: 200ms; }

.folder-caption,
.lamp-caption {
  position: absolute;
  z-index: 4;
  padding: 4px 9px;
  border: 1px solid rgba(138, 202, 234, 0.38);
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.folder-caption {
  left: 50%;
  top: calc(100% - 4px);
  transform: translate(-50%, -4px);
}

.hero-folder:not(.is-dragging):hover .folder-visual,
.hero-folder:focus-within .folder-visual {
  transform: translateY(-4px) scale(1.22);
  filter: drop-shadow(0 12px 14px rgba(72, 59, 31, 0.22));
}

.hero-folder:not(.is-dragging):hover .folder-front,
.hero-folder:focus-within .folder-front {
  transform: perspective(220px) rotateX(-22deg);
}

.hero-folder:not(.is-dragging):hover .folder-sheet-one,
.hero-folder:focus-within .folder-sheet-one {
  transform: translateY(-8px) rotate(-6deg);
}

.hero-folder:not(.is-dragging):hover .folder-sheet-two,
.hero-folder:focus-within .folder-sheet-two {
  transform: translateY(-5px) rotate(5deg);
}

.hero-folder:not(.is-dragging):hover .folder-tool-card,
.hero-folder:focus-within .folder-tool-card {
  z-index: 3;
  opacity: 1;
  transform: translate(calc(-50% + var(--fan-x)), var(--fan-y)) scale(1);
}

.hero-folder:not(.is-dragging):hover .folder-caption,
.hero-folder:focus-within .folder-caption {
  opacity: 0.72;
  transform: translate(-50%, 4px);
}

.folder-tool-card:hover small { opacity: 1; }

.hero-banker-lamp {
  right: 2%;
  top: 88px;
  width: 160px;
  height: 160px;
}

.banker-lamp-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: inherit;
}

.banker-lamp-art {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 5px 7px rgba(65, 48, 20, 0.2));
  transform-origin: 54% 82%;
  transition: transform 420ms cubic-bezier(0.18, 0.9, 0.24, 1.12), filter 300ms ease;
}

.banker-lamp-image {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.lamp-shade {
  position: absolute;
  left: 3px;
  top: 20px;
  z-index: 4;
  width: 92px;
  height: 70px;
  border: 2px solid #b69457;
  border-radius: 52% 52% 43% 43% / 72% 72% 30% 30%;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.7), transparent 19%),
    linear-gradient(145deg, #efc9d4 0%, #d7a5b5 58%, #b8798e 100%);
  box-shadow:
    inset 10px 8px 14px rgba(255, 255, 255, 0.36),
    inset -8px -10px 13px rgba(102, 54, 74, 0.18),
    0 5px 8px rgba(67, 48, 35, 0.12);
  transform: rotate(14deg);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lamp-shade::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -4px;
  height: 25px;
  border: 2px solid #b69457;
  border-radius: 50%;
  background: radial-gradient(circle at 54% 45%, #fff5c9 0 20%, #fff1c8 21% 44%, #f5e7cf 70%);
  box-shadow: inset 0 4px 8px rgba(109, 77, 40, 0.12);
}

.lamp-bulb {
  position: absolute;
  left: 42px;
  bottom: 2px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff7d3;
  opacity: 0.72;
  transition: opacity 260ms ease, box-shadow 260ms ease;
}

.lamp-neck {
  position: absolute;
  left: 72px;
  top: 24px;
  z-index: 2;
  width: 66px;
  height: 111px;
  border: 8px solid #f2eadc;
  border-left: 0;
  border-radius: 0 76px 76px 0;
  box-shadow: inset -2px 0 0 rgba(165, 129, 74, 0.2), 2px 0 2px rgba(76, 55, 32, 0.08);
  transform: rotate(-5deg);
}

.lamp-neck::before,
.lamp-neck::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 17px;
  height: 17px;
  border: 3px solid #9b7539;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8deb1, #bd8e45 58%, #805d2d);
  box-shadow: 0 1px 3px rgba(70, 47, 22, 0.2);
}

.lamp-neck::before {
  left: -5px;
  top: -10px;
}

.lamp-neck::after {
  left: -5px;
  bottom: -10px;
}

.lamp-stem {
  position: absolute;
  left: 77px;
  top: 126px;
  z-index: 3;
  width: 30px;
  height: 17px;
  border: 2px solid #b69457;
  border-radius: 9px 9px 5px 5px;
  background: linear-gradient(90deg, #e7dbc8, #fffaf0 50%, #d7c5aa);
}

.lamp-base {
  position: absolute;
  left: 48px;
  bottom: 2px;
  width: 94px;
  height: 25px;
  border: 2px solid #b69457;
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255, 255, 255, 0.58), transparent 46%),
    linear-gradient(180deg, #edc6d2, #c78fa2 72%, #aa6f84);
  box-shadow: inset 0 5px 7px rgba(255, 255, 255, 0.25), 0 4px 7px rgba(65, 47, 33, 0.14);
}

.lamp-chain {
  display: none;
}

.lamp-chain span {
  position: absolute;
  left: -3px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8d6a29;
}

.banker-lamp-glow {
  position: absolute;
  left: -23px;
  top: 33px;
  width: 142px;
  height: 116px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 229, 153, 0.6), rgba(255, 229, 153, 0) 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.lamp-caption {
  right: 2px;
  top: calc(100% + 2px);
}

.hero-banker-lamp:not(.is-dragging):hover .banker-lamp-art,
.hero-banker-lamp:focus-within .banker-lamp-art {
  transform: translateY(-3px) scale(1.04);
  filter: drop-shadow(0 8px 10px rgba(65, 48, 20, 0.24));
}

.hero-banker-lamp:not(.is-dragging):hover .lamp-shade,
.hero-banker-lamp:focus-within .lamp-shade {
  transform: rotate(10deg) translateY(-1px);
}

.hero-banker-lamp:not(.is-dragging):hover .lamp-chain,
.hero-banker-lamp:focus-within .lamp-chain {
  animation: lamp-chain-swing 760ms ease-in-out;
}

.hero-banker-lamp:not(.is-dragging):hover .banker-lamp-image,
.hero-banker-lamp:focus-within .banker-lamp-image {
  animation: lamp-chain-swing 760ms ease-in-out;
}

.hero-banker-lamp:not(.is-dragging):hover .lamp-caption,
.hero-banker-lamp:focus-within .lamp-caption {
  opacity: 0.72;
  transform: translateY(4px);
}

.banker-lamp-button:active .banker-lamp-art { transform: scale(0.96); }

[data-theme="dark"] .banker-lamp-art {
  filter: drop-shadow(0 -12px 24px rgba(243, 215, 126, 0.62)) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.3));
  transform: none;
}

[data-theme="dark"] .banker-lamp-glow { opacity: 1; }
[data-theme="dark"] .lamp-bulb {
  opacity: 1;
  box-shadow: 0 0 24px 11px rgba(255, 224, 133, 0.68);
}

.hero-terminal {
  --object-rotation: -1.5deg;
  right: 2%;
  top: auto;
  bottom: 18px;
  width: 280px;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(138, 202, 234, 0.42);
  border-radius: 24px;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 2px 3px rgba(62, 52, 31, 0.06), 0 9px 18px rgba(62, 52, 31, 0.1), 0 18px 34px rgba(62, 52, 31, 0.08);
  transition: box-shadow 300ms ease;
}

.hero-terminal:not(.is-dragging):hover,
.hero-terminal:focus-visible {
  --drag-scale: 1.02;
  box-shadow: 0 4px 6px rgba(62, 52, 31, 0.08), 0 15px 28px rgba(62, 52, 31, 0.14), 0 28px 50px rgba(62, 52, 31, 0.1);
}

.terminal-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: inherit;
}

.terminal-bar {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  gap: 6px;
  border-bottom: 1px solid rgba(138, 202, 234, 0.34);
  background: var(--accent-soft);
}

.terminal-bar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.terminal-bar p {
  margin: 0 0 0 8px;
  color: #000000;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 10px;
}

.terminal-body {
  padding: 16px;
  background: #ffffff;
  color: #000000;
}

.terminal-body p,
.terminal-body strong {
  display: block;
  margin: 0;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.terminal-body p { margin-top: 9px; color: #000000; }
.terminal-body p:first-child { margin-top: 0; }
.terminal-body p span { color: #000000; }
.terminal-body strong { color: #000000; }

.terminal-actions {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: visible;
}

.terminal-actions[hidden] { display: none; }

.terminal-actions a {
  padding: 7px 12px;
  border: 1px solid rgba(138, 202, 234, 0.38);
  border-radius: 999px;
  background: #fffaf1;
  color: #000000;
  box-shadow: 0 8px 18px rgba(53, 45, 27, 0.14);
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 11px;
  white-space: nowrap;
  animation: terminal-action-in 260ms cubic-bezier(0.18, 0.9, 0.24, 1.18) both;
}

.terminal-actions a:nth-child(2) { animation-delay: 60ms; }
.terminal-actions a:hover,
.terminal-actions a:focus-visible { transform: translateY(-2px); color: #263019; }

@keyframes terminal-action-in {
  from { opacity: 0; transform: translateY(-8px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.portfolio-assistant {
  left: 3%;
  top: auto;
  bottom: 54px;
  width: 237px;
}

.portfolio-assistant-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 53px;
  padding: 10px 12px;
  gap: 10px;
  border: 1px solid rgba(138, 202, 234, 0.42);
  border-radius: 16px;
  background: var(--accent-soft);
  color: #000000;
  box-shadow: 0 2px 3px rgba(62, 52, 31, 0.06), 0 9px 18px rgba(62, 52, 31, 0.12), 0 18px 30px rgba(62, 52, 31, 0.07);
  text-align: left;
}

.assistant-title {
  display: grid;
  flex: 0 0 90px;
  min-width: 90px;
  grid-template-columns: 12px 1fr;
  align-items: center;
  column-gap: 5px;
}

.assistant-title b {
  grid-row: 1 / 3;
  color: var(--accent);
  font-size: 13px;
}

.assistant-title span {
  font-size: 12px;
  font-weight: 600;
  transition: opacity 120ms ease, transform 120ms ease;
}

.assistant-title small {
  color: #000000;
  font-family: Consolas, "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assistant-divider {
  width: 1px;
  height: 28px;
  flex: 0 0 1px;
  background: rgba(0, 0, 0, 0.15);
}

.assistant-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.assistant-icons a {
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  transition: transform 420ms cubic-bezier(0.18, 0.9, 0.24, 1.18);
}

.assistant-icons a > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(138, 202, 234, 0.34);
  border-radius: 50%;
  background: #ffffff;
}

.assistant-icons a:nth-child(2) > span,
.assistant-icons a:nth-child(3) > span { background: #ffffff; }

.assistant-icons a:hover,
.assistant-icons a:focus-visible {
  transform: translateY(-3px) scale(1.14);
}

.assistant-icons a:active { transform: scale(0.92); }

.assistant-icons img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.gemini-brandmark {
  display: block;
  width: 18px;
  height: 18px;
  background: linear-gradient(145deg, #4d8df7 5%, #7665d8 48%, #d07db1 100%);
  -webkit-mask: url("https://cdn.simpleicons.org/googlegemini") center / contain no-repeat;
  mask: url("https://cdn.simpleicons.org/googlegemini") center / contain no-repeat;
}

.move-object-hint {
  left: calc(44% + 12px);
  top: auto;
  bottom: 14px;
  display: block;
  padding: 4px 9px;
  border: 1px solid rgba(138, 202, 234, 0.36);
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  opacity: 0.58;
  transform: none;
}

[data-theme="dark"] .sticky-note-paper {
  background: #c9b36d;
  color: #202817;
}

[data-theme="dark"] .hero-terminal,
[data-theme="dark"] .portfolio-assistant-trigger,
[data-theme="dark"] .folder-tool-card,
[data-theme="dark"] .folder-caption,
[data-theme="dark"] .lamp-caption,
[data-theme="dark"] .terminal-actions a {
  border-color: rgba(238, 241, 223, 0.18);
  background: #ffffff;
  color: #000000;
}

[data-theme="dark"] .terminal-bar { background: var(--accent-soft); }
[data-theme="dark"] .assistant-title small,
[data-theme="dark"] .terminal-bar p,
[data-theme="dark"] .terminal-body p { color: #000000; }
[data-theme="dark"] .terminal-body,
[data-theme="dark"] .terminal-body strong { background: #ffffff; color: #000000; }
[data-theme="dark"] .portfolio-assistant-trigger { background: var(--accent-soft); color: #000000; }

@media (max-width: 1024px) {
  .hero-only-page .reference-hero.hero-only-section { min-height: 920px; }
  .hero-headline {
    max-width: min(780px, calc(100vw - 48px));
    font-size: clamp(42px, 4.5vw, 50px);
  }
  .hero-sticky-note { left: 54%; top: 104px; width: 174px; height: 174px; }
  .sticky-note-paper p { font-size: 13px; }
  .hero-banker-lamp { right: 1%; top: 104px; transform-origin: top right; }
  .hero-terminal { right: 2%; bottom: 38px; width: 270px; min-height: 222px; }
  .terminal-body p, .terminal-body strong { font-size: 11px; }
  .portfolio-assistant { left: 3%; bottom: 50px; }
  .hero-folder { left: 43%; bottom: 28px; }
}

@media (max-width: 700px) {
  .hero-only-page .reference-hero.hero-only-section {
    min-height: 1180px;
    padding-inline: 12px;
  }

  .hero-content {
    position: absolute;
    left: 0;
    top: 350px;
    padding: 0 12px;
  }

  .hero-headline {
    max-width: 100%;
    font-size: clamp(38px, 10.2vw, 48px);
    line-height: 1.08;
  }

  .hero-headline > span { display: inline; }
  .hero-headline > span:not(:last-child)::after { content: " "; }
  .hero-sticky-note { left: 35%; top: 115px; width: 142px; height: 142px; }
  .sticky-note-paper { padding: 30px 15px 17px 28px; }
  .sticky-note-paper p { font-size: 10px; }
  .sticky-tape { width: 54px; height: 20px; }

  .hero-banker-lamp {
    right: -15px;
    top: 112px;
    width: 132px;
    height: 132px;
    transform: translate3d(var(--drag-x), var(--drag-y), 0) scale(0.82);
    transform-origin: top right;
  }

  .portfolio-assistant { left: 12px; bottom: 194px; width: 220px; }
  .portfolio-assistant-trigger { min-height: 51px; padding: 9px 10px; gap: 7px; }
  .assistant-title { flex-basis: 78px; min-width: 78px; }
  .assistant-icons { gap: 5px; }
  .assistant-icons a > span { width: 25px; height: 25px; }
  .assistant-icons img { width: 15px; height: 15px; }

  .hero-folder { left: 34%; bottom: 58px; }
  .folder-tool-card { width: 34px; height: 34px; }
  .folder-tool-card img { width: 19px; height: 19px; }
  .folder-tool-card:nth-child(1) { --fan-x: -72px; }
  .folder-tool-card:nth-child(2) { --fan-x: -42px; }
  .folder-tool-card:nth-child(4) { --fan-x: 42px; }
  .folder-tool-card:nth-child(5) { --fan-x: 72px; }

  .hero-terminal {
    right: 12px;
    bottom: 258px;
    width: 240px;
    min-height: 208px;
  }

  .terminal-bar { height: 36px; padding-inline: 13px; }
  .terminal-body { padding: 13px; }
  .terminal-body p, .terminal-body strong { font-size: 9px; }
  .move-object-hint { left: auto; right: 18px; bottom: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-object,
  .folder-visual,
  .folder-tool-card,
  .sticky-note-paper,
  .banker-lamp-art,
  .assistant-icons a {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* Monochrome experiment disabled.
[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111111;
  --ink: #f7f7f7;
  --muted: #b8b8b8;
  --soft: #242424;
  --line: #3c3c3c;
  --red: #f7f7f7;
  --blue: #dedede;
  --sky: #292929;
  --pink: #3d3d3d;
  --yellow: #303030;
  --green: #353535;
  --marimba-paper: #111111;
  --marimba-ink: #f7f7f7;
  --marimba-soft-blue: #242424;
  --marimba-lilac: #3a3a3a;
  --marimba-coral: #d8d8d8;
  --hero-grid-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.09) calc(100% - 1px));
}

body,
main,
.reference-header,
.reference-hero,
.horizontal-words,
.tuhina-gallery-section,
.project-action-section,
.services-roll-section,
.behind-pixels-section,
.enric-footer,
.enric-footer-card {
  background-color: var(--marimba-paper) !important;
  color: var(--marimba-ink) !important;
}

body,
.reference-header,
.reference-hero,
.horizontal-words,
.tuhina-gallery-section,
.project-action-section,
.services-roll-section,
.behind-pixels-section {
  background-image: var(--hero-grid-image) !important;
  background-position: var(--hero-grid-position) !important;
  background-size: var(--hero-grid-size) !important;
}

.reference-brand-logo,
.sticker-shape .shape-img,
.shape-astrix-texture,
.hero-title-img,
.hero-title-img img,
.services-roll-preview-panel img,
.behind-pixels-card img,
.tuhina-gallery-card img,
.action-card-media img,
.assistant-icons img,
.horizontal-words__sticker-svg,
.portfolio-loader img {
  filter: grayscale(1) !important;
}

.sticker-shape .shape-img {
  filter: grayscale(1) drop-shadow(0 10px 14px rgba(0, 0, 0, 0.14)) !important;
}

.sticker-shape.is-dragging .shape-img {
  filter: grayscale(1) drop-shadow(0 20px 24px rgba(0, 0, 0, 0.24)) !important;
}

.reference-nav-link,
.hero-headline,
.hero-tag,
.horizontal-words,
.display.horizontal-words__h2,
.horizontal-words__bottom-text-l,
.services-roll-kicker,
.services-roll-row,
.services-roll-row.is-active,
.services-roll-row:focus-visible,
.project-action-header h2,
.action-card,
.behind-pixels-copy h2,
.behind-pixels-copy p {
  color: var(--marimba-ink) !important;
}

.reference-nav-link::after {
  background: currentColor !important;
}

.services-roll-section.is-previewing .services-roll-row:not(.is-active) {
  color: color-mix(in srgb, var(--marimba-ink) 32%, transparent) !important;
}

.sticky-note-paper {
  background: #e7e7e7 !important;
  color: #111111 !important;
}

.sticky-note-paper::before {
  background: rgba(150, 150, 150, 0.72) !important;
}

.folder-back,
.folder-front {
  background: #555555 !important;
}

.folder-back::before {
  background: #666666 !important;
}

.folder-paper {
  background: #f7f7f7 !important;
}

.folder-front {
  color: #ffffff !important;
}

.lamp-shade {
  border-color: #4b4b4b !important;
  background: linear-gradient(150deg, #bdbdbd 0%, #5a5a5a 58%, #2e2e2e 100%) !important;
}

.lamp-bulb {
  background: #f4f4f4 !important;
}

.lamp-stem,
.lamp-base {
  border-color: #4a4a4a !important;
  background: linear-gradient(90deg, #555555, #d0d0d0 48%, #444444) !important;
}

.lamp-chain {
  background: repeating-linear-gradient(to bottom, #555555 0 2px, transparent 2px 4px) !important;
}

.lamp-chain span {
  background: #555555 !important;
}

.banker-lamp-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)) !important;
}

.hero-terminal,
.portfolio-assistant-trigger,
.portfolio-assistant-panel,
.assistant-form input {
  border-color: var(--line) !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
}

.terminal-bar,
.assistant-icons > span,
.assistant-suggestion,
.assistant-message--bot {
  background: var(--soft) !important;
  color: var(--ink) !important;
}

.terminal-bar > span:nth-child(1) { background: #333333 !important; }
.terminal-bar > span:nth-child(2) { background: #777777 !important; }
.terminal-bar > span:nth-child(3) { background: #b5b5b5 !important; }

.terminal-bar p,
.terminal-body p,
.terminal-body p span,
.portfolio-assistant-panel header span,
.assistant-empty {
  color: var(--muted) !important;
}

.terminal-body strong,
.portfolio-assistant-trigger,
.portfolio-assistant-panel header p {
  color: var(--ink) !important;
}

.assistant-message--user,
.assistant-form button,
.assistant-close {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.move-object-hint {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.project-action-section {
  --action-paper: var(--marimba-paper);
  --action-ink: var(--marimba-ink);
  --action-muted: var(--muted);
  --action-accent: var(--marimba-ink);
  --action-tag: var(--soft);
}

.action-card {
  border-color: var(--line) !important;
  background: var(--paper) !important;
}

.action-card-shell:first-child .action-card,
.action-card:hover,
.action-card:focus-visible {
  border-color: var(--ink) !important;
}

.action-card-kicker,
.action-card-link,
.action-card-text h3,
.action-card:hover .action-card-kicker,
.action-card:hover .action-card-link,
.action-card:hover h3,
.action-card:focus-visible .action-card-kicker,
.action-card:focus-visible .action-card-link,
.action-card:focus-visible h3 {
  color: var(--ink) !important;
}

.action-card-tags span,
.tuhina-gallery-label {
  border-color: var(--line) !important;
  background: color-mix(in srgb, var(--paper) 94%, transparent) !important;
  color: var(--ink) !important;
}

.tuhina-gallery-card:focus-visible {
  outline-color: var(--ink) !important;
}

.enric-footer {
  --enric-black: var(--ink);
  --enric-muted: var(--muted);
  --enric-soft: #888888;
  --enric-line: var(--line);
  --enric-red: var(--ink);
  background: var(--marimba-paper) !important;
}

.enric-footer-muted-word,
.enric-footer-muted,
.enric-footer-bio p,
.enric-footer-visitor p {
  color: var(--muted) !important;
}

.enric-footer-red,
.enric-footer-visitor strong,
.enric-footer-links a,
.enric-footer-email {
  color: var(--ink) !important;
}

.enric-footer-button {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.enric-footer-bottom {
  border-top: 1px solid var(--line);
  background: var(--marimba-paper) !important;
}

.enric-footer-shapes span {
  background: var(--ink) !important;
}

.enric-footer-bottom p {
  color: var(--ink) !important;
}

.portfolio-loader {
  --loader-screen-alpha: 1;
  --loader-logo-invert: 0;
  --loader-stroke: #111111;
}

[data-theme="dark"] .portfolio-loader {
  --loader-logo-invert: 1;
  --loader-stroke: #ffffff;
}

[data-theme="dark"] .reference-brand-logo,
[data-theme="dark"] .portfolio-loader img {
  filter: grayscale(1) invert(1) !important;
}

[data-theme="dark"] .sticky-note-paper {
  background: #2c2c2c !important;
  color: #f7f7f7 !important;
}

[data-theme="dark"] .folder-paper {
  background: #d8d8d8 !important;
}

[data-theme="dark"] .banker-lamp-glow {
  opacity: 0.82 !important;
}
*/

/* White canvas with the original colored component palette. */
:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #000000;
  --marimba-paper: #ffffff;
  --marimba-ink: #000000;
  --hero-grid-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.075) calc(100% - 1px));
}

/* Homepage About section, adapted from the measured reference layout. */
.home-about-section {
  position: relative;
  z-index: 21;
  display: flex;
  min-height: 750px;
  flex-direction: column;
  gap: clamp(52px, 5.6vw, 72px);
  padding: clamp(64px, 5.6vw, 80px) clamp(28px, 5.6vw, 80px) clamp(92px, 8vw, 120px);
  overflow: clip;
  background: var(--marimba-paper);
  color: var(--ink);
  transition: background-color 280ms ease, color 280ms ease;
}

.home-about-rule {
  width: min(100%, 1440px);
  height: 1px;
  margin: 0 auto;
  background: var(--line);
  opacity: 0.72;
}

.home-about-layout {
  display: grid;
  width: min(100%, 1440px);
  margin: 0 auto;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(48px, 7vw, 108px);
}

.home-about-portrait {
  display: flex;
  min-height: 485px;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  transform: translateY(28px) rotate(0deg) scale(0.96);
  transition:
    opacity 700ms ease 120ms,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
}

.home-about-section.is-visible .home-about-portrait {
  opacity: 1;
  transform: translateY(0) rotate(-2deg) scale(1);
}

.home-about-polaroid {
  width: clamp(330px, 26vw, 470px);
  aspect-ratio: 0.75;
  padding: clamp(15px, 1.25vw, 20px) clamp(15px, 1.25vw, 20px) clamp(58px, 5vw, 78px);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(23, 20, 14, 0.1), 0 1px 4px rgba(23, 20, 14, 0.08);
}

.home-about-photo-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e8e8e8;
}

.home-about-photo-window img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-about-polaroid:hover .home-about-photo-window img {
  transform: scale(1.025);
}

.home-about-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.home-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(16px, 1.4vw, 22px);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-about-eyebrow > span {
  display: block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: var(--accent);
  clip-path: polygon(50% 0, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0 50%, 38% 37%);
}

.home-about-title {
  max-width: 100%;
  margin: 0 0 clamp(42px, 4vw, 58px);
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(42px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-about-title-word {
  display: inline-block;
  white-space: nowrap;
}

.home-about-title-word:not(:last-child)::after {
  content: " ";
  white-space: pre;
}

.home-about-title-letter {
  display: inline-block;
  opacity: 0.08;
  filter: blur(9px);
  transform: translateY(9px);
  transition:
    opacity 520ms ease calc(100ms + var(--letter-index) * 28ms),
    filter 620ms ease calc(100ms + var(--letter-index) * 28ms),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) calc(100ms + var(--letter-index) * 28ms);
}

.home-about-section.is-visible .home-about-title-letter {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.home-about-copy {
  display: grid;
  max-width: 760px;
  gap: clamp(24px, 2.5vw, 34px);
}

.home-about-copy p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

[data-about-reveal]:not([data-about-reveal="portrait"]) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-about-section.is-visible [data-about-reveal="eyebrow"] {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 40ms;
}

.home-about-section.is-visible [data-about-reveal="copy"] {
  opacity: 1;
  transform: translateY(0);
}

.home-about-section.is-visible [data-about-reveal="copy"]:first-child {
  transition-delay: 540ms;
}

.home-about-section.is-visible [data-about-reveal="copy"]:last-child {
  transition-delay: 660ms;
}

.home-about-signature {
  margin: clamp(52px, 5vw, 70px) 0 0;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.home-about-section.is-visible [data-about-reveal="signature"] {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 780ms;
}

[data-theme="dark"] .home-about-section {
  background: var(--marimba-paper);
  color: var(--ink);
}

[data-theme="dark"] .home-about-polaroid {
  background: #f1eee6;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.36), 0 1px 5px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .home-about-eyebrow > span {
  background-color: var(--accent);
}

[data-theme="dark"] .home-about-signature {
  color: var(--accent);
}

/* Enric-inspired highlights wall, adapted to Aami's work. */
.home-wall-section {
  position: relative;
  z-index: 21;
  width: 100%;
  min-height: 690px;
  padding: 72px clamp(28px, 6vw, 92px) 104px;
  overflow: hidden;
  background: transparent;
  color: #111;
}

.home-wall-layout {
  display: grid;
  width: min(1240px, 100%);
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 1fr) minmax(260px, .92fr);
  align-items: start;
  gap: clamp(54px, 6vw, 94px);
  margin: 0 auto;
}

.home-wall-story {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-wall-story p {
  margin: 0;
  color: #111;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-wall-story__marker {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  object-fit: contain;
}

.home-wall-story--education > p {
  max-width: 350px;
  margin-bottom: 22px;
}

.home-wall-story__image {
  position: relative;
  margin: 0;
  overflow: visible;
  border-radius: 8px;
}

.home-wall-story__image > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.16, 1, .3, 1);
}

.home-wall-story__image:hover > img:first-child {
  transform: scale(1.018);
}

.home-wall-story__image--portrait {
  width: min(350px, 100%);
  aspect-ratio: 1 / 1.14;
  overflow: hidden;
}

.home-wall-story__image--portrait > img {
  object-position: center;
}

.home-wall-story__figma {
  position: absolute;
  right: -4px;
  bottom: -22px;
  z-index: 2;
  width: 62px;
  height: 62px;
  object-fit: contain;
  transform: rotate(8deg);
}

.home-wall-story--project {
  padding-top: 108px;
}

.home-wall-story__image--project {
  width: min(350px, 100%);
  aspect-ratio: 1.35 / 1;
  overflow: visible;
}

.home-wall-story__image--project > img:first-child {
  overflow: hidden;
  object-position: center;
}

.home-wall-story__star {
  position: absolute;
  top: -34px;
  right: -36px;
  z-index: 2;
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
  transform: rotate(10deg);
}

.home-wall-story--project > p {
  max-width: 390px;
  margin-top: 24px;
}

.home-wall-story__trophy {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 22px;
  opacity: .74;
}

.home-wall-fame {
  padding-top: 144px;
}

.home-wall-fame__title {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
  padding: 7px 12px;
  border: 1px solid rgba(21, 49, 61, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .44);
  color: #111;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.home-wall-fame__title strong {
  font-weight: 500;
}

.home-wall-fame__title img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-wall-fame__stage {
  position: relative;
  width: min(330px, 100%);
  height: 360px;
  margin: 0 auto;
}

.home-wall-label {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 9px;
  color: #101010;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 4px 9px rgba(20, 24, 28, .14);
  transform: rotate(var(--label-rotation));
  transition: transform 220ms ease;
}

.home-wall-label:hover {
  transform: translateY(-3px) rotate(var(--label-rotation));
}

.home-wall-label--ui {
  --label-rotation: 1deg;
  top: 18px;
  left: 112px;
  background: #55d696;
}

.home-wall-label--graphic {
  --label-rotation: 0deg;
  top: 124px;
  right: -4px;
  background: #ffd42a;
}

.home-wall-label--brand {
  --label-rotation: -1deg;
  top: 218px;
  left: 8px;
  background: #f15ac8;
  color: #fff;
}

.home-wall-label::before {
  position: absolute;
  top: -23px;
  left: -18px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid currentColor;
  content: "";
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .15));
  transform: rotate(-36deg);
}

.home-wall-stat {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #050505;
  text-align: center;
}

.home-wall-stat strong {
  font-family: "DM Sans", sans-serif !important;
  font-size: 46px;
  font-weight: 600;
  line-height: .95;
  letter-spacing: 0;
}

.home-wall-stat span {
  margin-top: 8px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.home-wall-stat--experience {
  top: 64px;
  left: 6px;
}

.home-wall-stat--projects {
  right: 14px;
  bottom: 10px;
}

[data-theme="dark"] .home-wall-section,
[data-theme="dark"] .home-wall-story p,
[data-theme="dark"] .home-wall-fame__title,
[data-theme="dark"] .home-wall-stat {
  color: #f3f4f5;
}

[data-theme="dark"] .home-wall-fame__title {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
}

[data-theme="dark"] .home-wall-story__trophy {
  filter: invert(1);
}

@media (max-width: 980px) {
  .home-wall-section {
    padding-top: 56px;
  }

  .home-wall-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 48px;
  }

  .home-wall-fame {
    grid-column: 1 / -1;
    width: min(480px, 100%);
    justify-self: center;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  .home-wall-section {
    padding: 42px 20px 84px;
  }

  .home-wall-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 70px;
  }

  .home-wall-story--project {
    padding-top: 0;
  }

  .home-wall-story__image--portrait,
  .home-wall-story__image--project {
    width: min(350px, 100%);
  }

  .home-wall-story__star {
    right: -14px;
  }

  .home-wall-fame {
    grid-column: auto;
    width: 100%;
  }
}

/* Exact source asset layout for the reference highlights wall. */
.home-wall-section {
  width: 100%;
  max-width: 1750px;
  min-height: 0;
  margin: 0 auto;
  padding: 3vh 10% 7vh;
  overflow: visible;
  color: #0c0c11;
}

.home-wall-layout {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
}

.home-wall-story,
.home-wall-fame {
  position: relative;
  display: flex;
  width: 30%;
  min-width: 300px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  text-align: center;
}

.home-wall-story p {
  align-self: flex-start;
  width: 90%;
  max-width: none;
  margin: 0;
  color: #0c0c11;
  font-family: var(--font-body) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: initial;
}

.home-wall-story p strong {
  font-weight: 500;
}

.home-wall-story__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}

.home-wall-story__image--notes {
  width: 90%;
  aspect-ratio: 860 / 643;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
  object-position: 63% center;
}

.home-wall-story__image--award {
  width: 90%;
  aspect-ratio: 860 / 643;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 42%;
}

.home-wall-story__icon {
  display: block;
  width: 60px;
  height: auto;
  object-fit: contain;
}

.home-wall-fame__title {
  display: flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  margin: 0 0 40px;
  padding: 10px;
  border: 1.5px solid #eee;
  border-radius: 25px;
  background: transparent;
  color: #0c0c11;
  font-family: var(--font-body) !important;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: none;
}

.home-wall-fame__title img {
  display: block;
  width: auto;
  height: 20px;
  object-fit: contain;
}

.home-wall-fame__stage {
  position: relative;
  width: 100%;
  height: auto;
  margin: 84px 0 0;
}

.home-wall-fame__art {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -71px;
}

.home-wall-stat strong {
  font-family: var(--font-body) !important;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-wall-stat span {
  width: 100%;
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.home-wall-stat--experience {
  top: 50%;
  left: 15%;
  width: 100%;
  margin-top: -27px;
  transform: translate(-50%, -50%);
}

.home-wall-stat--projects {
  right: 2%;
  bottom: -21%;
  width: fit-content;
  transform: translate(-50%, -50%);
}

@media (max-width: 1150px) {
  .home-wall-layout {
    justify-content: space-around;
    gap: 25px;
  }

  .home-wall-story,
  .home-wall-fame {
    width: 47%;
    min-width: 200px;
  }

  .home-wall-stat strong {
    font-size: 4vw;
  }
}

@media (max-width: 700px) {
  .home-wall-layout {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .home-wall-story,
  .home-wall-fame {
    width: 100%;
    min-width: 200px;
  }

  .home-wall-story:nth-child(2) {
    flex-direction: column-reverse;
  }

  .home-wall-story p {
    align-self: center;
    width: 90%;
  }

  .home-wall-fame {
    max-width: 400px;
    aspect-ratio: 1 / 1;
  }

  .home-wall-stat--projects {
    right: 2%;
    bottom: 0;
  }

  .home-wall-stat strong {
    font-size: 8vw;
  }

  .home-wall-fame__stage {
    margin-top: 0;
  }

  .home-wall-fame__art,
  .home-wall-stat--experience {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .home-about-section {
    min-height: auto;
    gap: 48px;
    padding: 56px 28px 84px;
  }

  .home-about-layout {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
  }

  .home-about-portrait {
    min-height: 420px;
  }

  .home-about-polaroid {
    width: min(100%, 340px);
  }

  .home-about-title {
    font-size: clamp(38px, 5vw, 48px);
  }
}

@media (max-width: 700px) {
  .home-about-section {
    gap: 48px;
    padding: 24px 24px 64px;
  }

  .home-about-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .home-about-content {
    display: contents;
  }

  .home-about-eyebrow {
    order: 1;
    margin-bottom: 26px;
  }

  .home-about-title {
    order: 2;
    margin-bottom: 42px;
    font-size: clamp(25px, 7.7vw, 32px);
    line-height: 1;
    text-wrap: wrap;
    white-space: nowrap;
  }

  .home-about-portrait {
    order: 3;
    width: 100%;
    min-height: 0;
    margin-bottom: 72px;
  }

  .home-about-polaroid {
    width: min(42vw, 175px);
    padding: 9px 9px 35px;
  }

  .home-about-copy {
    order: 4;
    gap: 20px;
  }

  .home-about-copy p {
    font-size: 16px;
    line-height: 1.35;
  }

  .home-about-signature {
    order: 5;
    margin-top: 34px;
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-about-portrait,
  [data-about-reveal],
  .home-about-title-letter {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .home-about-section.is-visible .home-about-portrait {
    transform: rotate(-2deg);
  }
}

/* My Process: sticky horizontal journey adapted from the measured reference. */
.my-process-section {
  --process-card-width: 360px;
  --process-slot-height: 420px;
  --process-line-y: 210px;
  --process-gap: 56px;
  --process-pad: 300px;
  --process-x: 0px;
  --process-scroll-length: 2000px;
  position: relative;
  z-index: 7;
  height: calc(100svh + var(--process-scroll-length));
  min-height: 1700px;
  overflow: visible;
  background: transparent;
  color: #000000;
  transition: background-color 280ms ease, color 280ms ease;
}

.my-process-rule {
  position: absolute;
  left: clamp(24px, 5.6vw, 80px);
  right: clamp(24px, 5.6vw, 80px);
  top: 0;
  z-index: 6;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
}

.my-process-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: clip;
}

.my-process-header {
  position: absolute;
  left: 50%;
  top: clamp(28px, 5vh, 48px);
  z-index: 5;
  display: flex;
  width: min(1080px, calc(100% - 48px));
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateX(-50%);
}

.my-process-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.68);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.my-process-label span {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: #c9879b;
  clip-path: polygon(50% 0, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0 50%, 38% 37%);
}

.my-process-header h2 {
  max-width: 1000px;
  margin: 0;
  color: #000000;
  font-family: var(--font-heading);
  font-size: clamp(40px, 3.9vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.my-process-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.my-process-viewport {
  position: absolute;
  left: clamp(24px, 5.6vw, 80px);
  right: clamp(24px, 5.6vw, 80px);
  top: clamp(292px, 42vh, 320px);
  height: var(--process-slot-height);
  overflow: visible;
}

.my-process-track {
  position: relative;
  display: flex;
  width: max-content;
  height: var(--process-slot-height);
  gap: var(--process-gap);
  padding-inline: var(--process-pad);
  transform: translate3d(var(--process-x), 0, 0);
  will-change: transform;
}

.my-process-track::before {
  content: "";
  position: absolute;
  left: var(--process-pad);
  right: var(--process-pad);
  top: var(--process-line-y);
  z-index: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.14);
}

.process-card-slot {
  position: relative;
  width: var(--process-card-width);
  height: var(--process-slot-height);
  flex: 0 0 var(--process-card-width);
}

.process-card-slot::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.process-card-slot--top::after {
  top: 45px;
  height: calc(var(--process-line-y) - 45px);
}

.process-card-slot--bottom::after {
  top: var(--process-line-y);
  height: calc(var(--process-slot-height) - var(--process-line-y) - 45px);
}

.process-timeline-dot {
  display: none;
}

.process-step-marker {
  position: absolute;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  min-width: 62px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  background: #fbf4c9;
  color: #000000;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(58, 74, 22, 0.06);
  transform: translateX(-50%);
}

.process-card-slot--top .process-step-marker { top: 0; }
.process-card-slot--bottom .process-step-marker { bottom: 0; }

.process-stage-card {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 310px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  box-shadow:
    0 2px 4px rgba(52, 43, 25, 0.05),
    0 10px 24px rgba(52, 43, 25, 0.09),
    0 24px 44px rgba(52, 43, 25, 0.06);
  opacity: 0;
  transform: translateY(calc(var(--card-y) + 120px)) rotate(var(--card-rotation));
  transition:
    opacity 560ms ease calc(80ms + var(--card-index) * 70ms),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) calc(80ms + var(--card-index) * 70ms),
    box-shadow 260ms ease;
}

.my-process-section.is-ready .process-stage-card {
  opacity: 1;
  transform: translateY(var(--card-y)) rotate(var(--card-rotation));
}

.process-stage-card:hover {
  box-shadow:
    0 3px 6px rgba(52, 43, 25, 0.07),
    0 15px 30px rgba(52, 43, 25, 0.13),
    0 28px 52px rgba(52, 43, 25, 0.09);
}

.process-card-header {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.process-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  background: #f4dfa7;
}

.process-card-icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.process-card-header p {
  margin: 0 0 5px;
  color: #000000;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.process-card-header h3 {
  margin: 0;
  color: #000000;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.process-card-body {
  display: flex;
  min-height: 215px;
  flex-direction: column;
  gap: 14px;
  padding: 24px 24px 26px;
}

.process-card-body strong {
  color: #000000;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.process-card-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

[data-theme="dark"] .my-process-section {
  background: transparent;
  color: #ffffff;
}

[data-theme="dark"] .my-process-rule,
[data-theme="dark"] .my-process-track::before,
[data-theme="dark"] .process-card-slot::after {
  background: rgba(238, 241, 223, 0.15);
}

[data-theme="dark"] .my-process-label,
[data-theme="dark"] .my-process-subtitle {
  color: rgba(238, 241, 223, 0.68);
}

[data-theme="dark"] .my-process-header h2,
[data-theme="dark"] .process-card-header h3,
[data-theme="dark"] .process-card-body strong {
  color: #000000;
}

[data-theme="dark"] .process-stage-card {
  border-color: rgba(0, 0, 0, 0.14);
  background: #ffffff;
  color: #000000;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16), 0 28px 52px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .process-card-header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

[data-theme="dark"] .process-card-icon {
  border-color: rgba(238, 241, 223, 0.14);
  background: #c9b96f;
}

[data-theme="dark"] .process-card-header p,
[data-theme="dark"] .process-card-body p { color: rgba(0, 0, 0, 0.7); }
[data-theme="dark"] .process-step-marker { border-color: rgba(238, 241, 223, 0.2); background: #c9b96f; color: #202817; }
[data-theme="dark"] .process-timeline-dot { border-color: #171a15; background: #d8c982; }

@media (max-width: 900px) {
  .my-process-section {
    --process-card-width: 320px;
    --process-gap: 42px;
  }

  .my-process-header { width: min(760px, calc(100% - 40px)); }
  .my-process-header h2 { font-size: clamp(36px, 6.3vw, 48px); }
  .my-process-viewport { left: 28px; right: 28px; }
  .process-stage-card { height: 318px; }
}

@media (max-width: 700px) {
  .my-process-section {
    --process-card-width: 286px;
    --process-slot-height: 400px;
    --process-line-y: 198px;
    --process-gap: 24px;
    min-height: 1900px;
  }

  .my-process-rule { left: 24px; right: 24px; }
  .my-process-sticky { min-height: 640px; }

  .my-process-header {
    top: 34px;
    width: calc(100% - 40px);
  }

  .my-process-label { margin-bottom: 13px; font-size: 12px; }

  .my-process-header h2 {
    max-width: 350px;
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.08;
  }

  .my-process-subtitle {
    max-width: 340px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
  }

  .my-process-viewport {
    left: 24px;
    right: 24px;
    top: 318px;
  }

  .process-stage-card { height: 294px; }
  .process-card-slot:nth-of-type(odd) { --card-y: 70px !important; }
  .process-card-slot:nth-of-type(even) { --card-y: 4px !important; }
  .process-card-header { min-height: 84px; gap: 13px; padding: 17px 18px; }
  .process-card-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .process-card-icon img { width: 23px; height: 23px; }
  .process-card-header h3 { font-size: 16px; }
  .process-card-body { min-height: 200px; gap: 11px; padding: 19px 19px 22px; }
  .process-card-body strong { font-size: 15px; }
  .process-card-body p { font-size: 13.5px; line-height: 1.45; }
  .process-step-marker { min-width: 54px; min-height: 34px; padding: 6px 14px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .my-process-section {
    height: auto !important;
    min-height: 0;
    padding: 72px 24px;
  }

  .my-process-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .my-process-header { position: relative; left: auto; top: auto; width: min(900px, 100%); margin: 0 auto 54px; transform: none; }
  .my-process-viewport { position: relative; inset: auto; width: 100%; height: auto; overflow: visible; }
  .my-process-track { display: grid; width: min(1120px, 100%); height: auto; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; transform: none !important; }
  .my-process-track::before, .process-card-slot::after, .process-timeline-dot, .process-step-marker { display: none; }
  .process-card-slot { width: auto; height: 310px; }
  .process-stage-card, .my-process-section.is-ready .process-stage-card { position: relative; height: 100%; opacity: 1; transform: none; transition: none; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .my-process-track { grid-template-columns: 1fr; }
}

/* Latest layout and accent refinements. */
.hero-headline {
  max-width: 900px;
  font-size: clamp(30px, 3.15vw, 45px) !important;
  line-height: 1.08;
}

.sticky-note-paper {
  background: #fdf8e7 !important;
}

.action-card {
  border-color: #000000 !important;
}

.action-card:hover,
.action-card:focus-visible {
  border-color: var(--accent) !important;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.06),
    0 14px 30px rgba(138, 202, 234, 0.22) !important;
}

.action-card:hover .action-card-kicker,
.action-card:hover .action-card-link,
.action-card:hover h3,
.action-card:focus-visible .action-card-kicker,
.action-card:focus-visible .action-card-link,
.action-card:focus-visible h3 {
  color: var(--accent) !important;
}

.action-card:hover .action-card-tags span,
.action-card:focus-visible .action-card-tags span {
  border-color: rgba(138, 202, 234, 0.44) !important;
  background: var(--accent-soft) !important;
}

.my-process-label span,
.process-card-icon,
.process-step-marker {
  background: var(--accent) !important;
}

.process-card-icon,
.process-step-marker {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

[data-theme="dark"] .process-card-icon,
[data-theme="dark"] .process-step-marker {
  background: var(--accent) !important;
  color: #000000 !important;
}

.about-page-hero {
  min-height: 650px;
  padding-block: 96px 36px;
}

.about-composition {
  width: min(1020px, 142vw);
  height: 469px;
  transform: scale(0.7);
  transform-origin: center top;
}

.about-profile-card__portrait::before {
  display: none;
}

.about-profile-card__portrait img[src*="about-aami-cutout"] {
  inset: 12px 8px 0;
  width: calc(100% - 16px);
  height: calc(100% - 12px);
  object-fit: contain;
  object-position: center bottom;
  clip-path: none;
  filter: none;
  transform: none;
}

.about-profile-card:hover .about-profile-card__portrait img[src*="about-aami-cutout"] {
  filter: none;
  transform: translateY(-4px) scale(1.02);
}

@media (max-width: 980px) {
  .about-page-hero {
    min-height: 610px;
  }

  .about-composition {
    width: min(780px, 142vw);
    height: 448px;
  }
}

@media (max-width: 700px) {
  .hero-headline {
    font-size: clamp(27px, 7.2vw, 34px) !important;
  }

  .about-composition {
    transform: none;
    width: 100%;
    height: auto;
  }
}

/* Three-line editorial hero composition. */
.hero-only-page .hero-content {
  width: min(100%, 1240px);
  max-width: 1240px;
}

.hero-only-page .hero-headline {
  width: 100%;
  max-width: 1180px;
  font-size: clamp(40.8px, 4.165vw, 62.9px) !important;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: nowrap;
}

.hero-only-page .hero-headline__line {
  display: block;
  white-space: nowrap;
}

.hero-only-page .hero-title-img,
.hero-only-page .hero-title-img.is-grown {
  width: 1.12em;
  min-width: 0;
  height: 0.74em;
  min-height: 0;
  margin: 0 0.11em 0.02em;
  border-radius: 999px;
  vertical-align: -0.08em;
}

.hero-only-page .hero-title-img:hover,
.hero-only-page .hero-title-img:focus-visible {
  width: 1.7em !important;
}

/* Interactive particle signature, adapted to Aami's own mark. */
.hero-logo-particles {
  position: absolute;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

.about-logo-particles {
  z-index: 1;
}

.about-page-hero .about-intro-layout {
  position: relative;
  z-index: 2;
}

.hero-logo-particles__canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-action: pan-y;
}

.hero-logo-particles.is-loading {
  opacity: 0;
}

.hero-logo-particles.is-ready {
  opacity: 1;
  transition: opacity 420ms ease;
}

[data-theme="dark"] .hero-logo-particles {
  opacity: 0.92;
}

@media (max-width: 820px) {
  .hero-only-page .hero-headline {
    max-width: min(680px, calc(100vw - 32px));
    font-size: clamp(29.75px, 6.12vw, 40.8px) !important;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 620px) {
  .hero-only-page .hero-headline {
    max-width: calc(100vw - 32px);
    font-size: clamp(26.35px, 7.905vw, 35.7px) !important;
    line-height: 1.08;
    text-wrap: balance;
  }

  .hero-only-page .hero-headline__line {
    display: inline;
    white-space: normal;
  }

  .hero-only-page .hero-headline__line:not(:last-child)::after {
    content: " ";
  }

  .hero-only-page .hero-title-img,
  .hero-only-page .hero-title-img.is-grown {
    width: 1.08em;
    height: 0.72em;
  }
}

/* Footer inspired by the live Sanjay Menon word-cycle layout. */
.aami-footer {
  --footer-bg: transparent;
  --footer-ink: #000000;
  --footer-muted: #626262;
  --footer-line: rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 8;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--footer-line);
  background: var(--footer-bg);
  color: var(--footer-ink);
}

.aami-footer__inner {
  width: min(100%, 1264px);
  margin: 0 auto;
  padding: 72px 72px 38px;
}

.aami-footer__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  color: var(--footer-ink);
  font-family: var(--font-heading) !important;
  font-size: clamp(3.25rem, 5.85vw, 4.65rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: left;
}

.aami-footer__heading-top {
  display: flex;
  align-items: baseline;
  height: 1.18em;
  gap: 0.14em;
  white-space: nowrap;
}

.aami-footer__heading-bottom {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.aami-footer__word-window {
  position: relative;
  display: inline-grid;
  width: 3.35em;
  height: 1.14em;
  overflow: hidden;
  vertical-align: -0.18em;
}

.aami-footer__word {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: var(--accent);
  font-family: "Caveat", "Segoe Print", "Bradley Hand", cursive !important;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0;
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}

.aami-footer__word--design {
  animation: aami-footer-design 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.aami-footer__word--build {
  animation: aami-footer-build 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

.aami-footer__word--create {
  animation: aami-footer-create 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}

@keyframes aami-footer-design {
  0%, 16.666% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
  33.333%, 83.333% { opacity: 0; filter: blur(5px); transform: translateY(-48%) scale(1.03); }
  83.334% { opacity: 0; filter: blur(5px); transform: translateY(48%) scale(1.03); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes aami-footer-build {
  0%, 16.666% { opacity: 0; filter: blur(5px); transform: translateY(48%) scale(1.03); }
  33.333%, 50% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
  66.666%, 100% { opacity: 0; filter: blur(5px); transform: translateY(-48%) scale(1.03); }
}

@keyframes aami-footer-create {
  0%, 50% { opacity: 0; filter: blur(5px); transform: translateY(48%) scale(1.03); }
  66.666%, 83.333% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
  100% { opacity: 0; filter: blur(5px); transform: translateY(-48%) scale(1.03); }
}

.aami-footer__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  margin-top: 62px;
}

.aami-footer__contact-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.aami-footer__label {
  margin: 0;
  color: var(--footer-muted);
  font-family: var(--font-body) !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.aami-footer__email,
.aami-footer__socials a {
  position: relative;
  color: var(--footer-ink);
  font-family: var(--font-body) !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.aami-footer__email {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.aami-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.aami-footer__email::after,
.aami-footer__socials a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.28s ease;
}

.aami-footer__email:hover::after,
.aami-footer__email:focus-visible::after,
.aami-footer__socials a:hover::after,
.aami-footer__socials a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.aami-footer__divider {
  width: 100%;
  height: 1px;
  margin-top: 46px;
  background: var(--footer-line);
}

.aami-footer__copyright {
  margin: 24px 0 0;
  color: var(--footer-muted);
  font-family: var(--font-body) !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

[data-theme="dark"] .aami-footer {
  --footer-bg: transparent;
  --footer-ink: #000000;
  --footer-muted: #626262;
  --footer-line: rgba(0, 0, 0, 0.16);
  background: transparent;
  color: #000000;
}

[data-theme="dark"] .aami-footer__heading,
[data-theme="dark"] .aami-footer__email,
[data-theme="dark"] .aami-footer__socials a {
  color: var(--footer-ink);
}

@media (max-width: 768px) {
  .aami-footer__inner {
    padding: 64px 24px 30px;
  }

  .aami-footer__heading {
    max-width: 100%;
    font-size: clamp(2.6rem, 11.8vw, 3.5rem);
    line-height: 1;
  }

  .aami-footer__heading-top {
    height: 1.2em;
  }

  .aami-footer__heading-bottom {
    max-width: 7.8em;
    white-space: normal;
  }

  .aami-footer__word-window {
    width: 3.18em;
  }

  .aami-footer__contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 48px;
  }

  .aami-footer__divider {
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aami-footer__word {
    animation: none !important;
    filter: none;
    transform: none;
  }

  .aami-footer__word--design { opacity: 1; }
  .aami-footer__word--build,
  .aami-footer__word--create { opacity: 0; }

  .aami-footer__email::after,
  .aami-footer__socials a::after {
    transition: none;
  }
}

/* Dedicated Works page: editorial showcase adapted from the measured Enric Works layout. */
body.works-page {
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
}

.works-page-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 140px 40px 72px;
}

.works-page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.works-page-label {
  margin: 0 0 22px;
  color: #000000;
  font-size: 0.89rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.works-page-hero h1 {
  max-width: 1020px;
  margin: 0;
  color: #000000;
  font-family: var(--font-heading) !important;
  font-size: clamp(2.88rem, 5.7073vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: center;
}

.works-toolbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
  margin-top: 58px;
}

.works-filters {
  display: flex;
  align-items: center;
  gap: 0;
}

.works-filter,
.works-view-button {
  border: 0;
  background: transparent;
  color: #000000;
}

.works-filter {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 1.01rem;
  font-weight: 500;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.works-filter:hover {
  background: #f1f1f1;
  transform: translateY(-1px);
}

.works-filter.is-active {
  background: #000000;
  color: #ffffff;
}

.works-filter:focus-visible,
.works-view-button:focus-visible,
.works-showcase a:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

.works-view-controls {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.works-view-controls.is-hidden { visibility: hidden; }

.works-view-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 10px;
  border-radius: 10px;
  transition: color 180ms ease, background-color 180ms ease;
}

.works-view-button:hover { background: #f1f1f1; }
.works-view-button.is-active { background: #000000; color: #ffffff; }

.works-grid-icon {
  display: grid;
  width: 13px;
  height: 13px;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.works-grid-icon i { border-radius: 1px; background: currentColor; }

.works-list-icon {
  display: grid;
  width: 14px;
  gap: 3px;
}

.works-list-icon i { height: 2px; border-radius: 2px; background: currentColor; }

.works-count {
  width: 100%;
  margin: 8px 0 0;
  color: #727272;
  font-size: 0.78rem;
  text-align: left;
}

.works-showcase { margin-top: 40px; }

.works-featured {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 24px;
  background: #ffffff;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.works-featured:hover {
  border-color: #000000;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.works-featured-link {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 24px;
  padding: 24px;
}

.works-featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.works-featured-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}

.works-featured-heading h2,
.works-project-card h2 {
  margin: 0;
  color: #000000;
  font-family: var(--font-heading) !important;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.works-featured-heading h2 { font-size: 2rem; }

.works-featured-heading > span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  color: #555555;
  font-size: 0.72rem;
  font-weight: 500;
}

.works-featured-description {
  max-width: 62ch;
  margin: 18px 0 0;
  color: #373737;
  font-size: 0.94rem;
  line-height: 1.55;
}

.works-featured-description--secondary {
  color: #626262;
  font-size: 0.86rem;
}

.works-featured-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: auto 0 0;
  padding-top: 28px;
}

.works-featured-meta div { min-width: 0; }
.works-featured-meta dt {
  margin-bottom: 6px;
  color: #777777;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.works-featured-meta dd {
  margin: 0;
  color: #111111;
  font-size: 0.84rem;
  line-height: 1.4;
}

.works-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.works-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #383838;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.works-project-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.works-project-action b {
  font-size: 0.96rem;
  font-weight: 500;
  transition: transform 180ms ease;
}

.works-featured-visual {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f2f2;
}

.works-featured-visual img {
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.works-featured-visual figcaption {
  padding: 13px 16px;
  color: #555555;
  font-size: 0.72rem;
  line-height: 1.35;
}

.works-featured:hover .works-featured-visual img { transform: scale(1.035); }
.works-featured:hover .works-featured-heading h2,
.works-project-card:hover h2 { transform: translateX(4px); }
.works-featured:hover .works-project-action b,
.works-project-card:hover .works-project-action b { transform: translate(2px, -2px); }

.works-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.works-project-card {
  min-width: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.works-project-card.is-filtered-out,
.works-featured.is-filtered-out { display: none; }

.works-project-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 22px;
}

.works-project-card figure {
  position: relative;
  aspect-ratio: 1.48 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f2;
}

.works-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.works-project-card:hover img { transform: scale(1.045); }

.works-project-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.works-project-card h2 { font-size: 1.5rem; }

.works-project-card p {
  margin: 10px 0 0;
  color: #585858;
  font-size: 0.85rem;
  line-height: 1.5;
}

.works-project-card .works-tags { margin-top: 16px; }
.works-project-card .works-project-action { margin-top: auto; padding-top: 18px; }

.works-project-grid.is-list {
  grid-template-columns: 1fr;
  gap: 0;
}

.works-project-grid.is-list .works-project-card {
  border-top: 1px solid #d9d9d9;
}

.works-project-grid.is-list .works-project-card:last-child { border-bottom: 1px solid #d9d9d9; }

.works-project-grid.is-list .works-project-card > a {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 40px;
  padding: 24px 0;
}

.works-project-grid.is-list .works-project-card figure {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.works-project-grid.is-list .works-project-action { margin-top: 20px; }

.works-graphics-gallery {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.works-graphics-gallery.is-visible { display: grid; }

.works-graphics-poster {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #111115;
}

.works-graphics-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .works-page-main { padding: 118px 28px 60px; }
  .works-featured-link { grid-template-columns: 1fr; }
  .works-featured-visual { min-height: 360px; }
  .works-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .works-graphics-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .works-page-main { padding: 96px 16px 48px; }
  .works-page-label { margin-bottom: 14px; }
  .works-page-hero h1 { font-size: clamp(2.4rem, 12.48vw, 3.24rem); line-height: 1.08; }
  .works-toolbar { align-items: flex-end; margin-top: 41px; }
  .works-filters {
    width: calc(100vw - 88px);
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .works-filters::-webkit-scrollbar { display: none; }
  .works-filter { flex: 0 0 auto; }
  .works-view-controls { flex: 0 0 auto; }
  .works-count { margin-top: 6px; }
  .works-showcase { margin-top: 28px; }
  .works-featured { border-radius: 18px; }
  .works-featured-link { gap: 22px; padding: 16px; }
  .works-featured-heading { align-items: flex-start; justify-content: space-between; gap: 10px; }
  .works-featured-heading h2 { font-size: 1.7rem; }
  .works-featured-description { font-size: 0.9rem; }
  .works-featured-description--secondary { display: none; }
  .works-featured-meta { grid-template-columns: 1fr; gap: 12px; padding-top: 22px; }
  .works-featured-visual { min-height: 270px; border-radius: 12px; }
  .works-project-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .works-graphics-gallery { grid-template-columns: 1fr; gap: 12px; }
  .works-project-card figure { aspect-ratio: 1.35 / 1; }
  .works-project-grid.is-list .works-project-card > a { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .works-filter,
  .works-view-button,
  .works-featured,
  .works-featured-visual img,
  .works-project-card img,
  .works-project-card h2,
  .works-featured-heading h2,
  .works-project-action b { transition: none !important; }
}

/* Shared white checkbox grid, measured from the Teak reference background. */
:root {
  --teak-grid-line: #f0f2ef;
  --teak-grid-size: 42px;
  --teak-grid-image:
    linear-gradient(to right, var(--teak-grid-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--teak-grid-line) 1px, transparent 1px);
  --teak-grid-position: 2px 3.5px;
}

body,
body.works-page,
.resume-page,
.contact-page,
.about-page {
  background-color: #ffffff !important;
  background-image: none !important;
}

.works-page-main,
.resume-page-main,
.contact-page-main,
.about-page-main,
.reference-hero,
.horizontal-words,
.tuhina-gallery-section,
.project-action-section,
.services-roll-section,
.behind-pixels-section,
.aami-footer,
.aami-footer__inner,
.contact-page-footer {
  background-color: transparent !important;
  background-image: none !important;
}

/* Dark mode keeps its existing dark surface instead of forcing a bright grid. */
html[data-theme="dark"] body,
html[data-theme="dark"] body.works-page,
html[data-theme="dark"] .resume-page,
html[data-theme="dark"] .contact-page,
html[data-theme="dark"] .about-page {
  background-color: #171717 !important;
  background-image: none !important;
}

/* Pego-inspired typography system: Google Sans, quiet weights and compact tracking. */
:root {
  --font-accent: "Google Sans", "Inter Display", Inter, sans-serif;
  --type-display-tracking: -0.03em;
  --type-label-tracking: -0.02em;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-body) !important;
  font-kerning: normal;
  font-optical-sizing: auto;
}

.site-navbar__link,
.reference-nav-link {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hero-only-page .hero-headline {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  word-spacing: 0;
}

.hero-headline__accent {
  display: inline-block;
  margin-inline: 0.015em 0.025em;
  font-family: var(--font-accent) !important;
  font-size: 1.18em;
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.045em;
  vertical-align: -0.015em;
}

.home-about-title,
.project-action-header h2,
.my-process-header h2,
.works-page-hero h1,
.contact-form-card h1,
.resume-intro h1,
.about-profile-card__header h1,
.behind-pixels-copy h2,
.aami-footer__heading {
  color: #1e1e1e;
  font-family: var(--font-heading) !important;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: var(--type-display-tracking) !important;
}

.home-about-copy p,
.my-process-subtitle,
.resume-deck,
.works-featured-description,
.works-card-copy p,
.contact-detail-item a,
.contact-detail-item address,
.contact-detail-item div > span {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.hero-tag .pill-button,
.home-about-eyebrow,
.my-process-label,
.services-roll-kicker,
.works-page-label,
.resume-kicker,
.resume-sheet__eyebrow,
.resume-block__label,
.contact-section-label,
.action-card-kicker,
.aami-footer__label {
  font-family: var(--font-body) !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: var(--type-label-tracking) !important;
  text-transform: none;
}

@media (max-width: 820px) {
  .hero-only-page .hero-headline {
    line-height: 1.12;
    letter-spacing: -0.02em;
    word-spacing: 0;
  }
}

@media (max-width: 620px) {
  .hero-headline__accent {
    font-size: 1.12em;
  }
}

/* Muhid-inspired selected interfaces gallery. The former Tuhina gallery is retired. */
#tuhina-gallery {
  display: none !important;
}

.selected-interfaces {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 44px 0 192px;
  background: #ffffff;
}

.selected-interfaces__inner {
  width: 100%;
}

.selected-interfaces__eyebrow {
  width: min(1027px, calc(100% - 48px));
  margin: 0 auto 28px;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.selected-interfaces__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.selected-interfaces__viewport {
  width: 100%;
  overflow: hidden;
}

.selected-interfaces__track {
  display: flex;
  width: max-content;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

.selected-interfaces__track--left {
  animation: selected-interfaces-left 42s linear infinite;
}

.selected-interfaces__track--right {
  animation: selected-interfaces-right 48s linear infinite;
}

.selected-interfaces__track:hover {
  animation-play-state: paused;
}

.selected-interfaces__track li {
  flex: 0 0 auto;
  height: clamp(259px, calc((100vh - 110px) / 2.28), 449px);
  width: auto;
  aspect-ratio: 7 / 6;
}

.selected-interface-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f4f4;
  cursor: grab;
  user-select: none;
}

.selected-interface-card:active {
  cursor: grabbing;
}

.selected-interface-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.selected-interface-card--wide img,
.selected-interface-card--landscape img {
  width: calc(100% - 28px);
  height: auto;
}

.selected-interface-card--portrait img {
  width: auto;
  height: calc(100% - 24px);
}

.selected-interface-card--tall img {
  width: auto;
  height: calc(100% - 20px);
}

.selected-interface-card:hover img {
  filter: saturate(1.04);
}

.selected-interface-card__badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.selected-interface-card:hover img {
  transform-origin: center;
}

.selected-interface-card:hover img {
  transform: translate(-50%, -50%) scale(1.04);
}

/* Keep this selector for older markup during cache refresh. */
.selected-interfaces__track > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes selected-interfaces-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 10px)); }
}

@keyframes selected-interfaces-right {
  from { transform: translateX(calc(-50% - 10px)); }
  to { transform: translateX(0); }
}

@media (max-width: 700px) {
  .selected-interfaces {
    padding: 44px 0 96px;
  }

  .selected-interfaces__eyebrow {
    width: calc(100% - 32px);
    margin-bottom: 20px;
    font-size: 15px;
  }

  .selected-interfaces__rows {
    gap: 10px;
  }

  .selected-interfaces__track {
    gap: 10px;
  }

  .selected-interfaces__track li {
    width: 310px;
    height: 266px;
  }

  .selected-interface-card { border-radius: 22px; }
}

/* Sanjay-inspired identity nav, adapted to Aami's logo and existing links. */
.site-navbar__pill {
  min-height: 56px;
  justify-content: flex-start;
  gap: 16px;
  padding: 12px 24px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow:
    0 0.6px 2px -1.4px rgba(0, 0, 0, 0.16),
    0 2.3px 7.8px -2.8px rgba(0, 0, 0, 0.14),
    0 10px 34px -4.25px rgba(0, 0, 0, 0.03);
}

.site-navbar__brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 88px;
  height: 32px;
  flex: 0 0 88px;
  align-items: center;
  justify-content: flex-start;
  margin-right: 48px;
  border-radius: 8px;
}

.site-navbar__brand img {
  display: block;
  width: 82px;
  height: 32px;
  object-fit: contain;
}

.site-navbar__brand:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.site-navbar__link {
  min-height: 32px;
  padding: 0;
  border-radius: 0;
  color: #242424;
  font-size: 16px;
  font-weight: 600;
}

.site-navbar__link:hover,
.site-navbar__link:focus-visible {
  background: transparent;
  transform: none;
}

.site-navbar__indicator {
  bottom: 8px;
  height: 1.5px;
}

/* Sreedev-inspired Ask AI launcher, adapted to Aami's portfolio identity. */
.hero-ask-ai {
  position: relative;
  z-index: 12;
  display: flex;
  width: 312px;
  max-width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: clamp(28px, 4vh, 42px) auto 0;
  padding: 8px;
  border: 1px solid rgba(12, 12, 17, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 16px 40px rgba(12, 12, 17, 0.1), inset 0 1px rgba(255, 255, 255, 0.95);
  pointer-events: auto;
}

.hero-ask-ai__copy {
  min-width: 116px;
  flex: none;
  text-align: left;
}

.hero-ask-ai__copy p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #0c0c11;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.2px;
}

.hero-ask-ai__copy p img {
  width: 11px;
  height: 11px;
}

.hero-ask-ai__copy strong { font-weight: 600; }

.hero-ask-ai__copy > span {
  display: block;
  margin-top: 6px;
  padding-left: 17px;
  color: #9a9aa2;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-ask-ai__divider {
  width: 1px;
  height: 30px;
  flex: 0 0 1px;
  background: rgba(12, 12, 17, 0.1);
}

.hero-ask-ai__services {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-ask-ai__service {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid rgba(12, 12, 17, 0.08);
  border-radius: 50%;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75);
  pointer-events: auto;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-ask-ai__service img {
  width: 18px;
  height: 18px;
}

.hero-ask-ai__service:hover,
.hero-ask-ai__service:focus-visible {
  border-color: rgba(12, 12, 17, 0.2);
  outline: none;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 7px 14px rgba(12, 12, 17, 0.11), inset 0 1px rgba(255, 255, 255, 0.9);
}

.hero-ask-ai__service--chatgpt { background: #f4f4f3; }
.hero-ask-ai__service--claude { background: #fff1eb; }
.hero-ask-ai__service--gemini { background: #eef4ff; }

.hero-ask-ai__service--claude img {
  filter: invert(55%) sepia(33%) saturate(1055%) hue-rotate(327deg) brightness(94%) contrast(84%);
}

@media (max-width: 760px) {
  .site-navbar__pill {
    gap: 10px;
    padding: 8px 12px 8px 8px;
  }

  .site-navbar__brand {
    width: 62px;
    height: 30px;
    flex-basis: 62px;
    margin-right: 6px;
  }

  .site-navbar__brand img {
    width: 60px;
    height: 28px;
  }

  .site-navbar__link {
    min-height: 32px;
    padding: 0 3px;
    font-size: clamp(0.68rem, 2.7vw, 0.78rem);
  }

  .site-navbar__indicator { bottom: 5px; }
}

@media (max-width: 500px) {
  .site-navbar__brand {
    width: 46px;
    flex-basis: 46px;
    margin-right: 0;
  }

  .site-navbar__brand img { width: 44px; }

  .hero-ask-ai {
    width: min(312px, calc(100vw - 32px));
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ask-ai__service { transition: none; }
}

/* Restored: fine gradient contours with autonomous wave and pointer response. */
.gradient-flow-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 20%, rgba(225, 217, 250, 0.14), transparent 34%),
    radial-gradient(circle at 20% 78%, rgba(201, 237, 246, 0.16), transparent 36%),
    #ffffff;
  opacity: 0.94;
}

.hero-only-page > main,
.hero-only-page > footer {
  position: relative;
  z-index: 1;
}

.hero-only-page .reference-hero,
.hero-only-page .hero-content {
  background: transparent !important;
}

.selected-interfaces {
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .gradient-flow-bg {
    opacity: 0.76;
  }
}

/* July 2026 visual polish: aligned nav, accessible theme control, and Sara-inspired desk stickers. */
.site-navbar__pill {
  gap: 18px;
  padding-right: 20px;
}

.site-navbar__brand {
  width: 64px;
  flex-basis: 64px;
  margin-right: 30px;
}

.site-navbar__brand img {
  width: 62px;
  object-position: left center;
}

.hero-theme-toggle {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 40;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 5px 11px 5px 6px;
  border: 1px solid rgba(20, 22, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #23242a;
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: 0 8px 24px rgba(24, 28, 38, 0.08);
  cursor: pointer;
}

.hero-theme-toggle__track {
  position: relative;
  display: block;
  width: 34px;
  height: 22px;
  border-radius: 999px;
  background: #e7e9ee;
  box-shadow: inset 0 0 0 1px rgba(20, 22, 28, 0.08);
  transition: background 220ms ease;
}

.hero-theme-toggle__track span {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(20, 22, 28, 0.22);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-theme-toggle__label {
  min-width: 28px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.hero-theme-toggle:hover,
.hero-theme-toggle:focus-visible {
  border-color: rgba(20, 22, 28, 0.24);
  outline: none;
  box-shadow: 0 10px 28px rgba(24, 28, 38, 0.13);
}

[data-theme="dark"] .hero-theme-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(29, 31, 39, 0.72);
  color: #f7f7f8;
}

[data-theme="dark"] .hero-theme-toggle__track { background: #7c69d8; }
[data-theme="dark"] .hero-theme-toggle__track span { transform: translateX(12px); }

[data-theme="dark"] .gradient-flow-bg {
  background:
    radial-gradient(circle at 72% 20%, rgba(126, 105, 216, 0.14), transparent 34%),
    radial-gradient(circle at 20% 78%, rgba(81, 168, 184, 0.12), transparent 36%),
    #15161b;
}

[data-theme="dark"] .hero-only-page .hero-headline,
[data-theme="dark"] .hero-only-page .hero-content { color: #f5f5f6; }

[data-theme="dark"] .site-navbar__pill {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(27, 28, 34, 0.7);
}

[data-theme="dark"] .site-navbar__link { color: #f3f3f4; }

[data-theme="dark"] .my-process-header h2 { color: #f5f5f6; }
[data-theme="dark"] .my-process-label,
[data-theme="dark"] .my-process-subtitle { color: rgba(245, 245, 246, 0.68); }

.hero-sticker-layer {
  position: absolute;
  inset: 0;
  z-index: 16;
  overflow: clip;
  pointer-events: none;
}

.sara-sticker {
  --drag-x: 0px;
  --drag-y: 0px;
  position: absolute;
  pointer-events: auto;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0);
  will-change: transform;
}

.sara-sticker.is-dragging {
  z-index: 60;
  cursor: grabbing;
}

.sara-sticker:focus-visible {
  border-radius: 18px;
  outline: 2px solid #8f7de4;
  outline-offset: 6px;
}

.sara-sticker--note {
  left: 5.5%;
  top: 15%;
  width: 166px;
  height: 166px;
  transition: filter 240ms ease;
}

.sara-sticker--note > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 12px rgba(67, 59, 91, 0.16));
  transform: rotate(-3deg);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms ease;
  -webkit-user-drag: none;
}

.sara-sticker-note__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  padding: 24px 18px 12px 39px;
  color: #6b5fa0;
  font-family: "Caveat", cursive;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  pointer-events: none;
  transform: rotate(-5deg);
}

.sara-sticker--note:hover > img,
.sara-sticker--note:focus-visible > img {
  filter: drop-shadow(0 18px 18px rgba(67, 59, 91, 0.22));
  transform: translateY(-8px) rotate(2deg) scale(1.04);
}

.sara-sticker--folder {
  left: 8%;
  bottom: 7%;
  width: 120px;
  height: 120px;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sara-folder-visual {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  transform-origin: 50% 70%;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sara-folder-visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 11px rgba(63, 51, 88, 0.22));
  transition: opacity 150ms ease;
  -webkit-user-drag: none;
}

.sara-folder-open { opacity: 0; }

.sara-folder-icons {
  position: absolute;
  left: 50%;
  top: 42px;
  z-index: 1;
  width: 0;
  height: 0;
}

.sara-folder-icons > span {
  position: absolute;
  left: -20px;
  top: -20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(39, 34, 52, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(57, 47, 80, 0.16);
  opacity: 0;
  transform: translate3d(0, 40px, 0) scale(0.2);
  transition:
    opacity 220ms ease var(--icon-delay),
    transform 430ms cubic-bezier(0.16, 1, 0.3, 1) var(--icon-delay);
}

.sara-folder-icons img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sara-folder-label {
  position: absolute;
  left: 50%;
  top: calc(100% - 12px);
  z-index: 3;
  padding: 4px 9px;
  border: 1px solid rgba(39, 34, 52, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #8c8898;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  white-space: nowrap;
  opacity: 0.72;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sara-sticker--folder:hover,
.sara-sticker--folder:focus-visible { transform: translate3d(var(--drag-x), calc(var(--drag-y) - 4px), 0); }
.sara-sticker--folder:hover .sara-folder-visual,
.sara-sticker--folder:focus-visible .sara-folder-visual { transform: scale(1.22); }
.sara-sticker--folder:hover .sara-folder-closed,
.sara-sticker--folder:focus-visible .sara-folder-closed { opacity: 0; }
.sara-sticker--folder:hover .sara-folder-open,
.sara-sticker--folder:focus-visible .sara-folder-open { opacity: 1; }
.sara-sticker--folder:hover .sara-folder-icons > span,
.sara-sticker--folder:focus-visible .sara-folder-icons > span {
  opacity: 1;
  transform: translate3d(var(--icon-x), var(--icon-y), 0) scale(1);
}
.sara-sticker--folder:hover .sara-folder-label,
.sara-sticker--folder:focus-visible .sara-folder-label {
  opacity: 1;
  transform: translate(-50%, 4px);
}

.sara-sticker--terminal {
  right: 4.5%;
  bottom: 6%;
  width: 286px;
  overflow: hidden;
  border: 1px solid rgba(42, 39, 55, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  color: #282631;
  box-shadow: 0 16px 32px rgba(47, 43, 63, 0.14);
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(-1deg);
  transition: box-shadow 260ms ease, transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sara-sticker--terminal:hover,
.sara-sticker--terminal:focus-visible {
  box-shadow: 0 24px 42px rgba(47, 43, 63, 0.22);
  transform: translate3d(var(--drag-x), calc(var(--drag-y) - 7px), 0) rotate(1deg);
}

.sara-terminal-bar {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(42, 39, 55, 0.08);
  background: #f0f2f8;
}

.sara-terminal-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b61;
}
.sara-terminal-bar i:nth-child(2) { background: #f6bd44; }
.sara-terminal-bar i:nth-child(3) { background: #30bf61; }
.sara-terminal-bar span {
  margin-left: 6px;
  color: #9c99a7;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
}

.sara-terminal-body { padding: 14px 17px 17px; }
.sara-terminal-body p,
.sara-terminal-body strong {
  display: block;
  margin: 0;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.sara-terminal-body p { margin-top: 8px; }
.sara-terminal-body p:first-child { margin-top: 0; }
.sara-terminal-body em { color: #e85c9a; font-style: normal; }
.sara-terminal-cursor > i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: currentColor;
  vertical-align: -2px;
  animation: sara-terminal-blink 1s steps(1, end) infinite;
}

@keyframes sara-terminal-blink { 50% { opacity: 0; } }

[data-theme="dark"] .sara-sticker--terminal {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(27, 28, 34, 0.94);
  color: #f3f1f7;
}
[data-theme="dark"] .sara-terminal-bar { border-color: rgba(255,255,255,.08); background: #24262e; }
[data-theme="dark"] .sara-folder-label,
[data-theme="dark"] .sara-folder-icons > span { background: rgba(29, 30, 37, 0.94); color: #d5d2df; }

/* Requested supporting-section adjustments. */
.selected-interfaces { padding-top: 16px; }
.home-about-section,
[data-theme="dark"] .home-about-section { background: transparent !important; }
.home-about-portrait { min-height: 388px; }
.home-about-polaroid { width: clamp(264px, 20.8vw, 376px); }
.services-roll-inner,
.services-roll-inner * { font-weight: 700 !important; }

/* Sanjay journey rhythm, mapped to Aami's four-stage product-design process. */
.my-process-section {
  --process-gap: 73px;
  --process-card-width: 350px;
}
.my-process-header { top: clamp(36px, 6vh, 64px); }
.my-process-label {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}
.my-process-header h2 {
  max-width: 1100px;
  font-size: clamp(44px, 4.8vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.05em !important;
}
.my-process-subtitle {
  max-width: 720px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}
.my-process-viewport {
  left: 0;
  right: 0;
  top: clamp(300px, 42vh, 340px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 140px, #000 calc(100% - 140px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 140px, #000 calc(100% - 140px), transparent 100%);
}
.my-process-track::before { background: rgb(216, 227, 235); }
.process-stage-card {
  border-color: rgba(50, 55, 65, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(31, 38, 50, 0.09);
  transform: translateY(calc(var(--card-y) + 120px));
}
.my-process-section.is-ready .process-stage-card { transform: translateY(var(--card-y)); }
.process-card-header { padding-inline: 20px; }
.process-card-icon { border-radius: 12px; background: #b9e4f4; }
.process-step-marker { background: #b9e4f4; }

@media (max-width: 980px) {
  .sara-sticker--note { left: 2%; top: 17%; width: 140px; height: 140px; }
  .sara-sticker-note__copy { padding-left: 34px; font-size: 13px; }
  .sara-sticker--terminal { right: 2%; bottom: 4%; width: 238px; }
  .sara-sticker--folder { left: 5%; bottom: 5%; }
}

@media (max-width: 760px) {
  .site-navbar__pill { gap: 10px; padding-right: 12px; }
  .site-navbar__brand { width: 52px; flex-basis: 52px; margin-right: 4px; }
  .site-navbar__brand img { width: 50px; }
  .hero-theme-toggle { top: 84px; right: 14px; }
  .hero-theme-toggle__label { display: none; }
  .sara-sticker--note { left: 2%; top: 12%; width: 112px; height: 112px; }
  .sara-sticker-note__copy { padding: 19px 11px 8px 26px; font-size: 10px; }
  .sara-sticker--folder { left: 12%; bottom: 7%; width: 94px; height: 94px; }
  .sara-folder-visual { width: 94px; height: 94px; }
  .sara-folder-icons { top: 34px; transform: scale(.76); }
  .sara-sticker--terminal { right: 12px; bottom: 5%; width: 185px; border-radius: 16px; }
  .sara-terminal-bar { height: 32px; padding-inline: 10px; }
  .sara-terminal-bar i { width: 7px; height: 7px; }
  .sara-terminal-body { padding: 9px 11px 11px; }
  .sara-terminal-body p, .sara-terminal-body strong { font-size: 8px; }
  .my-process-viewport { -webkit-mask-image: none; mask-image: none; }
}

@media (max-width: 500px) {
  .sara-sticker--terminal { display: none; }
  .home-about-portrait { min-height: 310px; }
  .home-about-polaroid { width: min(264px, 76vw); }
}

@media (prefers-reduced-motion: reduce) {
  .sara-sticker,
  .sara-sticker *,
  .hero-theme-toggle * { transition: none !important; animation: none !important; }
}

/* Annotation refinement: Sreedev glass navigation with Aami's existing identity and links. */
.site-navbar { top: 20px; }

.site-navbar__pill {
  --nav-item-width: 78px;
  display: grid;
  grid-template-columns: 72px repeat(5, var(--nav-item-width));
  min-height: 0;
  align-items: center;
  gap: 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: linear-gradient(rgba(255, 255, 255, 0.78), rgba(244, 244, 247, 0.58));
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  backdrop-filter: blur(24px) saturate(170%);
  box-shadow: 0 12px 34px rgba(12, 12, 17, 0.08), inset 0 1px rgba(255, 255, 255, 0.95), inset 0 0 0 1px rgba(20, 20, 24, 0.035);
}

.site-navbar__brand {
  display: grid;
  width: 72px;
  height: 40px;
  flex: none;
  place-items: center;
  margin: 0;
  padding: 0 8px;
}

.site-navbar__brand img {
  width: 54px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}

.site-navbar__link {
  z-index: 2;
  display: grid;
  width: var(--nav-item-width);
  min-width: var(--nav-item-width);
  min-height: 40px;
  place-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  transition: transform 180ms ease;
}

.site-navbar__link:hover,
.site-navbar__link:focus-visible { transform: translateY(-1px); }

.site-navbar__indicator {
  top: 5px;
  bottom: 5px;
  height: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 3px 12px rgba(12, 12, 17, 0.09), inset 0 1px #ffffff;
}

[data-theme="dark"] .site-navbar__pill {
  border-color: rgba(255, 255, 255, 0.11);
  background: linear-gradient(rgba(39, 40, 48, 0.84), rgba(27, 28, 34, 0.74));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255,255,255,.08);
}

[data-theme="dark"] .site-navbar__indicator { background: rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px rgba(255,255,255,.08); }

/* Light-blue gradient treatment across the three hero desk stickers. */
.sara-sticker--note { width: 200px; height: 200px; }
.sara-sticker--note > img {
  filter: hue-rotate(24deg) saturate(0.68) brightness(1.1) drop-shadow(0 12px 16px rgba(86, 154, 204, 0.18));
}
.sara-sticker--note:hover > img,
.sara-sticker--note:focus-visible > img {
  filter: hue-rotate(24deg) saturate(0.72) brightness(1.12) drop-shadow(0 20px 22px rgba(86, 154, 204, 0.26));
}
.sara-sticker-note__copy {
  padding: 34px 24px 18px 48px;
  color: #557aa1;
  font-size: 17px;
  line-height: 1.08;
}
.sara-folder-visual > img {
  filter: hue-rotate(24deg) saturate(0.62) brightness(1.12) drop-shadow(0 12px 13px rgba(86, 154, 204, 0.22));
}
.sara-folder-icons > span,
.sara-folder-label {
  border-color: rgba(91, 158, 207, 0.2);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(224,244,255,.92));
}
.sara-sticker--terminal {
  border-color: rgba(91, 158, 207, 0.24);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(225,245,255,.92));
  box-shadow: 0 18px 38px rgba(74, 141, 190, 0.17), inset 0 1px rgba(255,255,255,.96);
}
.sara-terminal-bar { background: linear-gradient(90deg, #eaf7ff, #f6fbff); }
.sara-terminal-body { text-align: left; }
.sara-terminal-body p,
.sara-terminal-body strong { text-align: left; }

/* Exact annotation spacing for the selected-interface rows. */
.selected-interfaces { padding-top: 0; }
.selected-interfaces__rows { padding-top: 148px; }

/* Ido-inspired drag and four-axis tilt behavior on the existing Aami polaroid. */
.home-about-portrait {
  --about-drag-x: 0px;
  --about-drag-y: 0px;
  --about-tilt-x: 0deg;
  --about-tilt-y: 0deg;
  --about-tilt-z: -2deg;
  position: relative;
  cursor: grab;
  touch-action: pan-y;
  transform-style: preserve-3d;
}

.home-about-section.is-visible .home-about-portrait {
  transform: translate3d(var(--about-drag-x), var(--about-drag-y), 0) perspective(1200px) rotateX(var(--about-tilt-x)) rotateY(var(--about-tilt-y)) rotateZ(var(--about-tilt-z));
  transition: opacity 700ms ease 120ms, transform 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 280ms ease;
}

.home-about-portrait.is-dragging {
  z-index: 30;
  cursor: grabbing;
  filter: drop-shadow(0 22px 24px rgba(37, 97, 138, 0.18));
}

.home-about-portrait.is-dragging,
.home-about-portrait.is-dragging .home-about-polaroid { transition: none !important; }

.home-about-polaroid {
  border: 1px solid rgba(186, 186, 186, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #f1f9ff 0%, #e2f3ff 100%);
  box-shadow: 0 0.6px 0.6px -0.9px rgba(0,0,0,.11), 0 2.3px 2.3px -1.8px rgba(0,0,0,.11), 0 10px 10px -2.75px rgba(53, 115, 156, 0.12);
  transform: translateZ(18px);
}

.home-about-put-back {
  position: absolute;
  left: 50%;
  top: -34px;
  margin: 0;
  color: rgba(58, 89, 112, 0.55);
  font-family: "Caveat", cursive;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0.78;
  pointer-events: none;
  transform: translateX(-50%) rotate(-3deg) translateZ(26px);
  transition: opacity 180ms ease, transform 260ms ease;
}

.home-about-portrait:hover .home-about-put-back,
.home-about-portrait:focus-visible .home-about-put-back,
.home-about-portrait.is-dragging .home-about-put-back {
  opacity: 1;
  transform: translateX(-50%) rotate(-1deg) translateY(-4px) translateZ(26px);
}

.home-about-portrait:focus-visible { outline: 2px solid #7cbfe5; outline-offset: 10px; }
.home-about-eyebrow { font-size: 20px; line-height: 1.2; }

/* Match the process headline typography for the works-section title. */
.project-action-header h2 {
  font-family: var(--font-heading) !important;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.05em !important;
}

/* Reflective light-blue process cards. */
.process-stage-card {
  overflow: hidden;
  border-color: rgba(115, 190, 232, 0.35);
  background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(232,248,255,.96) 54%, rgba(207,237,253,.92) 100%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  backdrop-filter: blur(18px) saturate(128%);
  box-shadow: 0 20px 48px rgba(55, 132, 181, 0.16), inset 0 1px rgba(255,255,255,.98), inset 0 -1px rgba(94, 169, 214, 0.14);
}

.process-stage-card::before {
  content: "";
  position: absolute;
  left: -18%;
  top: -42%;
  z-index: 0;
  width: 78%;
  height: 82%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.88), rgba(255,255,255,0) 70%);
  pointer-events: none;
  transform: rotate(-18deg);
}

.process-stage-card > * { position: relative; z-index: 1; }

.process-card-header { background: linear-gradient(100deg, rgba(255,255,255,.86), rgba(221,244,255,.72)); }
.process-card-icon,
.process-step-marker { background: linear-gradient(145deg, #d9f3ff, #95d9f5); box-shadow: inset 0 1px rgba(255,255,255,.9), 0 7px 16px rgba(68,147,194,.14); }

/* Footer content uses the same 1440px alignment grid as About and Process. */
.aami-footer__inner {
  width: 100%;
  max-width: none;
  padding-inline: clamp(28px, 4vw, 64px);
}

[data-theme="dark"] .aami-footer {
  --footer-ink: #f2f3f5;
  --footer-muted: #a7a9af;
  --footer-line: rgba(255,255,255,.16);
  color: var(--footer-ink);
}

/* Siddharth-inspired footer music sticker using the source cover and disc assets. */
.aami-music-sticker {
  width: 250px;
  justify-self: end;
  border-radius: 48px;
  background: #121212;
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
  overflow: visible;
  transform: rotate(1.5deg);
  transition: transform 360ms cubic-bezier(.16,1,.3,1), box-shadow 260ms ease;
}

.aami-music-sticker:hover,
.aami-music-sticker:focus-within {
  box-shadow: 0 30px 60px rgba(0,0,0,.28);
  transform: translateY(-7px) rotate(-1deg);
}

.aami-music-sticker__control {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 0 24px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: #a3a3a3;
  text-align: center;
}

.aami-music-sticker__control:focus-visible { outline: 2px solid #8ed3f4; outline-offset: 5px; }

.aami-music-sticker__art {
  position: relative;
  display: block;
  width: 100%;
  height: 128px;
  overflow: hidden;
  border-radius: 48px 48px 50% 50% / 48px 48px 35% 35%;
}

.aami-music-sticker__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 700ms cubic-bezier(.16,1,.3,1), filter 260ms ease;
}

.aami-music-sticker.is-playing .aami-music-sticker__cover { transform: scale(1.055); filter: saturate(1.12); }

.aami-music-sticker__disc {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.aami-music-sticker__disc img { display: block; width: 100%; height: 100%; object-fit: contain; }
.aami-music-sticker.is-playing .aami-music-sticker__disc { animation: aami-music-spin 4s linear infinite; }

.aami-music-sticker__play {
  position: absolute;
  left: 50%;
  top: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
  transform: translateX(-50%);
}
.aami-music-sticker__play img { width: 14px; height: 14px; }

.aami-music-sticker__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  font-family: "JetBrains Mono", Consolas, monospace;
}
.aami-music-sticker__wave { width: 18px; height: 18px; margin-bottom: 6px; opacity: .7; }
.aami-music-sticker.is-playing .aami-music-sticker__wave { animation: aami-music-wave .82s ease-in-out infinite alternate; }
.aami-music-sticker__meta small,
.aami-music-sticker__meta strong { font-family: inherit; font-size: 12px; font-weight: 500; line-height: 1.55; }
.aami-music-sticker__meta small { color: #4f5255; }
.aami-music-sticker__meta strong { color: #a3a3a3; }

.aami-music-sticker__progress {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 7px;
  overflow: hidden;
  background: #474d50;
}
.aami-music-sticker__progress i { display: block; width: var(--music-progress, 0%); height: 100%; background: #a3a3a3; transition: width 200ms linear; }
.aami-music-sticker__time { display: flex; gap: 7px; margin-top: 8px; font-family: "JetBrains Mono", Consolas, monospace; font-size: 12px; font-style: normal; font-weight: 500; }
.aami-music-sticker__time b { color: #a3a3a3; font-family: inherit; font-weight: 500; }
.aami-music-sticker__time em { color: #474d50; font-family: inherit; font-style: normal; }

@keyframes aami-music-spin { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes aami-music-wave { from { opacity: .55; transform: scaleY(.7); } to { opacity: 1; transform: scaleY(1.12); } }

@media (max-width: 900px) {
  .site-navbar__pill { --nav-item-width: 70px; grid-template-columns: 60px repeat(5, var(--nav-item-width)); }
  .site-navbar__brand { width: 60px; padding-inline: 5px; }
  .site-navbar__brand img { width: 48px; }
  .site-navbar__link { font-size: 13px; }
  .selected-interfaces__rows { padding-top: 104px; }
  .aami-footer__contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aami-music-sticker { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
}

@media (max-width: 560px) {
  .site-navbar__pill { --nav-item-width: 66px; grid-template-columns: repeat(5, var(--nav-item-width)); }
  .site-navbar__brand { display: none; }
  .site-navbar__link { min-height: 38px; font-size: 12px; }
  .selected-interfaces__rows { padding-top: 76px; }
  .sara-sticker--note { width: 126px; height: 126px; }
  .sara-sticker-note__copy { padding: 21px 13px 10px 30px; font-size: 11px; }
  .aami-footer__contact-grid { grid-template-columns: 1fr; }
  .aami-music-sticker { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .aami-music-sticker,
  .aami-music-sticker *,
  .home-about-portrait,
  .home-about-put-back { animation: none !important; transition: none !important; }
}

/* Scoped browser annotations: remove the process divider and tighten About copy spacing. */
.my-process-rule { display: none !important; }

.home-about-copy > p:first-child {
  margin-top: -35px;
  padding-top: 0;
}

@media (max-width: 700px) {
  .home-about-copy > p:first-child { margin-top: -20px; }
}

/* Latest annotation pass: functional hero tools and source-faithful typography. */
.hero-sticker-layer .aami-music-sticker {
  --drag-x: 0px;
  --drag-y: 0px;
  position: absolute;
  right: 4.5%;
  top: 15%;
  z-index: 18;
  width: 218px;
  margin: 0;
  justify-self: auto;
  cursor: grab;
  touch-action: pan-y;
  pointer-events: auto;
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(1.5deg);
}

.hero-sticker-layer .aami-music-sticker:hover,
.hero-sticker-layer .aami-music-sticker:focus-within {
  transform: translate3d(var(--drag-x), calc(var(--drag-y) - 7px), 0) rotate(-1deg);
}

.hero-sticker-layer .aami-music-sticker.is-dragging {
  cursor: grabbing;
  transition: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(-1deg) scale(1.025);
}

.hero-sticker-layer .aami-music-sticker.is-settling {
  transition: transform 460ms cubic-bezier(.16, 1, .3, 1), box-shadow 260ms ease;
}

.hero-sticker-layer .aami-music-sticker__art { height: 110px; }
.hero-sticker-layer .aami-music-sticker__control { padding-bottom: 20px; cursor: inherit; }

.aami-footer__contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

/* Sanjay-inspired journey cards: quiet white surfaces, fine rules and restrained depth. */
.process-stage-card,
[data-theme="dark"] .process-stage-card {
  overflow: hidden;
  border: 1px solid rgb(216, 227, 235);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #111318;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 8px 24px rgba(21, 31, 43, 0.07);
}

.process-stage-card::before { content: none; }

.process-stage-card:hover {
  border-color: rgb(194, 210, 222);
  box-shadow: 0 14px 34px rgba(21, 31, 43, 0.1);
}

.process-card-header,
[data-theme="dark"] .process-card-header {
  min-height: 90px;
  padding: 20px 22px;
  border-bottom: 1px solid rgb(225, 232, 238);
  background: #ffffff;
}

.process-card-icon,
[data-theme="dark"] .process-card-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border: 1px solid rgb(216, 227, 235);
  border-radius: 12px;
  background: #f6f8fa;
  box-shadow: none;
}

.process-step-marker,
[data-theme="dark"] .process-step-marker {
  border: 1px solid rgb(216, 227, 235);
  background: #ffffff;
  color: #222832;
  box-shadow: 0 5px 14px rgba(21, 31, 43, 0.06);
}

.process-card-header p,
[data-theme="dark"] .process-card-header p {
  color: #6a717c;
  font-size: 11px;
  letter-spacing: .08em;
}

.process-card-header h3,
[data-theme="dark"] .process-card-header h3,
.process-card-body strong,
[data-theme="dark"] .process-card-body strong { color: #111318; }

.process-card-body p,
[data-theme="dark"] .process-card-body p { color: #606874; }

.my-process-track::before,
[data-theme="dark"] .my-process-track::before,
.process-card-slot::after,
[data-theme="dark"] .process-card-slot::after { background: rgb(216, 227, 235); }

/* Restore the portfolio's original type system and sentence case in Works. */
.project-action-section,
.project-action-section p,
.project-action-section span,
.project-action-section a { font-family: var(--font-body); }

.project-action-header h2 {
  font-family: var(--font-heading) !important;
  font-size: clamp(44px, 4.8vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.05em !important;
  text-transform: none;
}

.action-card-text h3 {
  font-family: var(--font-heading) !important;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-transform: none;
}

.action-card-text p,
.action-card-tags span,
.action-card-link {
  font-family: var(--font-body) !important;
  text-transform: none;
}

.action-card-link { letter-spacing: .08em; }

@media (max-width: 900px) {
  .hero-sticker-layer .aami-music-sticker {
    right: 3%;
    top: 14%;
    width: 188px;
  }
  .hero-sticker-layer .aami-music-sticker__art { height: 96px; }
}

@media (max-width: 560px) {
  .hero-sticker-layer .aami-music-sticker {
    right: 10px;
    top: 16%;
    width: 154px;
    border-radius: 34px;
  }
  .hero-sticker-layer .aami-music-sticker__art {
    height: 76px;
    border-radius: 34px 34px 50% 50% / 34px 34px 35% 35%;
  }
  .hero-sticker-layer .aami-music-sticker__meta { margin-top: 9px; }
  .hero-sticker-layer .aami-music-sticker__meta small,
  .hero-sticker-layer .aami-music-sticker__meta strong,
  .hero-sticker-layer .aami-music-sticker__time { font-size: 9px; }
  .hero-sticker-layer .aami-music-sticker__control { padding-bottom: 13px; }
  .aami-footer__contact-grid { grid-template-columns: 1fr; }
}

/* Active page indication: compact underline, never a selected-page bubble. */
.site-navbar__indicator,
[data-theme="dark"] .site-navbar__indicator {
  top: auto;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  color: #111318;
  box-shadow: none;
}

[data-theme="dark"] .site-navbar__indicator { color: #f4f6f8; }

/* Reference-matched Sara desk stickers with neutral, non-blue depth. */
.sara-sticker--note {
  width: 232px;
  height: 242px;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sara-sticker--note > img,
.sara-sticker--note:hover > img,
.sara-sticker--note:focus-visible > img {
  filter: drop-shadow(0 9px 10px rgba(28, 25, 38, 0.11));
}

.sara-sticker--note > img,
.sara-sticker--note:hover > img,
.sara-sticker--note:focus-visible > img { transform: rotate(-3deg); }

.sara-sticker--note:hover,
.sara-sticker--note:focus-visible {
  transform: translate3d(var(--drag-x), calc(var(--drag-y) - 7px), 0) rotate(2deg) scale(1.035);
}

.sara-sticker--note.is-dragging {
  transition: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(-2deg) scale(1.02);
}

.sara-sticker-note__copy {
  justify-content: flex-start;
  gap: 0;
  padding: 79px 24px 20px 61px;
  color: #6d61a8;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
  transform: rotate(-3deg);
}

.sara-folder-visual > img {
  filter: drop-shadow(0 8px 9px rgba(28, 25, 38, 0.12));
}

.sara-folder-icons > span {
  border-color: rgba(35, 34, 42, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(28, 25, 38, 0.11);
}

.sara-folder-label {
  border-color: rgba(35, 34, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.sara-sticker--terminal,
.sara-sticker--terminal:hover,
.sara-sticker--terminal:focus-visible {
  border-color: rgba(35, 34, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(28, 25, 38, 0.11);
}

.sara-terminal-bar { background: #f0f2f8; }

@media (max-width: 980px) {
  .sara-sticker--note { width: 174px; height: 181px; }
  .sara-sticker-note__copy { padding: 59px 18px 15px 46px; font-size: 14px; }
}

@media (max-width: 560px) {
  .sara-sticker--note { width: 136px; height: 142px; }
  .sara-sticker-note__copy { padding: 46px 14px 12px 36px; font-size: 11px; }
}

/* Polaroid returns to its original, clean state after every drag. */
.home-about-portrait {
  position: relative;
  cursor: default;
  transform-style: flat;
}

.home-about-section.is-visible .home-about-portrait {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease 120ms, transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
}

.home-about-polaroid {
  --about-drag-x: 0px;
  --about-drag-y: 0px;
  position: relative;
  z-index: 2;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(23, 20, 14, 0.1), 0 1px 4px rgba(23, 20, 14, 0.08);
  cursor: grab;
  touch-action: pan-y;
  transform: translate3d(var(--about-drag-x), var(--about-drag-y), 0);
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
  will-change: transform;
}

.home-about-polaroid:hover,
.home-about-polaroid:focus-visible {
  transform: translate3d(var(--about-drag-x), var(--about-drag-y), 0);
}

.home-about-polaroid:hover .home-about-photo-window img,
.home-about-polaroid:focus-visible .home-about-photo-window img { transform: none; }

.home-about-polaroid.is-dragging {
  z-index: 4;
  cursor: grabbing;
  filter: none;
  transition: none;
}

.home-about-polaroid.is-settling {
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-about-put-back {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: 0;
  color: rgba(58, 60, 66, 0.38);
  font-family: "Caveat", cursive !important;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-4deg);
  transition: opacity 160ms ease;
}

.home-about-drag-note {
  position: absolute;
  left: 50%;
  bottom: clamp(15px, 1.8vw, 25px);
  z-index: 3;
  margin: 0;
  color: rgba(41, 41, 41, 0.62);
  font-family: "Caveat", cursive !important;
  font-size: clamp(22px, 1.95vw, 28px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%) rotate(-4deg);
}

.home-about-portrait:hover .home-about-put-back,
.home-about-portrait:focus-visible .home-about-put-back,
.home-about-portrait.is-dragging .home-about-put-back {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.home-about-portrait.is-polaroid-away .home-about-put-back { opacity: 1; }

/* Project cards align to the same main content width as the section. */
.project-action-cards { width: 100%; }

.action-card { width: 100%; }

.action-card-copy {
  flex: 0 0 36%;
  width: 36%;
}

.action-card-text { width: 100%; }

.action-card-image {
  flex: 1 1 auto;
  width: auto;
}

@media (max-width: 980px) {
  .project-action-cards { width: 100%; }
  .action-card-copy {
    flex: 0 0 42%;
    width: 42%;
    min-width: 0;
  }
  .action-card-image {
    flex: 1 1 auto;
    width: auto;
  }
}

@media (max-width: 720px) {
  .action-card-copy {
    flex: 1 1 auto;
    width: 100%;
  }
  .action-card-image { width: 100%; }
}

/* Works label mirrors the Selected Work eyebrow on the homepage. */
.works-page-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 22px;
  color: #626262;
  font-family: var(--font-body) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.015em !important;
  text-transform: uppercase;
}

.works-page-label img {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  .works-page-label {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
  }

  .works-page-label img {
    width: 16px;
    height: 16px;
  }
}

/* Resume label mirrors the Selected Work eyebrow on the homepage. */
.resume-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #626262;
  font-family: var(--font-body) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.015em !important;
  text-transform: uppercase;
}

.resume-kicker img {
  display: block;
  width: 15px;
  height: 15px;
}

[data-theme="dark"] .resume-kicker {
  color: rgba(245, 245, 246, .62);
}

@media (max-width: 640px) {
  .resume-kicker {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .resume-kicker img {
    width: 13px;
    height: 13px;
  }
}

@font-face {
  font-family: "Open Runde Local";
  src: url("assets/muhid-player/OpenRunde-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* Muhid hero music player, reproduced at 80% of the source dimensions. */
.muhid-music-player {
  --drag-x: 0px;
  --drag-y: 0px;
  position: absolute;
  right: 4.5%;
  top: 14%;
  z-index: 18;
  width: 222px;
  height: 248px;
  overflow: hidden;
  border: 1.6px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background: rgba(244, 244, 244, 0.94);
  -webkit-backdrop-filter: blur(19px) saturate(70%);
  backdrop-filter: blur(19px) saturate(70%);
  box-shadow: 0 7px 30px rgba(25, 28, 34, 0.08);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  pointer-events: auto;
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(5deg);
  transition: transform 350ms cubic-bezier(.22, 1, .36, 1), box-shadow 350ms ease;
  will-change: transform;
}

.muhid-music-player:hover,
.muhid-music-player:focus-visible {
  box-shadow: 0 13px 42px rgba(0, 0, 0, 0.1);
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(0deg) scale(1.016);
}

.muhid-music-player.is-dragging {
  z-index: 70;
  cursor: grabbing;
  transition: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0) rotate(2deg) scale(1.018);
}

.muhid-music-player__vinyl {
  position: absolute;
  left: 50%;
  top: -118px;
  width: 225px;
  height: 225px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateX(-50%);
}

.muhid-music-player__vinyl > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.muhid-music-player.is-playing .muhid-music-player__vinyl > img {
  animation: muhid-vinyl-spin 3.8s linear infinite;
}

.muhid-music-player__vinyl-action { display: none; }

.muhid-music-player__panel {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 19px 19px;
  pointer-events: none;
}

.muhid-music-player__equalizer {
  display: flex;
  height: 18px;
  align-items: flex-end;
  gap: 2.4px;
}

.muhid-music-player__equalizer i {
  width: 2px;
  height: 3px;
  border-radius: 2px;
  background: #b8b8b8;
}

.muhid-music-player.is-playing .muhid-music-player__equalizer i { animation: muhid-equalizer .72s ease-in-out infinite alternate; }
.muhid-music-player__equalizer i:nth-child(2) { --eq-height: 14px; animation-delay: 60ms; }
.muhid-music-player__equalizer i:nth-child(3) { --eq-height: 10px; animation-delay: 120ms; }
.muhid-music-player__equalizer i:nth-child(4) { --eq-height: 16px; animation-delay: 180ms; }
.muhid-music-player__equalizer i:nth-child(5) { --eq-height: 7px; animation-delay: 240ms; }
.muhid-music-player__equalizer i:nth-child(6) { --eq-height: 13px; animation-delay: 300ms; }
.muhid-music-player__equalizer i:nth-child(7) { --eq-height: 9px; animation-delay: 360ms; }

.muhid-music-player__title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Open Runde Local", var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.muhid-music-player__meta {
  display: -webkit-box;
  max-width: 100%;
  margin: -5px 0 0;
  overflow: hidden;
  color: #777777;
  font-family: "Open Runde Local", var(--font-body);
  font-size: 7px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.muhid-music-player__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  pointer-events: auto;
}

.muhid-music-player__controls button {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: transform 140ms ease;
}

.muhid-music-player__controls button:active { transform: scale(.88); }
.muhid-music-player__controls button img { width: 11px; height: 11px; }

.muhid-music-player__controls .muhid-music-player__play {
  width: 29px;
  height: 29px;
}

.muhid-music-player__controls .muhid-music-player__play img { width: 14px; height: 14px; }

@keyframes muhid-vinyl-spin { to { transform: rotate(360deg); } }
@keyframes muhid-equalizer { from { height: 3px; } to { height: var(--eq-height, 8px); } }

@media (max-width: 1023px) {
  .muhid-music-player {
    right: 3%;
    top: 14%;
    width: 222px;
    height: 248px;
    border-radius: 22px;
  }

  .muhid-music-player__vinyl {
    top: -118px;
    width: 225px;
    height: 225px;
  }

  .muhid-music-player__vinyl-action { display: none; }
  .muhid-music-player__panel { display: flex; }
}

@media (max-width: 560px) {
  .muhid-music-player {
    right: 10px;
    top: 14%;
    width: 222px;
    height: 248px;
    border-radius: 22px;
  }
  .muhid-music-player__vinyl { top: -118px; width: 225px; height: 225px; }
}

@media (prefers-reduced-motion: reduce) {
  .muhid-music-player,
  .muhid-music-player * { animation: none !important; transition: none !important; }
}

/* Acctual-inspired hero wall: cool paper surface, cropped desk objects and long cast shadows. */
.hero-only-page .reference-hero.hero-only-section {
  width: calc(100% - 28px);
  min-height: max(calc(100svh - 28px), 760px);
  margin: 14px;
  border: 1px solid rgba(205, 215, 224, 0.34);
  border-radius: 16px;
  background: #f3f7fa !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 4px rgba(27, 39, 49, 0.035);
}

.hero-sticker-layer { z-index: 16; }
.hero-content { z-index: 20; }

.sara-sticker--note {
  left: 50%;
  top: 8.5%;
  width: 340px;
  height: 340px;
  transform: translate3d(calc(-50% + var(--drag-x)), var(--drag-y), 0);
}

.sara-sticker--note > img,
.sara-sticker--note:hover > img,
.sara-sticker--note:focus-visible > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  mix-blend-mode: multiply;
  transform: none;
}

.sara-sticker--note:hover,
.sara-sticker--note:focus-visible {
  transform: translate3d(calc(-50% + var(--drag-x)), calc(var(--drag-y) - 4px), 0) scale(1.018);
}

.sara-sticker--note.is-dragging {
  transform: translate3d(calc(-50% + var(--drag-x)), var(--drag-y), 0) scale(1.018);
}

.sara-sticker-note__copy {
  inset: 25.5% 23% 31% 27%;
  justify-content: center;
  gap: 0;
  padding: 0;
  color: #2d302d;
  font-family: "Caveat", "Segoe Print", cursive;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.02;
  text-align: center;
  transform: rotate(-9deg);
}

.sara-folder-visual > img {
  filter: drop-shadow(18px 24px 17px rgba(37, 45, 53, 0.2));
}

.sara-folder-icons > span {
  box-shadow: 14px 18px 18px rgba(37, 45, 53, 0.16);
}

.sara-sticker--terminal,
.sara-sticker--terminal:hover,
.sara-sticker--terminal:focus-visible {
  box-shadow: 18px 24px 22px rgba(37, 45, 53, 0.16);
}

.muhid-music-player,
.muhid-music-player:hover,
.muhid-music-player:focus-visible {
  box-shadow: 18px 24px 22px rgba(37, 45, 53, 0.16);
}

[data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
  border-color: rgba(255, 255, 255, 0.08);
  background: #181b20 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

@media (max-width: 980px) {
  .hero-only-page .reference-hero.hero-only-section {
    width: calc(100% - 20px);
    min-height: max(calc(100svh - 20px), 900px);
    margin: 10px;
    border-radius: 14px;
  }

  .sara-sticker--note { top: 9%; width: 292px; height: 292px; }
  .sara-sticker-note__copy { font-size: 15px; }
}

@media (max-width: 560px) {
  .hero-only-page .reference-hero.hero-only-section {
    width: calc(100% - 12px);
    min-height: 1160px;
    margin: 6px;
    border-radius: 12px;
  }

  .sara-sticker--note { top: 8%; width: 230px; height: 230px; }
  .sara-sticker-note__copy { font-size: 12px; }
}

/* Live sticky note: DOM paper, tape and browser-rendered directional shadows. */
.sara-sticker--note {
  --note-shadow-x: 46px;
  --note-shadow-y: 52px;
  left: 50%;
  top: 9.5%;
  width: 240px;
  height: 230px;
  filter: none;
  transform: translate3d(calc(-50% + var(--drag-x)), var(--drag-y), 0) rotate(-7deg);
  transform-origin: 42% 42%;
}

.real-sticky-note__paper {
  position: absolute;
  left: 10%;
  top: 14%;
  z-index: 1;
  display: block;
  width: 67%;
  height: 66%;
  border: 1px solid rgba(223, 203, 10, 0.38);
  border-radius: 1px;
  background: #fff02f;
  box-shadow:
    var(--note-shadow-x) var(--note-shadow-y) 15px -7px rgba(48, 55, 62, 0.27),
    0 2px 4px rgba(85, 78, 18, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.48),
    inset 0 -12px 26px rgba(229, 207, 0, 0.08);
}

.real-sticky-note__paper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(255,255,255,.17), transparent 42%, rgba(219,197,0,.06));
  pointer-events: none;
}

.real-sticky-note__tape {
  position: absolute;
  left: 17%;
  top: 9%;
  z-index: 3;
  display: block;
  width: 50%;
  height: 13%;
  border: 1px solid rgba(229, 208, 8, 0.18);
  background: rgba(255, 233, 28, 0.82);
  box-shadow: 2px 3px 5px rgba(80, 72, 14, 0.08), inset 0 1px rgba(255,255,255,.28);
  transform: rotate(0.8deg);
}

.sara-sticker-note__copy {
  inset: 29% 29% 25% 15%;
  z-index: 4;
  justify-content: center;
  gap: 1px;
  padding: 0;
  color: #303128;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.02;
  text-align: center;
  transform: none;
}

.sara-sticker--note:hover,
.sara-sticker--note:focus-visible {
  transform: translate3d(calc(-50% + var(--drag-x)), calc(var(--drag-y) - 4px), 0) rotate(-5deg) scale(1.018);
}

.sara-sticker--note.is-dragging {
  transform: translate3d(calc(-50% + var(--drag-x)), var(--drag-y), 0) rotate(-5deg) scale(1.018);
}

@media (max-width: 980px) {
  .sara-sticker--note {
    --note-shadow-x: 38px;
    --note-shadow-y: 44px;
    top: 9%;
    width: 210px;
    height: 202px;
  }
  .sara-sticker-note__copy { font-size: 15px; }
}

@media (max-width: 560px) {
  .sara-sticker--note {
    --note-shadow-x: 30px;
    --note-shadow-y: 35px;
    top: 8%;
    width: 185px;
    height: 178px;
  }
  .sara-sticker-note__copy { font-size: 12px; }
}

/* Annotation: music sticker reduced by 20% with proportional internals. */
.muhid-music-player {
  width: 178px;
  height: 198px;
  border-radius: 18px;
}

.muhid-music-player__vinyl {
  top: -94px;
  width: 180px;
  height: 180px;
}

.muhid-music-player__panel {
  gap: 8px;
  padding: 0 15px 15px;
}

.muhid-music-player__equalizer {
  height: 14px;
  gap: 2px;
}

.muhid-music-player__equalizer i {
  width: 2px;
  height: 2px;
}

.muhid-music-player__title { font-size: 10px; }

.muhid-music-player__controls {
  gap: 6px;
  margin-top: 5px;
}

.muhid-music-player__controls button {
  width: 18px;
  height: 18px;
}

.muhid-music-player__controls button img { width: 9px; height: 9px; }

.muhid-music-player__controls .muhid-music-player__play {
  width: 23px;
  height: 23px;
}

.muhid-music-player__controls .muhid-music-player__play img { width: 11px; height: 11px; }

@media (max-width: 1023px) {
  .muhid-music-player {
    width: 178px;
    height: 198px;
    border-radius: 18px;
  }
  .muhid-music-player__vinyl { top: -94px; width: 180px; height: 180px; }
}

/* Dynamic wall lighting and shared real-time cast-shadow direction. */
:root {
  --dynamic-note-shadow-x: 44px;
  --dynamic-note-shadow-y: 50px;
  --sticker-shadow-x: 18px;
  --sticker-shadow-y: 24px;
}

body,
body.hero-only-page {
  background: #f3f7fa !important;
}

.gradient-flow-bg {
  background: #f3f7fa;
  opacity: 1;
}

.hero-only-page .reference-hero.hero-only-section {
  background: rgba(243, 247, 250, 0.54) !important;
  -webkit-backdrop-filter: saturate(104%);
  backdrop-filter: saturate(104%);
}

.real-sticky-note__paper {
  box-shadow:
    var(--note-shadow-x) var(--note-shadow-y) 15px -7px rgba(48, 55, 62, 0.27),
    0 2px 4px rgba(85, 78, 18, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.48),
    inset 0 -12px 26px rgba(229, 207, 0, 0.08);
}

.sara-sticker--note {
  --note-shadow-x: var(--dynamic-note-shadow-x);
  --note-shadow-y: var(--dynamic-note-shadow-y);
}

.sara-folder-visual > img {
  filter: drop-shadow(var(--sticker-shadow-x) var(--sticker-shadow-y) 17px rgba(37, 45, 53, 0.2));
}

.sara-folder-icons > span {
  box-shadow: var(--sticker-shadow-x) var(--sticker-shadow-y) 18px rgba(37, 45, 53, 0.16);
}

.sara-sticker--terminal,
.sara-sticker--terminal:hover,
.sara-sticker--terminal:focus-visible,
.muhid-music-player,
.muhid-music-player:hover,
.muhid-music-player:focus-visible {
  box-shadow: var(--sticker-shadow-x) var(--sticker-shadow-y) 22px rgba(37, 45, 53, 0.16);
}

[data-theme="dark"] body,
[data-theme="dark"] body.hero-only-page,
[data-theme="dark"] .gradient-flow-bg {
  background: #171a1f !important;
}

[data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
  background: rgba(23, 26, 31, 0.5) !important;
}

/* Annotation refinement: taller, more tactile wall with stronger cast depth. */
.hero-only-page .reference-hero.hero-only-section {
  min-height: max(calc(100svh - 28px), 848px);
  border-color: rgba(170, 181, 189, 0.36);
  background: rgba(247, 249, 250, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -38px 76px rgba(74, 84, 92, 0.045),
    0 18px 44px rgba(50, 61, 69, 0.1);
}

body,
body.hero-only-page,
.gradient-flow-bg {
  background: #f5f7f8 !important;
}

:root {
  --dynamic-note-shadow-x: 48px;
  --dynamic-note-shadow-y: 56px;
  --sticker-shadow-x: 22px;
  --sticker-shadow-y: 30px;
}

.real-sticky-note__paper {
  box-shadow:
    var(--note-shadow-x) var(--note-shadow-y) 18px -7px rgba(43, 49, 55, 0.32),
    0 3px 5px rgba(85, 78, 18, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.52),
    inset 0 -12px 26px rgba(229, 207, 0, 0.09);
}

.sara-folder-visual > img {
  filter: drop-shadow(var(--sticker-shadow-x) var(--sticker-shadow-y) 20px rgba(37, 45, 53, 0.24));
}

.sara-folder-icons > span {
  box-shadow: var(--sticker-shadow-x) var(--sticker-shadow-y) 22px rgba(37, 45, 53, 0.2);
}

.sara-sticker--terminal,
.sara-sticker--terminal:hover,
.sara-sticker--terminal:focus-visible,
.muhid-music-player,
.muhid-music-player:hover,
.muhid-music-player:focus-visible {
  box-shadow: var(--sticker-shadow-x) var(--sticker-shadow-y) 28px rgba(37, 45, 53, 0.2);
}

.hero-ask-ai {
  box-shadow:
    var(--sticker-shadow-x) var(--sticker-shadow-y) 26px rgba(37, 45, 53, 0.13),
    inset 0 1px rgba(255,255,255,.94);
}

@media (max-width: 980px) {
  .hero-only-page .reference-hero.hero-only-section {
    min-height: max(calc(100svh - 20px), 900px);
  }
}

/* Homepage finale: a compact auto-running sticker game. */
.aami-arcade {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #f8fbfd;
  color: #142f3d;
  border-top: 1px solid rgba(20, 47, 61, .12);
}

.aami-game {
  position: relative;
  width: 100%;
  outline: none;
  background: #f8fbfd;
}

.aami-game:focus-visible {
  box-shadow: inset 0 0 0 3px #df58a3;
}

.aami-game__hud {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  display: grid;
  grid-template-columns: 110px minmax(120px, 1fr) 44px;
  align-items: center;
  width: min(520px, calc(100% - 32px));
  min-height: 42px;
  padding: 3px 5px 3px 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(20, 47, 61, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 5px 16px rgba(20, 47, 61, .06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.aami-game__score {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #142f3d;
  font-family: var(--font-body);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.aami-game__score img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.aami-game__score strong {
  font-size: 17px;
}

.aami-game__status {
  overflow: hidden;
  margin: 0;
  color: #536773;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aami-game__restart,
.aami-game__controls button {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(20, 47, 61, .18);
  background: #fff;
  color: #142f3d;
  cursor: pointer;
}

.aami-game__restart {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  font-size: 20px;
  line-height: 1;
}

.aami-game__restart:hover,
.aami-game__restart:focus-visible,
.aami-game__controls button:hover,
.aami-game__controls button:focus-visible {
  background: #ffda54;
  border-color: #142f3d;
}

.aami-game__stage {
  position: relative;
  width: 100%;
  height: 278px;
  overflow: hidden;
  border-top: 1px solid rgba(20, 47, 61, .1);
  border-bottom: 1px solid rgba(20, 47, 61, .18);
  background: #fbfdff;
}

.aami-game__stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.aami-game__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
}

.aami-game__overlay[hidden] {
  display: none;
}

.aami-game__overlay button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #142f3d;
  border-radius: 7px;
  background: #142f3d;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.aami-game__overlay button:hover,
.aami-game__overlay button:focus-visible {
  background: #df58a3;
  border-color: #df58a3;
}

.aami-game__overlay--finish p {
  margin: -5px 0 0;
  color: #142f3d;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
}

.aami-game__overlay--finish {
  background: rgba(248, 251, 253, .86);
}

.aami-game__overlay--finish img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.aami-game__controls {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 12px;
}

.aami-game__controls button {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 47, 61, .12);
  font-size: 22px;
  touch-action: manipulation;
}

[data-theme="dark"] .aami-arcade {
  background: #101c23;
  color: #f7fbfd;
  border-color: rgba(255, 255, 255, .12);
}

[data-theme="dark"] .aami-game {
  background: #101c23;
}

@media (max-width: 720px) {
  .aami-game__stage {
    height: 300px;
  }

  .aami-game__hud {
    top: 12px;
    grid-template-columns: 92px minmax(80px, 1fr) 38px;
    width: calc(100% - 24px);
    min-height: 46px;
    padding-left: 10px;
  }

  .aami-game__score img {
    width: 24px;
    height: 24px;
  }

  .aami-game__restart {
    width: 34px;
    height: 34px;
  }

  .aami-game__controls {
    right: 14px;
    bottom: 14px;
  }

  .aami-game__controls button {
    width: 46px;
    height: 46px;
  }

  .aami-game__overlay--finish p {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aami-game__overlay {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* The arcade is part of the page canvas, not a separate panel. */
.aami-arcade,
[data-theme="dark"] .aami-arcade {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-top: 0 !important;
  background: transparent;
  box-shadow: none;
}

.aami-game,
[data-theme="dark"] .aami-game {
  width: 100%;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.aami-game:focus,
.aami-game:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.aami-game canvas {
  display: block;
  width: 100%;
  height: 278px;
  background: transparent;
  border: 0;
  outline: 0;
  image-rendering: pixelated;
  touch-action: manipulation;
}

.horizontal-words + .aami-arcade {
  border-top: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .aami-game canvas {
    height: 248px;
  }
}

/* Gorix-inspired Fun Stuff, translated into the About page system. */
.about-fun-section {
  position: relative;
  width: 100%;
  padding: 112px 28px;
  background: transparent;
  color: #15313d;
}

.about-fun-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-fun-inner > .about-section-kicker {
  margin: 0 0 28px;
}

.about-fun-heading {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  gap: 14px;
}

.about-fun-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.about-fun-title-row h2 {
  margin: 0;
  color: #15313d;
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.about-fun-badge,
.about-fun-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 49, 61, .18);
  color: rgba(21, 49, 61, .62);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about-fun-badge {
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 6px;
}

.about-fun-heading > p {
  max-width: 650px;
  margin: 0;
  color: rgba(23, 23, 23, .64);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.45;
}

.about-fun-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.about-fun-card {
  display: flex;
  min-height: 218px;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  border: 2px dashed rgba(21, 49, 61, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .22);
  opacity: .74;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.about-fun-card:hover {
  border-color: rgba(21, 49, 61, .34);
  opacity: 1;
  transform: translateY(-3px);
}

.about-fun-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.about-fun-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 49, 61, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .52);
  box-shadow: inset 0 -2px 0 rgba(21, 49, 61, .08);
}

.about-fun-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.about-fun-card:nth-child(2) .about-fun-icon img {
  width: 42px;
  height: 42px;
}

.about-fun-card:nth-child(3) .about-fun-icon img {
  width: 27px;
  height: 27px;
}

.about-fun-status {
  min-height: 24px;
  padding: 4px 7px;
  border: 0;
  font-size: 10px;
}

.about-fun-card h3 {
  margin: 0 0 7px;
  color: #15313d;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.about-fun-card p {
  margin: 0;
  color: rgba(23, 23, 23, .62);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.4;
}

[data-theme="dark"] .about-fun-section,
[data-theme="dark"] .about-fun-title-row h2,
[data-theme="dark"] .about-fun-card h3 {
  color: #f5f5f6;
}

[data-theme="dark"] .about-fun-heading > p,
[data-theme="dark"] .about-fun-card p {
  color: rgba(245, 245, 246, .62);
}

[data-theme="dark"] .about-fun-badge,
[data-theme="dark"] .about-fun-status {
  border-color: rgba(255, 255, 255, .18);
  color: rgba(245, 245, 246, .6);
}

[data-theme="dark"] .about-fun-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .02);
}

[data-theme="dark"] .about-fun-icon {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 980px) {
  .about-fun-section {
    padding: 96px 24px;
  }

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

@media (max-width: 560px) {
  .about-fun-section {
    padding: 78px 18px;
  }

  .about-fun-inner > .about-section-kicker {
    margin-bottom: 22px;
  }

  .about-fun-title-row {
    align-items: flex-start;
    gap: 11px;
  }

  .about-fun-title-row h2 {
    width: 100%;
    font-size: 38px;
  }

  .about-fun-heading > p {
    font-size: 16px;
  }

  .about-fun-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .about-fun-card {
    min-height: 188px;
  }
}

/* Gorix-style infinite fun marquee, nested into Behind the Pixels. */
.behind-pixels-marquee {
  position: relative;
  width: min(1080px, calc(100vw - 36px));
  margin: 54px auto 0;
  overflow: hidden;
  opacity: .6;
}

.behind-pixels-fun-grid {
  width: min(1080px, calc(100vw - 36px));
  margin: 40px auto 0;
}

.behind-pixels-fun-grid .about-fun-card {
  border-style: solid;
}

.behind-pixels-fun-grid .about-fun-icon img,
.behind-pixels-fun-grid .about-fun-card:nth-child(2) .about-fun-icon img,
.behind-pixels-fun-grid .about-fun-card:nth-child(3) .about-fun-icon img {
  width: 19px;
  height: 19px;
  filter: invert(15%) sepia(13%) saturate(1700%) hue-rotate(149deg) brightness(94%);
}

[data-theme="dark"] .behind-pixels-fun-grid .about-fun-icon img {
  filter: invert(1);
}

.behind-pixels-marquee__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-x;
  user-select: none;
}

.behind-pixels-marquee__track::-webkit-scrollbar {
  display: none;
}

.behind-pixels-marquee__track.is-dragging {
  cursor: grabbing;
}

.behind-pixels-marquee__tile {
  display: grid;
  width: var(--tile-width);
  height: 100px;
  flex: 0 0 var(--tile-width);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 49, 61, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: rgba(21, 49, 61, .34);
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.behind-pixels-marquee__tile.is-featured {
  border-color: rgba(21, 49, 61, .25);
  background: rgba(255, 255, 255, .34);
  color: rgba(21, 49, 61, .76);
}

.behind-pixels-marquee__tile img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  opacity: .82;
  pointer-events: none;
  filter: invert(15%) sepia(13%) saturate(1700%) hue-rotate(149deg) brightness(94%);
  -webkit-user-drag: none;
}

.behind-pixels-marquee__fade {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  width: 80px;
  pointer-events: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.behind-pixels-marquee__fade--left {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 250, 252, .94), transparent);
  mask-image: linear-gradient(90deg, #000 30%, transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent);
}

.behind-pixels-marquee__fade--right {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 250, 252, .94), transparent);
  mask-image: linear-gradient(270deg, #000 30%, transparent);
  -webkit-mask-image: linear-gradient(270deg, #000 30%, transparent);
}

[data-theme="dark"] .behind-pixels-marquee__tile {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .3);
}

[data-theme="dark"] .behind-pixels-marquee__tile.is-featured {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .72);
}

[data-theme="dark"] .behind-pixels-marquee__tile img {
  filter: invert(1);
}

[data-theme="dark"] .behind-pixels-marquee__fade--left {
  background: linear-gradient(90deg, rgba(23, 23, 23, .96), transparent);
}

[data-theme="dark"] .behind-pixels-marquee__fade--right {
  background: linear-gradient(270deg, rgba(23, 23, 23, .96), transparent);
}

@media (max-width: 560px) {
  .behind-pixels-marquee {
    width: calc(100vw - 20px);
    margin-top: 42px;
  }

  .behind-pixels-fun-grid {
    width: calc(100vw - 20px);
    margin-top: 30px;
  }

  .behind-pixels-marquee__fade {
    width: 42px;
  }
}

/* About introduction — measured from the supplied Tanisha Kaura reference. */
.about-page .about-page-hero {
  display: grid;
  min-height: 869px;
  place-items: center;
  overflow: hidden;
  padding: 169px 28px 119px;
  background: transparent !important;
  isolation: isolate;
}

.about-intro-layout {
  display: flex;
  width: min(1032px, 100%);
  align-items: center;
  justify-content: flex-start;
  gap: 54px;
  margin: 0 auto;
}

.about-intro-portrait-column {
  position: relative;
  flex: 0 0 430px;
  width: 430px;
  height: 403px;
  animation: about-intro-enter 650ms cubic-bezier(.16, 1, .3, 1) both;
}

.about-intro-photo-frame {
  position: relative;
  width: 430px;
  height: 403px;
  margin: 0;
  padding: 20px 21px 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: linear-gradient(133deg, rgba(255, 255, 255, .72), rgba(231, 231, 231, .54));
  box-shadow: 0 18px 48px rgba(36, 45, 52, .08), inset 0 1px rgba(255, 255, 255, .9);
}

.about-intro-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: 50% 43%;
  filter: grayscale(1) contrast(1.02);
  transition: transform 650ms cubic-bezier(.16, 1, .3, 1), filter 300ms ease;
}

.about-intro-photo-frame:is(:hover, :focus-within) img {
  transform: scale(1.018);
  filter: none;
}

.about-intro-handwriting {
  position: absolute;
  top: 367px;
  left: -44px;
  z-index: 2;
  display: flex;
  width: 176px;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #231f20;
  font-family: "Just Another Hand", "Caveat", cursive !important;
  font-size: 31px;
  font-weight: 400;
  line-height: .76;
  text-align: center;
  transform: rotate(-7deg);
  pointer-events: none;
}

.about-intro-handwriting span:last-child {
  margin-top: 8px;
}

.about-intro-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  color: #15313d;
  animation: about-intro-enter 650ms 90ms cubic-bezier(.16, 1, .3, 1) both;
}

.about-intro-pill {
  display: inline-flex;
  width: 121px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  background: #fcd4ee;
  color: #111;
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.about-intro-copy h1 {
  max-width: 548px;
  margin: 0;
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.about-intro-copy h1 em {
  display: inline;
  font-family: "Instrument Serif", serif !important;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.015em;
}

.about-intro-body {
  display: grid;
  max-width: 541px;
  gap: 19px;
  color: #171717;
  font-family: "DM Sans", sans-serif !important;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.018em;
}

.about-intro-body p { margin: 0; }

@keyframes about-intro-enter {
  from { opacity: 0; transform: scale(.92) translateY(16px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

[data-theme="dark"] .about-intro-copy,
[data-theme="dark"] .about-intro-copy h1 { color: #e7f4f8; }
[data-theme="dark"] .about-intro-body { color: rgba(245, 245, 246, .88); }
[data-theme="dark"] .about-intro-handwriting { color: #f2edf0; }
[data-theme="dark"] .about-intro-photo-frame {
  border-color: rgba(255, 255, 255, .1);
  background: linear-gradient(133deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .08);
}

.about-tool-stack-section {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -54px;
  padding: 0 24px 72px;
  background: transparent;
}

.about-tool-stack-dock {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 13px 19px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #f7f7f7;
  list-style: none;
}

.about-tool-stack-icon {
  position: relative;
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  cursor: default;
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(.34, 1.56, .64, 1);
  will-change: transform;
}

.about-tool-stack-icon:hover,
.about-tool-stack-icon:focus-within {
  transform: translateY(-5px);
}

.about-tool-stack-icon > img,
.about-tool-stack-rounded img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.about-tool-stack-rounded {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25%;
  box-shadow: none;
}

.about-tool-stack-rounded img {
  border-radius: 25%;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.08);
}

@media (max-width: 1100px) {
  .about-page .about-page-hero { min-height: 836px; padding-top: 178px; }
  .about-intro-layout { width: min(774px, 100%); gap: 41px; }
  .about-intro-portrait-column,
  .about-intro-photo-frame { width: 322px; height: 302px; }
  .about-intro-portrait-column { flex-basis: 322px; }
  .about-intro-photo-frame { padding: 15px 16px; border-radius: 16px; }
  .about-intro-photo-frame img { border-radius: 15px; }
  .about-intro-handwriting { top: 270px; left: -24px; font-size: 28px; }
  .about-intro-copy { gap: 14px; }
  .about-intro-pill { width: 91px; height: 18px; font-size: 10px; }
  .about-intro-copy h1 { max-width: 411px; font-size: 35px; }
  .about-intro-body { max-width: 406px; gap: 14px; font-size: 16px; }
  .about-tool-stack-section { margin-top: -44px; padding-bottom: 61px; }
}

@media (min-width: 810px) and (max-width: 1024px) {
  .about-tool-stack-dock {
    max-width: min(650px, 100%);
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 13px 16px;
  }
}

@media (max-width: 809px) {
  .about-page .about-page-hero {
    min-height: 0;
    padding: 145px 24px 106px;
    overflow: visible;
  }
  .about-intro-layout {
    width: min(342px, 100%);
    flex-direction: column;
    gap: 72px;
  }
  .about-intro-portrait-column {
    flex-basis: 292px;
    width: 310px;
    height: 292px;
  }
  .about-intro-photo-frame {
    width: 310px;
    height: 292px;
    padding: 27px 28px;
    border-radius: 20px;
  }
  .about-intro-photo-frame img { border-radius: 16px; }
  .about-intro-handwriting { top: 258px; left: -18px; width: 150px; font-size: 27px; }
  .about-intro-copy { width: 100%; align-items: center; gap: 18px; text-align: center; }
  .about-intro-pill { width: 128px; height: 26px; font-size: 12px; }
  .about-intro-copy h1 { max-width: 354px; font-size: 29px; line-height: 1.08; text-wrap: balance; }
  .about-intro-body { max-width: 354px; gap: 18px; font-size: 15px; line-height: 1.2; text-wrap: balance; }
  .about-tool-stack-section { margin-top: -42px; padding: 0 14px 52px; }
  .about-tool-stack-dock {
    width: min(290px, 100%);
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(6px, 1.6vw, 13px);
    padding: clamp(10px, 2.4vw, 19px);
    border-radius: 13px;
  }
  .about-tool-stack-icon {
    width: clamp(27px, 8vw, 38px);
    height: clamp(27px, 8vw, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-intro-portrait-column,
  .about-intro-copy { animation: none; }
  .about-intro-photo-frame img { transition: none; }
}

/* About page additions, adapted from the supplied Enric reference. */
.career-highlights-section,
.about-resume-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 78px 28px 104px;
  background: transparent;
  color: #0c0c11;
}

.career-highlights-inner,
.about-resume-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.about-section-kicker {
  width: fit-content;
  margin: 0 auto 48px;
  padding: 8px 18px;
  border: 1px solid rgba(21, 49, 61, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.about-intro-pill.about-section-kicker {
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 8px 18px;
  border-color: rgba(21, 49, 61, .08);
  background: #fcd4ee;
  color: #111;
  font-size: 22px;
}

.behind-pixels-inner {
  gap: 0;
  margin-top: -103px;
  padding-top: 1px;
}

.behind-pixels-inner > .about-section-kicker {
  margin-bottom: 48px;
}

.behind-pixels-copy {
  margin-top: 135px;
}

.about-questions-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 112px 28px 124px;
  background: transparent;
  color: #0c0c11;
}

.about-questions-inner {
  width: min(960px, 100%);
  margin: 0 auto;
}

.about-questions-inner > h2 {
  margin: 0 0 54px;
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.imessage-shell {
  width: min(820px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(21, 49, 61, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 64px rgba(30, 45, 54, .1);
  backdrop-filter: blur(18px);
}

.imessage-header {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(21, 49, 61, .1);
  background: rgba(249, 249, 251, .86);
  text-align: left;
}

.imessage-header > img {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 35%;
  box-shadow: 0 2px 8px rgba(12, 12, 17, .14);
}

.imessage-header p,
.imessage-header span {
  display: block;
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
  letter-spacing: 0;
}

.imessage-header p {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}

.imessage-header span {
  margin-top: 3px;
  color: #707078;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.imessage-thread {
  display: grid;
  gap: 22px;
  padding: 30px;
}

.imessage-exchange {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.imessage-question {
  align-self: flex-start;
  width: fit-content;
  max-width: 82%;
  padding: 11px 16px;
  border: 0;
  border-radius: 20px;
  background: #e9e9eb;
  color: #111;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.imessage-question:hover {
  background: #dedee2;
}

.imessage-question:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 3px;
}

.imessage-question:active {
  transform: scale(.985);
}

.imessage-answer {
  align-self: flex-end;
  width: fit-content;
  max-width: 82%;
  padding: 11px 16px;
  border-radius: 20px;
  background: #0a84ff;
  color: #fff;
  box-shadow: 0 8px 20px rgba(10, 132, 255, .18);
}

.imessage-answer[hidden] {
  display: none;
}

.imessage-answer p {
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.imessage-answer a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

[data-theme="dark"] .about-questions-section,
[data-theme="dark"] .about-questions-inner > h2 {
  color: #f2f4f5;
}

[data-theme="dark"] .imessage-shell {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(24, 24, 27, .78);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
}

[data-theme="dark"] .imessage-header {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(31, 31, 35, .9);
}

[data-theme="dark"] .imessage-header p {
  color: #fff;
}

[data-theme="dark"] .imessage-header span {
  color: #a7a7ad;
}

[data-theme="dark"] .imessage-question {
  background: #353539;
  color: #fff;
}

[data-theme="dark"] .imessage-question:hover {
  background: #424247;
}

.career-highlights-layout {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.career-highlights-photo {
  position: relative;
  width: 100%;
  height: 441.5px;
  margin: 52px 0 0;
  overflow: visible;
}

.career-highlights-photo::before {
  content: none;
}

.career-highlights-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1);
  transition: filter 320ms ease;
}

@media (hover: hover) {
  .career-highlights-photo:hover img {
    filter: grayscale(0);
  }
}

.career-highlights-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  backdrop-filter: none;
}

.career-highlights-cap {
  display: block;
  width: 38px;
  height: 38px;
  align-self: flex-start;
  object-fit: contain;
}

.career-highlights-heading {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.career-highlights-heading h2 {
  margin: 0;
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.career-highlights-heading p {
  margin: 0;
  color: rgba(21, 49, 61, .64);
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.career-highlights-metrics {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(21, 49, 61, .12);
  border-bottom: 1px solid rgba(21, 49, 61, .12);
}

.career-highlights-metrics > div {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
}

.career-highlights-metrics > div + div {
  border-left: 1px solid rgba(21, 49, 61, .12);
}

.career-highlights-metrics dt {
  color: rgba(21, 49, 61, .58);
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.career-highlights-metrics dd {
  margin: 0;
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: 54px;
  font-weight: 600;
  line-height: .95;
  letter-spacing: 0;
}

.career-highlights-list {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.career-highlights-list li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: rgba(21, 49, 61, .76);
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.career-highlights-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  content: "\2192";
}

[data-theme="dark"] .career-highlights-list li::before {
  color: #ffffff;
}

/* Muhid-inspired journey and experience block. */
.about-journey-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 106px 28px 124px;
  background: transparent;
  color: #15313d;
}

.about-journey-inner {
  width: min(820px, 100%);
  margin: 0 auto;
}

.about-journey-media {
  position: relative;
  width: 240px;
  height: 280px;
  isolation: isolate;
}

.about-journey-photo,
.about-journey-peek {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 270px;
  margin: 0;
  padding: 10px 10px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(18, 38, 48, .12), 0 2px 8px rgba(18, 38, 48, .06);
  transform-origin: 50% 100%;
}

.about-journey-photo {
  z-index: 4;
  transform: rotate(-4deg);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), box-shadow 300ms ease;
}

.about-journey-peek {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) rotate(0) scale(.72);
  transition: opacity 300ms ease, transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.about-journey-peek--left { z-index: 2; }
.about-journey-peek--right { z-index: 3; }

.about-journey-photo img,
.about-journey-peek img {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 2px;
  object-fit: cover;
}

.about-journey-photo img {
  object-position: center 34%;
}

.about-journey-media:hover .about-journey-photo {
  transform: translateY(-2px) rotate(0);
  box-shadow: 0 14px 44px rgba(18, 38, 48, .15), 0 4px 12px rgba(18, 38, 48, .08);
}

.about-journey-media:hover .about-journey-peek {
  opacity: 1;
}

.about-journey-media:hover .about-journey-peek--top {
  transform: translateY(-166px) rotate(0) scale(.76);
}

.about-journey-media:hover .about-journey-peek--left {
  transform: translate(-82px, -34px) rotate(-18deg) scale(.76);
}

.about-journey-media:hover .about-journey-peek--right {
  transform: translate(82px, -34px) rotate(15deg) scale(.76);
}

.about-journey-content {
  min-width: 0;
}

.about-journey-story {
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
}

.about-journey-story h2 {
  margin: -34px 0 0;
  color: #15313d;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(32px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.about-journey-story h2 span {
  display: block;
}

.about-journey-story > p {
  max-width: 760px;
  margin: 0;
  color: rgba(21, 49, 61, .62);
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.about-experience-list {
  margin-top: 48px;
  border-bottom: 1px solid rgba(21, 49, 61, .12);
}

.about-experience-row {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(21, 49, 61, .12);
  transition: padding-left 220ms cubic-bezier(.16, 1, .3, 1);
}

.about-experience-row:hover {
  padding-left: 6px;
}

.about-experience-row h3,
.about-experience-row p,
.about-experience-row time {
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
  letter-spacing: 0;
}

.about-experience-row h3 {
  color: #15313d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.about-experience-row p {
  margin-top: 5px;
  color: rgba(21, 49, 61, .55);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.about-experience-row time {
  flex: 0 0 auto;
  color: rgba(21, 49, 61, .55);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

[data-theme="dark"] .about-journey-section,
[data-theme="dark"] .about-journey-story h2,
[data-theme="dark"] .about-experience-row h3 {
  color: #f2f4f5;
}

[data-theme="dark"] .about-journey-story > p,
[data-theme="dark"] .about-experience-row p,
[data-theme="dark"] .about-experience-row time {
  color: rgba(242, 244, 245, .58);
}

[data-theme="dark"] .about-experience-list,
[data-theme="dark"] .about-experience-row {
  border-color: rgba(255, 255, 255, .13);
}

@media (max-width: 900px) {
  .about-journey-inner {
    width: min(760px, 100%);
  }

  .about-journey-media {
    width: 204px;
    height: 238px;
  }

  .about-journey-photo,
  .about-journey-peek {
    width: 204px;
    height: 230px;
    padding: 8px 8px 34px;
  }

  .about-journey-photo img,
  .about-journey-peek img {
    width: 188px;
    height: 188px;
  }
}

@media (max-width: 680px) {
  .about-journey-section {
    padding: 88px 20px 96px;
  }

  .about-journey-inner {
    width: 100%;
  }

  .about-journey-media {
    justify-self: center;
  }

  .about-journey-peek {
    display: none;
  }

  .about-journey-story {
    gap: 16px;
  }

  .about-journey-story h2 {
    margin-top: 0;
    font-size: 26px;
  }

  .about-experience-list {
    margin-top: 36px;
  }

  .about-experience-row {
    min-height: 0;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
  }

  .about-experience-row h3 {
    font-size: 16px;
  }

  .about-experience-row p,
  .about-experience-row time {
    font-size: 14px;
  }
}

.about-resume-section {
  padding-top: 112px;
  padding-bottom: 128px;
}

.about-resume-inner {
  display: grid;
  grid-template-columns: minmax(300px, 530px) minmax(320px, 440px);
  align-items: center;
  justify-content: space-between;
  gap: 96px;
}

.about-resume-preview {
  position: relative;
  width: min(530px, 100%);
  height: 369px;
  margin-bottom: -6px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
}

.about-resume-preview img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(18, 24, 28, .16));
  transform: scale(1.36);
  transition: transform 260ms ease, filter 260ms ease;
}

.about-resume-preview:hover .about-resume-preview__image,
.about-resume-preview:focus-visible .about-resume-preview__image {
  filter: drop-shadow(0 28px 34px rgba(18, 24, 28, .22));
  transform: translateY(-6px) rotate(-1deg) scale(1.4);
}

.about-resume-preview:focus-visible {
  outline: 3px solid #061bd8;
  outline-offset: 10px;
}

.about-resume-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  text-align: left;
}

.about-resume-mark {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.about-resume-details h2 {
  margin: -10px 0 0;
  color: #0c0c11;
  font-family: "DM Sans", sans-serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.about-resume-details > p {
  margin: 0;
  color: #0c0c11;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.about-resume-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.about-resume-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 11px 16px;
  border: 1px solid #0c0c11;
  border-radius: 8px;
  background: rgba(255, 255, 255, .56);
  color: #0c0c11;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.about-resume-button--dark {
  background: #0c0c11;
  color: #fff;
}

.about-resume-button:hover,
.about-resume-button:focus-visible {
  transform: translateY(-2px);
}

.about-resume-button:focus-visible {
  outline: 3px solid #061bd8;
  outline-offset: 3px;
}

.about-resume-modal[hidden] {
  display: none;
}

.about-resume-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.about-resume-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(7, 9, 11, .82);
  cursor: pointer;
}

.about-resume-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(740px, 100%);
  max-height: calc(100svh - 48px);
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.about-resume-modal__bar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 18px;
  border-bottom: 1px solid rgba(12, 12, 17, .1);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
}

.about-resume-modal__bar p {
  margin: 0;
  color: #0c0c11;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.about-resume-modal__bar button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0c0c11;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.about-resume-modal__dialog > img {
  display: block;
  width: 100%;
  height: auto;
}

body.has-resume-modal {
  overflow: hidden;
}

[data-theme="dark"] .career-highlights-section,
[data-theme="dark"] .about-resume-section,
[data-theme="dark"] .career-highlights-heading h2,
[data-theme="dark"] .career-highlights-heading p,
[data-theme="dark"] .career-highlights-metrics dt,
[data-theme="dark"] .career-highlights-metrics dd,
[data-theme="dark"] .career-highlights-list li,
[data-theme="dark"] .about-resume-details h2,
[data-theme="dark"] .about-resume-details > p {
  color: #f2f4f5;
}

[data-theme="dark"] .about-section-kicker {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  color: #f2f4f5;
}

[data-theme="dark"] .career-highlights-photo::before {
  border-color: rgba(255, 255, 255, .2);
}

[data-theme="dark"] .career-highlights-details {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

[data-theme="dark"] .career-highlights-metrics,
[data-theme="dark"] .career-highlights-metrics > div + div {
  border-color: rgba(255, 255, 255, .13);
}

[data-theme="dark"] .career-highlights-heading p,
[data-theme="dark"] .career-highlights-metrics dt,
[data-theme="dark"] .career-highlights-list li {
  color: rgba(242, 244, 245, .66);
}

[data-theme="dark"] .about-resume-button {
  border-color: #f2f4f5;
  background: rgba(255, 255, 255, .08);
  color: #f2f4f5;
}

[data-theme="dark"] .about-resume-button--dark {
  background: #f2f4f5;
  color: #0c0c11;
}

@media (max-width: 900px) {
  .behind-pixels-inner {
    margin-top: -72px;
  }

  .behind-pixels-copy {
    margin-top: 84px;
  }

  .about-questions-section {
    padding-top: 92px;
    padding-bottom: 104px;
  }

  .career-highlights-section {
    padding-top: 48px;
  }

  .career-highlights-layout,
  .about-resume-inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .career-highlights-layout {
    gap: 64px;
  }

  .career-highlights-photo {
    width: min(430px, calc(100% - 18px));
  }

  .career-highlights-details {
    width: min(560px, 100%);
  }

  .about-resume-inner {
    gap: 74px;
  }

  .about-resume-preview {
    width: min(380px, calc(100% - 24px));
    height: auto;
    aspect-ratio: 530 / 369;
  }

  .about-resume-details {
    width: min(460px, 100%);
  }
}

@media (max-width: 560px) {
  .behind-pixels-inner {
    margin-top: -48px;
  }

  .career-highlights-section,
  .about-questions-section,
  .about-resume-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .career-highlights-section {
    padding-top: 24px;
    padding-bottom: 82px;
  }

  .about-section-kicker {
    margin-bottom: 34px;
  }

  .about-intro-pill.about-section-kicker {
    margin: 0;
    font-size: 18px;
  }

  .behind-pixels-inner > .about-section-kicker {
    margin-bottom: 34px;
  }

  .behind-pixels-copy {
    margin-top: 70px;
  }

  .about-questions-section {
    padding-top: 78px;
    padding-bottom: 88px;
  }

  .about-questions-inner > h2 {
    margin-bottom: 36px;
    font-size: 34px;
  }

  .imessage-header {
    justify-content: flex-start;
  }

  .imessage-thread {
    gap: 18px;
    padding: 18px 14px 22px;
  }

  .imessage-question,
  .imessage-answer {
    max-width: 92%;
  }

  .imessage-question,
  .imessage-answer p {
    font-size: 15px;
  }

  .career-highlights-layout {
    gap: 52px;
  }

  .career-highlights-photo {
    height: auto;
    aspect-ratio: 4 / 5;
    margin-top: 0;
  }

  .career-highlights-details {
    gap: 20px;
    padding: 0;
  }

  .career-highlights-heading h2 {
    font-size: 25px;
  }

  .career-highlights-heading p,
  .career-highlights-list li {
    font-size: 16px;
  }

  .career-highlights-metrics {
    gap: 8px;
  }

  .career-highlights-metrics dt {
    font-size: 14px;
  }

  .career-highlights-metrics dd {
    font-size: 48px;
  }

  .about-resume-section {
    padding-top: 84px;
    padding-bottom: 96px;
  }

  .about-resume-inner {
    gap: 62px;
  }

  .about-resume-preview__back {
    transform: translate(14px, 14px);
  }

  .about-resume-details h2 {
    font-size: 28px;
  }

  .about-resume-details > p {
    font-size: 16px;
  }

  .about-resume-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .about-resume-button {
    width: 100%;
    justify-content: space-between;
  }

  .about-resume-modal {
    padding: 12px;
  }

  .about-resume-modal__dialog {
    max-height: calc(100svh - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .imessage-question,
  .about-resume-preview img,
  .about-resume-button {
    transition: none;
  }
}

/* Shared routed-page shell: keep the home navigation, theme control and animated
   contour canvas consistent without importing home-only stickers or sections. */
.about-page > .gradient-flow-bg,
.works-page > .gradient-flow-bg,
.resume-page > .gradient-flow-bg,
.contact-page > .gradient-flow-bg {
  z-index: 0;
}

.about-page > main,
.works-page > main,
.resume-page > main,
.contact-page > main,
.about-page > footer,
.works-page > footer,
.resume-page > footer,
.contact-page > footer {
  position: relative;
  z-index: 1;
}

.about-page .about-page-main,
.works-page .works-page-main,
.resume-page .resume-page-main,
.contact-page .contact-page-main,
.about-page .about-page-hero {
  background: transparent !important;
}

.shared-theme-toggle {
  position: fixed;
  top: 31px;
  right: 30px;
}

@media (max-width: 760px) {
  .shared-theme-toggle {
    top: 84px;
    right: 14px;
  }
}

@media (max-width: 560px) {
  .hero-only-page .reference-hero.hero-only-section { min-height: 1160px; }
}

[data-theme="dark"] body,
[data-theme="dark"] body.hero-only-page,
[data-theme="dark"] .gradient-flow-bg {
  background: #171a1f !important;
}

[data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
  border-color: rgba(255,255,255,.09);
  background: rgba(23, 26, 31, 0.54) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.04), inset 0 -38px 76px rgba(0,0,0,.14), 0 18px 44px rgba(0,0,0,.28);
}

/* Reference-matched sticky-note projection: attached contact edge, long diagonal cast, soft tail. */
.real-sticky-note__cast-shadow {
  position: absolute;
  left: 10%;
  top: 14%;
  z-index: 0;
  display: block;
  width: 67%;
  height: 66%;
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(45, 51, 56, 0.24) 0%, rgba(52, 59, 64, 0.19) 62%, rgba(67, 75, 81, 0.07) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 16% 100%, 0 86%);
  filter: blur(1.8px);
  opacity: 0.9;
  transform: translate3d(var(--note-shadow-x), var(--note-shadow-y), 0) skewY(7deg) scaleX(0.96);
  transform-origin: 0 0;
  pointer-events: none;
  will-change: transform;
}

.real-sticky-note__cast-shadow::after {
  content: "";
  position: absolute;
  left: 12%;
  right: -7%;
  bottom: -9%;
  height: 36%;
  border-radius: 50%;
  background: rgba(54, 62, 68, 0.12);
  filter: blur(12px);
}

.real-sticky-note__paper {
  box-shadow:
    0 2px 4px rgba(85, 78, 18, 0.16),
    1px 1px 1px rgba(69, 66, 23, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.52),
    inset 0 -12px 26px rgba(229, 207, 0, 0.09);
}

[data-theme="dark"] .real-sticky-note__cast-shadow {
  background: linear-gradient(145deg, rgba(0,0,0,.48), rgba(0,0,0,.32) 64%, rgba(0,0,0,.12));
}

/* Supplied wall hardware: edge-mounted, draggable, and visually subordinate to the hero copy. */
.hero-wall-prop {
  z-index: 14;
  display: grid;
  place-items: center;
  isolation: isolate;
  transition: filter 220ms ease, transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.hero-wall-prop > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1), filter 220ms ease;
}

.hero-wall-prop--paperclip {
  left: -30px;
  top: 55%;
  width: 128px;
  height: 128px;
}

.hero-wall-prop--paperclip > img {
  transform: rotate(-11deg);
  filter: saturate(.72) brightness(1.07) contrast(.92);
}

.hero-wall-prop--binder {
  right: -25px;
  top: 47%;
  width: 112px;
  height: 112px;
}

.hero-wall-prop--binder > img {
  transform: rotate(12deg);
  filter:
    saturate(.72)
    hue-rotate(172deg)
    brightness(1.25)
    drop-shadow(var(--sticker-shadow-x) var(--sticker-shadow-y) 18px rgba(37, 45, 53, .18));
}

.hero-wall-prop:not(.is-dragging):hover > img,
.hero-wall-prop:focus-visible > img {
  transform: translateY(-4px) rotate(-4deg) scale(1.035);
}

.hero-wall-prop--binder:not(.is-dragging):hover > img,
.hero-wall-prop--binder:focus-visible > img {
  transform: translateY(-4px) rotate(7deg) scale(1.035);
}

.hero-wall-prop.is-dragging {
  z-index: 70;
  filter: brightness(1.02);
}

.hero-wall-prop.is-dragging > img { transform: rotate(0deg) scale(1.03); }

[data-theme="dark"] .hero-wall-prop--paperclip > img {
  filter: saturate(.62) brightness(.9) contrast(1.08);
}

[data-theme="dark"] .hero-wall-prop--binder > img {
  filter:
    saturate(.64)
    hue-rotate(172deg)
    brightness(.88)
    drop-shadow(var(--sticker-shadow-x) var(--sticker-shadow-y) 20px rgba(0, 0, 0, .36));
}

@media (max-width: 980px) {
  .hero-wall-prop--paperclip {
    left: -26px;
    top: 58%;
    width: 104px;
    height: 104px;
  }

  .hero-wall-prop--binder {
    right: -20px;
    top: 49%;
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 560px) {
  .muhid-music-player {
    width: 178px;
    height: 198px;
    border-radius: 18px;
  }
  .muhid-music-player__vinyl { top: -94px; width: 180px; height: 180px; }

  .hero-wall-prop--paperclip {
    left: -24px;
    top: 64%;
    width: 82px;
    height: 82px;
  }

  .hero-wall-prop--binder {
    right: -18px;
    top: 55%;
    width: 76px;
    height: 76px;
  }
}

/* Supplied photographed sticky note replaces the former generated paper layers. */
.sara-sticker--reference-note {
  --note-cast-x: 30px;
  --note-cast-y: 34px;
  left: 5.5%;
  top: 12%;
  width: 196px;
  height: 186px;
  filter: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0);
  transform-origin: 50% 45%;
}

.sara-sticker--reference-note > img,
.sara-sticker--reference-note:hover > img,
.sara-sticker--reference-note:focus-visible > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(var(--note-cast-x) var(--note-cast-y) 15px rgba(40, 47, 53, .2));
  transform: none;
  transition: filter 220ms ease, transform 320ms cubic-bezier(.16, 1, .3, 1);
  user-select: none;
  -webkit-user-drag: none;
}

.sara-sticker--reference-note:hover,
.sara-sticker--reference-note:focus-visible {
  transform: translate3d(var(--drag-x), calc(var(--drag-y) - 3px), 0) scale(1.012);
}

.sara-sticker--reference-note.is-dragging {
  transform: translate3d(var(--drag-x), var(--drag-y), 0) scale(1.018);
}

[data-theme="dark"] .sara-sticker--reference-note > img {
  filter: brightness(.9) saturate(.88) drop-shadow(var(--note-cast-x) var(--note-cast-y) 17px rgba(0, 0, 0, .38));
}

/* Browser annotations: enlarge the desktop nav by 15% while preserving compact breakpoints. */
@media (min-width: 901px) {
  .site-navbar__pill {
    --nav-item-width: 90px;
    grid-template-columns: 83px repeat(5, var(--nav-item-width));
    padding: 6px;
  }

  .site-navbar__brand {
    width: 83px;
    height: 46px;
    padding-inline: 9px;
  }

  .site-navbar__brand img {
    width: 78px;
    height: 32px;
  }

  .site-navbar__link {
    min-height: 46px;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .hero-only-page .reference-hero.hero-only-section {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .site-navbar__pill { margin-top: 21px; }

  .shared-theme-toggle {
    top: 52px;
  }
}

@media (max-width: 980px) {
  .sara-sticker--reference-note {
    --note-cast-x: 24px;
    --note-cast-y: 28px;
    left: 3.5%;
    top: 11%;
    width: 164px;
    height: 156px;
  }
}

@media (max-width: 560px) {
  .sara-sticker--reference-note {
    --note-cast-x: 18px;
    --note-cast-y: 22px;
    left: 2%;
    top: 11%;
    width: 138px;
    height: 132px;
  }
}

/* Restored from Sara Khalil's source: exact paper asset, spacing, script and shadow. */
.sara-sticker--sara-note {
  left: auto;
  right: 6%;
  top: 12%;
  width: 200px;
  height: 200px;
  filter: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0);
  transform-origin: 50% 50%;
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.sara-sticker--sara-note > img,
.sara-sticker--sara-note:hover > img,
.sara-sticker--sara-note:focus-visible > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  filter:
    drop-shadow(0 10px 8px rgba(28, 25, 38, .04))
    drop-shadow(0 4px 3px rgba(28, 25, 38, .1));
  transform: none;
  user-select: none;
  -webkit-user-drag: none;
}

.sara-sticker--sara-note .sara-sticker-note__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 16px 20px 0 48px;
  color: #6b5fa0;
  font-family: "Caveat", cursive;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
  pointer-events: none;
  transform: rotate(-5deg);
}

.sara-sticker--sara-note:hover,
.sara-sticker--sara-note:focus-visible {
  transform: translate3d(var(--drag-x), calc(var(--drag-y) - 4px), 0) scale(1.02);
}

.sara-sticker--sara-note.is-dragging {
  transform: translate3d(var(--drag-x), var(--drag-y), 0) scale(1.018);
}

[data-theme="dark"] .sara-sticker--sara-note > img {
  filter:
    brightness(.88)
    saturate(.82)
    drop-shadow(0 12px 10px rgba(0, 0, 0, .18))
    drop-shadow(0 5px 4px rgba(0, 0, 0, .22));
}

@media (max-width: 980px) {
  .sara-sticker--sara-note {
    right: 3.5%;
    top: 11%;
    width: 164px;
    height: 164px;
  }

  .sara-sticker--sara-note .sara-sticker-note__copy {
    gap: 1px;
    padding: 13px 16px 0 39px;
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .sara-sticker--sara-note {
    right: 2%;
    top: 11%;
    width: 136px;
    height: 136px;
  }

  .sara-sticker--sara-note .sara-sticker-note__copy {
    padding: 11px 14px 0 33px;
    font-size: 11.5px;
  }
}

/* Hero is a full-bleed canvas, not a bordered card. */
.hero-only-page .reference-hero.hero-only-section,
[data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
  width: 100%;
  min-height: max(100svh, 848px);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media (max-width: 980px) {
  .hero-only-page .reference-hero.hero-only-section,
  [data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
    min-height: max(100svh, 900px);
  }
}

@media (max-width: 560px) {
  .hero-only-page .reference-hero.hero-only-section,
  [data-theme="dark"] .hero-only-page .reference-hero.hero-only-section {
    min-height: 1160px;
  }
}

/* Screenshot-matched initial sticker composition; drag offsets apply from these anchors. */
@media (min-width: 981px) {
  .sara-sticker--sara-note {
    left: 6.5%;
    right: auto;
    top: 5.5svh;
    width: 200px;
    height: 200px;
  }

  .muhid-music-player {
    right: 6.6%;
    top: 5.8svh;
  }

  .hero-wall-prop--paperclip {
    left: 28.5%;
    right: auto;
    top: 63.2svh;
    width: 72px;
    height: 72px;
  }

  .hero-wall-prop--binder {
    left: 65.2%;
    right: auto;
    top: 62.5svh;
    width: 112px;
    height: 112px;
  }

  .sara-sticker--folder {
    left: 13.1%;
    top: 74.8svh;
    bottom: auto;
  }

  .sara-sticker--terminal {
    right: 5.8%;
    top: 66.5svh;
    bottom: auto;
  }
}

/* Sanjay-reference selected-work heading: eyebrow, display line, supporting copy. */
.project-action-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(964px, 100%);
  min-height: 222px;
  margin-top: -38px;
  gap: 16px;
  padding: 24px 16px;
  text-align: center;
}

.project-action-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  color: #626262;
  font-family: var(--font-body) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.project-action-eyebrow img {
  display: block;
  width: 15px;
  height: 15px;
}

.project-action-header h2 {
  margin: 0;
  color: #1e1e1e !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(52px, 6.3vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em !important;
  text-transform: none;
}

.project-action-subtitle {
  margin: 7px 0 0;
  color: #7b7b7b;
  font-family: var(--font-body) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
}

[data-theme="dark"] .project-action-eyebrow,
[data-theme="dark"] .project-action-subtitle { color: rgba(245, 245, 246, .62); }
[data-theme="dark"] .project-action-header h2 { color: #f5f5f6 !important; }

@media (max-width: 720px) {
  .project-action-header {
    min-height: 190px;
    margin-top: 0;
    gap: 13px;
    padding-inline: 8px;
  }

  .project-action-eyebrow { font-size: 12px; }
  .project-action-eyebrow img { width: 13px; height: 13px; }

  .project-action-header h2 {
    max-width: 600px;
    font-size: clamp(40px, 12vw, 56px);
  }

  .project-action-subtitle {
    max-width: 520px;
    font-size: 15px;
  }
}

/* Hero sticker focus mode: a compact switch above the headline clears the wall props to both sides. */
.hero-sticker-toggle {
  position: relative;
  z-index: 42;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  margin: 0 auto clamp(18px, 2.4vw, 28px);
  padding: 6px;
  border: 1px solid rgba(20, 22, 28, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #171717;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(24, 28, 38, .08);
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.hero-sticker-toggle:hover,
.hero-sticker-toggle:focus-visible {
  border-color: rgba(20, 22, 28, .24);
  outline: none;
  box-shadow: 0 16px 34px rgba(24, 28, 38, .13);
  transform: translateY(-1px);
}

.hero-sticker-toggle__track {
  position: relative;
  display: block;
  width: 34px;
  height: 22px;
  border-radius: 999px;
  background: #dfe4eb;
  box-shadow: inset 0 1px 3px rgba(15, 18, 24, .14);
  transition: background-color 220ms ease;
}

.hero-sticker-toggle__track span {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(15, 18, 24, .18);
  transition: transform 280ms cubic-bezier(.2, .9, .2, 1);
}

.hero-sticker-toggle[aria-pressed="true"] .hero-sticker-toggle__track {
  background: #8fbff5;
}

.hero-sticker-toggle[aria-pressed="true"] .hero-sticker-toggle__track span {
  transform: translateX(12px);
}

.hero-only-section.is-stickers-hidden .hero-sticker-layer .sara-sticker {
  pointer-events: none;
  opacity: 0;
  filter: blur(7px);
  transition:
    transform 720ms cubic-bezier(.18, .9, .18, 1),
    opacity 420ms 170ms ease,
    filter 520ms ease;
}

.hero-only-section:not(.is-stickers-hidden) .hero-sticker-layer .sara-sticker {
  transition:
    transform 720ms cubic-bezier(.18, .9, .18, 1),
    opacity 360ms ease,
    filter 420ms ease;
}

.hero-only-section.is-stickers-hidden .sara-sticker--note,
.hero-only-section.is-stickers-hidden .sara-sticker--folder,
.hero-only-section.is-stickers-hidden .hero-wall-prop--paperclip {
  transform: translate3d(calc(var(--drag-x) - 56vw), calc(var(--drag-y) + 4vh), 0) rotate(-18deg) scale(.72) !important;
}

.hero-only-section.is-stickers-hidden .muhid-music-player,
.hero-only-section.is-stickers-hidden .sara-sticker--terminal,
.hero-only-section.is-stickers-hidden .hero-wall-prop--binder {
  transform: translate3d(calc(var(--drag-x) + 56vw), calc(var(--drag-y) + 4vh), 0) rotate(18deg) scale(.72) !important;
}

[data-theme="dark"] .hero-sticker-toggle {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(29, 31, 39, .72);
  color: #f7f7f8;
}

[data-theme="dark"] .hero-sticker-toggle__track {
  background: #3d4350;
}

[data-theme="dark"] .hero-sticker-toggle[aria-pressed="true"] .hero-sticker-toggle__track {
  background: #7c69d8;
}

@media (max-width: 700px) {
  .hero-sticker-toggle {
    margin-bottom: 18px;
  }
}

/* About annotation refinements. */
.about-hello-heading {
  position: absolute;
  top: 124px;
  left: 50%;
  z-index: 3;
  width: min(780px, calc(100% - 48px));
  margin: 0;
  color: #15313d;
  font-family: "Just Another Hand", "Caveat", cursive !important;
  font-size: clamp(36px, 4.1vw, 56px);
  font-weight: 400;
  line-height: .86;
  text-align: center;
  transform: translateX(-50%) rotate(-2deg);
  pointer-events: none;
}

.about-hello-heading span {
  display: inline-block;
  min-width: min(420px, 78vw);
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition:
    opacity 320ms ease,
    filter 320ms ease,
    transform 320ms cubic-bezier(.2, .8, .2, 1);
}

.about-hello-heading.is-changing span {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-9px);
}

.home-wall-layout {
  margin-top: 47px;
}

.about-questions-inner {
  width: min(1060px, 100%);
}

.imessage-shell {
  position: relative;
  width: min(860px, 100%);
  padding: 18px;
  border: 0;
  border-radius: 34px;
  background:
    linear-gradient(145deg, #222733 0%, #0e1118 100%);
  box-shadow:
    0 28px 80px rgba(16, 26, 34, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .12),
    inset 0 0 0 8px rgba(255, 255, 255, .035);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.imessage-shell::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
  transform: translateX(-50%);
}

.imessage-header {
  border-radius: 20px 20px 0 0;
}

.imessage-thread {
  min-height: 430px;
  border-radius: 0 0 20px 20px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.42), transparent 28%),
    #d8ecff;
}

.aami-footer {
  border-top: 0 !important;
}

.about-resume-mark {
  width: 88px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(18, 24, 28, .12));
}

.about-resume-button {
  border: 0 !important;
  border-radius: 12px;
}

.about-resume-button--dark {
  border-radius: 18px;
}

[data-theme="dark"] .imessage-shell {
  background: linear-gradient(145deg, #080a0f 0%, #1b1f28 100%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .34),
    inset 0 0 0 1px rgba(255, 255, 255, .1),
    inset 0 0 0 8px rgba(255, 255, 255, .025);
}

[data-theme="dark"] .imessage-thread {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.08), transparent 28%),
    #202634;
}

[data-theme="dark"] .about-hello-heading {
  color: #e7f4f8;
}

@media (max-width: 900px) {
  .about-hello-heading {
    top: 116px;
  }

  .imessage-shell {
    padding: 14px;
    border-radius: 28px;
  }
}

@media (max-width: 560px) {
  .about-hello-heading {
    top: 96px;
    width: calc(100% - 32px);
    font-size: 34px;
  }

  .home-wall-layout {
    margin-top: 34px;
  }

  .imessage-shell {
    padding: 10px;
    border-radius: 24px;
  }

  .imessage-thread {
    min-height: 360px;
  }

  .about-resume-button--dark {
    border-radius: 16px;
  }
}

/* Homepage skills, adapted from the Ritwij reference with Aami's theme and content. */
.home-skills-section {
  position: relative;
  z-index: 21;
  width: 100%;
  padding: clamp(148px, 16.7vw, 240px) clamp(24px, 5.6vw, 80px) clamp(92px, 9vw, 132px);
  color: var(--ink);
}

.home-skills-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.home-skills-overview {
  display: grid;
  min-height: 520px;
  margin-top: -361px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 564px);
  align-items: start;
  gap: 32px;
  padding: 32px 8px 8px 32px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-skills-intro {
  min-width: 0;
}

.home-skills-label {
  margin: 0 0 20px;
  color: #8e9ba2;
  font-family: "DM Sans", var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-skills-title {
  max-width: 580px;
  margin: 0;
  color: #a5b0b6;
  font-family: var(--font-heading);
  font-size: clamp(25px, 2.25vw, 32px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0;
}

.home-skills-title strong {
  color: #15313d;
  font-weight: 600;
}

.home-skills-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: end;
  gap: 8px 10px;
  margin: 136px 0 0;
  padding: 0;
  list-style: none;
}

.home-skill-item {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 49, 61, .045);
  background: rgba(255, 255, 255, .88);
  color: #243a44;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.home-skill-item img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
  transition: filter 220ms ease, transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.home-skill-item:hover,
.home-skill-item:focus-within {
  border-color: rgba(68, 164, 217, .26);
  color: #087bc2;
  box-shadow: 0 10px 28px rgba(56, 123, 159, .1);
  transform: translateY(-2px);
}

.home-skill-item:hover img,
.home-skill-item:focus-within img {
  filter: saturate(1.4);
  transform: scale(1.08) rotate(-3deg);
}

.home-toolstack {
  margin-top: clamp(92px, 9vw, 126px);
}

.home-toolstack-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.26fr 1.08fr .86fr;
  gap: 0;
  border: 1px solid rgba(21, 49, 61, .1);
  background:
    linear-gradient(rgba(21, 49, 61, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 49, 61, .025) 1px, transparent 1px),
    rgba(252, 253, 253, .78);
  background-size: 12px 12px;
}

.home-tool-group {
  min-width: 0;
  border-right: 1px solid rgba(21, 49, 61, .1);
}

.home-tool-group:last-child {
  border-right: 0;
}

.home-tool-group h3 {
  display: flex;
  min-height: 36px;
  align-items: center;
  margin: 0;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(21, 49, 61, .08);
  background: rgba(245, 248, 249, .88);
  color: #607681;
  font-family: "DM Sans", var(--font-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-tool-icons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(52px, 1fr);
  justify-content: start;
}

.home-tool-icons img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 66px;
  padding: 17px;
  border-right: 1px solid rgba(21, 49, 61, .08);
  object-fit: contain;
  transition: background-color 200ms ease, transform 240ms cubic-bezier(.2, .8, .2, 1);
}

.home-tool-icons img:last-child {
  border-right: 0;
}

.home-tool-icons img:hover {
  background: rgba(138, 202, 234, .16);
  transform: translateY(-3px);
}

.home-skills-overview,
.home-toolstack {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 820ms cubic-bezier(.16, 1, .3, 1);
}

.home-skills-section.is-visible .home-skills-overview,
.home-skills-section.is-visible .home-toolstack {
  opacity: 1;
  transform: translateY(0);
}

.home-skills-section.is-visible .home-toolstack {
  transition-delay: 160ms;
}

[data-theme="dark"] .home-skills-section {
  color: #f4f7f8;
}

[data-theme="dark"] .home-skills-overview {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

[data-theme="dark"] .home-skills-label {
  color: #7d8991;
}

[data-theme="dark"] .home-skills-title {
  color: #7f8a91;
}

[data-theme="dark"] .home-skills-title strong {
  color: #eef7fa;
}

[data-theme="dark"] .home-skill-item {
  border-color: rgba(255, 255, 255, .045);
  background: rgba(30, 35, 42, .92);
  color: #dce7eb;
}

[data-theme="dark"] .home-skill-item:hover,
[data-theme="dark"] .home-skill-item:focus-within {
  border-color: rgba(138, 202, 234, .34);
  color: #8acaea;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .26);
}

[data-theme="dark"] .home-toolstack-grid {
  border-color: rgba(255, 255, 255, .1);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    rgba(20, 24, 30, .78);
  background-size: 12px 12px;
}

[data-theme="dark"] .home-tool-group {
  border-right-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .home-tool-group h3 {
  border-bottom-color: rgba(255, 255, 255, .08);
  background: rgba(27, 32, 39, .92);
  color: #9aa8af;
}

[data-theme="dark"] .home-tool-icons img {
  border-right-color: rgba(255, 255, 255, .08);
}

[data-theme="dark"] .home-tool-icons img:hover {
  background: rgba(138, 202, 234, .11);
}

@media (max-width: 1040px) {
  .home-skills-overview {
    min-height: 0;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 32px;
  }

  .home-skills-title {
    max-width: 760px;
  }

  .home-skills-grid {
    margin-top: 0;
  }

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

  .home-tool-group:nth-child(2) {
    border-right: 0;
  }

  .home-tool-group:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(21, 49, 61, .1);
  }

  [data-theme="dark"] .home-tool-group:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, .1);
  }
}

@media (max-width: 640px) {
  .home-skills-section {
    padding: 18px 16px 84px;
  }

  .home-skills-overview {
    gap: 38px;
    padding: 24px 18px;
  }

  .home-skills-label {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .home-skills-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .home-skills-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .home-skill-item {
    min-height: 66px;
    padding: 13px 14px;
    font-size: 15px;
  }

  .home-skill-item img {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .home-toolstack {
    margin-top: 68px;
  }

  .home-toolstack-grid {
    grid-template-columns: 1fr;
  }

  .home-tool-group,
  .home-tool-group:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 49, 61, .1);
  }

  .home-tool-group:last-child {
    border-bottom: 0;
  }

  [data-theme="dark"] .home-tool-group,
  [data-theme="dark"] .home-tool-group:nth-child(2) {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .home-tool-icons {
    grid-auto-columns: 58px;
  }

  .home-tool-icons img {
    height: 58px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hello-heading span {
    transition: none;
  }

  .home-skills-overview,
  .home-toolstack,
  .home-skill-item,
  .home-skill-item img,
  .home-tool-icons img {
    transition: none !important;
  }
}

/* Keep the iPad component above the older FAQ styling in the cascade. */
.about-questions-inner {
  width: min(1120px, 100%);
}

.imessage-shell {
  width: min(980px, 100%);
  aspect-ratio: 1.46 / 1;
  padding: 16px;
  border: 1px solid #59606b;
  border-radius: 43px;
  background: linear-gradient(145deg, #30343c 0%, #11141a 72%);
  box-shadow:
    0 34px 78px rgba(17, 27, 35, .18),
    inset 0 0 0 5px #1c2028,
    inset 0 0 0 7px rgba(255, 255, 255, .08);
}

.imessage-header {
  display: grid;
  min-height: 0;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  justify-content: normal;
  gap: 0;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(60, 60, 67, .18);
  border-radius: 0;
  background: rgba(249, 249, 250, .92);
  text-align: center;
}

.imessage-thread {
  display: block;
  min-height: 0;
  padding: 0 7px 8px;
  border-radius: 0;
  background: transparent;
}

.imessage-exchange {
  display: block;
}

.imessage-question {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 70px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  align-self: auto;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: transparent;
  color: #171719;
  font-family: inherit !important;
  font-size: 12px;
  line-height: 1.2;
}

.imessage-question:hover {
  background: rgba(10, 132, 255, .1);
}

.imessage-exchange.is-open .imessage-question {
  background: #0a84ff;
  color: #fff;
}

.imessage-answer {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 100%;
  align-self: auto;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
}

.imessage-answer .imessage-bubble {
  width: fit-content;
  max-width: 76%;
  margin: 0 0 9px;
  padding: 8px 11px;
  border-radius: 15px;
  font-family: inherit !important;
  font-size: 13px;
  line-height: 1.28;
}

.imessage-bubble--incoming {
  align-self: flex-start;
  border-bottom-left-radius: 4px !important;
  background: #e9e9eb;
  color: #111;
}

.imessage-bubble--outgoing {
  align-self: flex-end;
  border-bottom-right-radius: 4px !important;
  background: #0a84ff;
  color: #fff;
}

[data-theme="dark"] .imessage-shell {
  border-color: #3b4048;
  background: linear-gradient(145deg, #17191f 0%, #050608 72%);
}

[data-theme="dark"] .imessage-thread {
  background: transparent;
}

[data-theme="dark"] .imessage-header {
  border-color: rgba(255, 255, 255, .1);
  background: #1c1c1e;
}

[data-theme="dark"] .imessage-question {
  background: transparent;
  color: #fff;
}

[data-theme="dark"] .imessage-question:hover {
  background: rgba(10, 132, 255, .16);
}

[data-theme="dark"] .imessage-exchange.is-open .imessage-question {
  background: #0a84ff;
}

@media (max-width: 900px) {
  .imessage-shell {
    padding: 14px;
    border-radius: 37px;
  }
}

@media (max-width: 760px) {
  .imessage-shell {
    aspect-ratio: .86 / 1;
    padding: 11px;
    border-radius: 31px;
  }

  .imessage-thread {
    display: grid;
    min-height: 0;
    grid-auto-columns: minmax(112px, 1fr);
    grid-auto-flow: column;
    gap: 5px;
    padding: 0 8px 8px;
    overflow-x: auto;
  }

  .imessage-question {
    min-height: 72px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
  }
}

@media (max-width: 480px) {
  .imessage-shell {
    aspect-ratio: .72 / 1;
    padding: 8px;
    border-radius: 26px;
  }
}

@media (min-width: 641px) {
  .about-page .site-navbar__pill {
    margin-top: 19px;
  }
}

/* Contact enquiry redesign */
.contact-page .contact-page-main {
  padding: 146px clamp(24px, 4.2vw, 72px) 54px;
}

.contact-page .contact-enquiry,
.contact-page .contact-internet,
.contact-page .contact-page-footer {
  width: min(1240px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.contact-enquiry__header,
.contact-internet__header {
  margin-bottom: 42px;
}

.contact-eyebrow {
  margin: 0 0 5px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-enquiry__header h1,
.contact-internet__header h2 {
  margin: 0;
  color: #101010;
  font-family: var(--font-heading);
  font-size: clamp(38px, 3.45vw, 52px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.contact-enquiry__header h1 span {
  color: #777;
  font-weight: 400;
}

.contact-page .contact-form {
  display: block;
}

.contact-enquiry__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.contact-page .contact-field {
  position: relative;
}

.contact-page .contact-field label,
.contact-services legend {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 9px;
  overflow: visible;
  clip: auto;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-page .contact-field label span {
  color: #f04c55;
}

.contact-page .contact-field input,
.contact-page .contact-field select,
.contact-page .contact-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: #111;
  background: rgba(255, 255, 255, .76);
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-page .contact-field select {
  cursor: pointer;
}

.contact-page .contact-field input::placeholder,
.contact-page .contact-field textarea::placeholder {
  color: #a4a4a4;
}

.contact-page .contact-field input:hover,
.contact-page .contact-field select:hover,
.contact-page .contact-field textarea:hover {
  background: #fff;
  border-color: #bcbcbc;
}

.contact-page .contact-field input:focus,
.contact-page .contact-field select:focus,
.contact-page .contact-field textarea:focus {
  outline: 0;
  background: #fff;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, .08);
}

.contact-field--brief {
  margin-top: 26px;
}

.contact-page .contact-field textarea {
  min-height: 116px;
  resize: vertical;
}

.contact-services {
  min-width: 0;
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

.contact-services__options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.contact-service-option {
  position: relative;
}

.contact-service-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-page .contact-service-option label {
  display: block;
  min-height: 36px;
  margin: 0;
  padding: 10px 17px;
  color: #202020;
  background: rgba(255, 255, 255, .76);
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-service-option input:checked + label {
  color: #fff;
  background: #111;
  border-color: #111;
}

.contact-service-option input:focus-visible + label {
  outline: 3px solid #8acaea;
  outline-offset: 3px;
}

.contact-service-option label:hover {
  border-color: #111;
  transform: translateY(-1px);
}

.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.contact-page .contact-submit {
  width: auto;
  min-width: 108px;
  min-height: 50px;
  margin: 0;
  padding: 0 22px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}

.contact-page .contact-submit:hover {
  color: #111;
  background: #8acaea;
  border-color: #8acaea;
}

.contact-reply-note,
.contact-page .contact-form-status {
  margin: 0;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1.4;
}

.contact-page .contact-form-status {
  min-height: 20px;
  margin-top: 8px;
}

.contact-internet {
  margin-top: 116px;
}

.contact-internet__header {
  margin-bottom: 28px;
}

.contact-internet__header h2 {
  font-size: clamp(36px, 3.15vw, 48px);
}

.contact-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 16px;
}

.contact-social-card {
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  color: #111;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-social-card:hover {
  background: #fff;
  border-color: #ababab;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .07);
  transform: translateY(-3px);
}

.contact-social-card:focus-visible {
  outline: 3px solid #8acaea;
  outline-offset: 3px;
}

.contact-social-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  background: #111;
  border-radius: 10px;
}

.contact-social-card__icon img {
  display: block;
  width: 23px;
  height: 23px;
  filter: invert(1);
}

.contact-social-card--linkedin .contact-social-card__icon { background: #0a66c2; }
.contact-social-card--instagram .contact-social-card__icon { background: #e1306c; }
.contact-social-card--behance .contact-social-card__icon { background: #1769ff; }
.contact-social-card--dribbble .contact-social-card__icon { background: #ea4c89; }
.contact-social-card--medium .contact-social-card__icon { background: #111; }
.contact-social-card--github .contact-social-card__icon { background: #24292f; }

.contact-social-card strong,
.contact-social-card small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-social-card strong {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.contact-social-card small {
  margin-top: 3px;
  color: #999;
  font-size: 12px;
  line-height: 1.2;
}

.contact-page .contact-page-footer {
  margin-top: 68px;
  padding-top: 0;
}

html[data-theme="dark"] .contact-enquiry__header h1,
html[data-theme="dark"] .contact-internet__header h2,
html[data-theme="dark"] .contact-page .contact-field label,
html[data-theme="dark"] .contact-services legend {
  color: #f5f5f5;
}

html[data-theme="dark"] .contact-enquiry__header h1 span {
  color: #aaa;
}

html[data-theme="dark"] .contact-page .contact-field input,
html[data-theme="dark"] .contact-page .contact-field select,
html[data-theme="dark"] .contact-page .contact-field textarea,
html[data-theme="dark"] .contact-page .contact-service-option label,
html[data-theme="dark"] .contact-social-card {
  color: #f5f5f5;
  background: rgba(34, 34, 34, .86);
  border-color: #444;
}

html[data-theme="dark"] .contact-page .contact-field input:hover,
html[data-theme="dark"] .contact-page .contact-field select:hover,
html[data-theme="dark"] .contact-page .contact-field textarea:hover,
html[data-theme="dark"] .contact-social-card:hover {
  background: #292929;
  border-color: #666;
}

html[data-theme="dark"] .contact-service-option input:checked + label {
  color: #111;
  background: #8acaea;
  border-color: #8acaea;
}

@media (max-width: 900px) {
  .contact-page .contact-page-main {
    padding: 126px 28px 46px;
  }

  .contact-enquiry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

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

@media (max-width: 640px) {
  .contact-page .contact-page-main {
    padding: 132px 16px 36px;
  }

  .contact-enquiry__header,
  .contact-internet__header {
    margin-bottom: 30px;
  }

  .contact-enquiry__grid,
  .contact-social-grid {
    grid-template-columns: 1fr;
  }

  .contact-enquiry__grid {
    gap: 18px;
  }

  .contact-field--brief,
  .contact-services {
    margin-top: 22px;
  }

  .contact-services__options {
    gap: 8px;
  }

  .contact-page .contact-service-option label {
    padding-right: 14px;
    padding-left: 14px;
  }

  .contact-form__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .contact-page .contact-submit {
    width: 100%;
  }

  .contact-internet {
    margin-top: 86px;
  }

  .contact-social-card {
    min-height: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-service-option label,
  .contact-social-card {
    transition: none !important;
  }
}

/* Browser annotations: scoped Home typography and navigation spacing. */
@media (min-width: 981px) {
  .hero-only-page .horizontal-words__bottom-text-l {
    width: min(939.63px, calc(100vw - 48px));
    max-width: 939.63px;
    font-size: 23.46px;
  }
}

@media (min-width: 641px) {
  .hero-only-page .site-navbar__pill {
    margin-top: 23px;
  }
}

/* Arjuna-inspired two-stage call button, adapted for Aami's WhatsApp contact. */
.home-whatsapp-cta {
  position: relative;
  z-index: 50;
  display: grid;
  width: 100%;
  place-items: center;
  padding: 54px 24px 76px;
  background: transparent;
}

.arjuna-call-button {
  position: relative;
  display: flex;
  width: 260px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Geist", "DM Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  isolation: isolate;
}

.arjuna-call-button__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 1000px;
  background: #000000;
  box-shadow:
    0 16px 20px -12px rgba(0, 0, 0, 0.38),
    0 6px 6px -4px rgba(0, 0, 0, 0.25),
    inset 0 0 12px 6px rgba(255, 255, 255, 0.3);
  transition: transform 700ms cubic-bezier(0.34, 1.4, 0.64, 1);
  will-change: transform;
}

.arjuna-call-button__bg::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #25d366 0%, #1fbd5c 48%, #128c7e 100%);
  content: "";
  opacity: 0;
  transition: opacity 360ms ease;
}

.arjuna-call-button__label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition:
    opacity 320ms ease,
    filter 420ms ease,
    transform 520ms cubic-bezier(0.34, 1.4, 0.64, 1);
}

.arjuna-call-button__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.arjuna-call-button__avatar,
.arjuna-call-button__you {
  position: absolute;
  top: 7px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
  filter: blur(5px);
  transition:
    left 700ms cubic-bezier(0.34, 1.4, 0.64, 1),
    opacity 180ms ease,
    filter 100ms ease,
    transform 700ms cubic-bezier(0.34, 1.4, 0.64, 1);
  will-change: left, opacity, filter, transform;
}

.arjuna-call-button__avatar {
  left: 67px;
  background: #d7d7d7;
  transform: rotate(-180deg);
}

.arjuna-call-button__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 34%;
  filter: none;
  transform: none;
}

.arjuna-call-button__you {
  left: 143px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  transform: rotate(180deg);
}

.arjuna-call-button__plus {
  position: absolute;
  top: 50%;
  left: 130px;
  opacity: 0;
  font-size: 16px;
  transform: translate(-50%, -20%);
  transition:
    opacity 280ms ease,
    transform 500ms cubic-bezier(0.34, 1.4, 0.64, 1);
}

.arjuna-call-button__closing {
  position: absolute;
  top: 50%;
  left: 138px;
  opacity: 0;
  white-space: nowrap;
  transform: translate(20px, -50%);
  transition:
    opacity 420ms ease,
    transform 500ms cubic-bezier(0, 0, 0, 1);
}

.arjuna-call-button:hover .arjuna-call-button__bg,
.arjuna-call-button:focus-visible .arjuna-call-button__bg {
  transform: scale(1.05);
}

.arjuna-call-button:hover .arjuna-call-button__bg::after,
.arjuna-call-button:focus-visible .arjuna-call-button__bg::after {
  opacity: 1;
}

.arjuna-call-button:hover .arjuna-call-button__label,
.arjuna-call-button:focus-visible .arjuna-call-button__label {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-20px);
}

.arjuna-call-button:hover .arjuna-call-button__avatar,
.arjuna-call-button:hover .arjuna-call-button__you,
.arjuna-call-button:focus-visible .arjuna-call-button__avatar,
.arjuna-call-button:focus-visible .arjuna-call-button__you {
  opacity: 1;
  filter: blur(0);
  transform: rotate(0);
}

.arjuna-call-button:hover .arjuna-call-button__plus,
.arjuna-call-button:focus-visible .arjuna-call-button__plus {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.arjuna-call-button.is-complete .arjuna-call-button__avatar {
  left: 42px;
}

.arjuna-call-button.is-complete .arjuna-call-button__you {
  left: 82px;
}

.arjuna-call-button.is-complete .arjuna-call-button__plus {
  opacity: 0;
  transform: translate(-50%, -80%);
}

.arjuna-call-button.is-complete .arjuna-call-button__closing {
  opacity: 1;
  transform: translate(0, -50%);
}

.arjuna-call-button:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 5px;
}

@media (hover: none), (max-width: 809px) {
  .home-whatsapp-cta {
    padding: 38px 28px 58px;
  }

  .arjuna-call-button {
    width: min(334px, 100%);
  }

  .arjuna-call-button__hover {
    display: none;
  }

  .arjuna-call-button:hover .arjuna-call-button__label,
  .arjuna-call-button:focus-visible .arjuna-call-button__label {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arjuna-call-button *,
  .arjuna-call-button {
    transition: none !important;
  }
}

/* Final dark-mode pass: one shared ink/surface system across every page. */
html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #171a1f;
  --ink: #f5f7f8;
  --muted: #b9c1c8;
  --soft: #222831;
  --line: rgba(255, 255, 255, 0.14);
  --marimba-paper: #171a1f;
  --marimba-ink: #f5f7f8;
}

html[data-theme="dark"] body {
  color: var(--ink);
}

html[data-theme="dark"] .site-navbar__brand img {
  filter: brightness(0) invert(1);
}

html[data-theme="dark"] .home-about-title,
html[data-theme="dark"] .home-about-copy p,
html[data-theme="dark"] .home-about-eyebrow,
html[data-theme="dark"] .services-roll-kicker,
html[data-theme="dark"] .services-roll-row,
html[data-theme="dark"] .horizontal-words,
html[data-theme="dark"] .horizontal-words .letter,
html[data-theme="dark"] .horizontal-words .word-space,
html[data-theme="dark"] .horizontal-words__bottom-text-l,
html[data-theme="dark"] .horizontal-words__bottom-text-l em {
  color: var(--ink) !important;
}

html[data-theme="dark"] .home-about-copy p,
html[data-theme="dark"] .horizontal-words__bottom-text-l {
  color: var(--muted) !important;
}

html[data-theme="dark"] .services-roll-section.is-previewing .services-roll-row:not(.is-active) {
  color: rgba(245, 247, 248, 0.34) !important;
}

html[data-theme="dark"] .action-card {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: #20252c;
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .action-card:hover,
html[data-theme="dark"] .action-card:focus-visible,
html[data-theme="dark"] .action-card-shell:first-child .action-card {
  border-color: rgba(138, 202, 234, 0.42) !important;
  background: #252b33;
}

html[data-theme="dark"] .action-card-text h3,
html[data-theme="dark"] .action-card-text p,
html[data-theme="dark"] .action-card-kicker,
html[data-theme="dark"] .action-card-link {
  color: var(--ink) !important;
}

html[data-theme="dark"] .action-card-text p {
  color: var(--muted) !important;
}

html[data-theme="dark"] .action-card-tags span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #dce3e8 !important;
}

html[data-theme="dark"] .process-stage-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: #20252c;
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .process-stage-card:hover {
  border-color: rgba(138, 202, 234, 0.42);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .process-card-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: #252b33;
}

html[data-theme="dark"] .process-card-header h3,
html[data-theme="dark"] .process-card-body strong {
  color: var(--ink);
}

html[data-theme="dark"] .process-card-header p,
html[data-theme="dark"] .process-card-body p {
  color: var(--muted);
}

html[data-theme="dark"] .process-card-icon {
  border-color: rgba(255, 255, 255, 0.14);
  background: #dff3fc;
}

html[data-theme="dark"] .process-step-marker {
  border-color: rgba(138, 202, 234, 0.35);
  background: #203746;
  color: #dff4ff;
}

html[data-theme="dark"] .my-process-track::before,
html[data-theme="dark"] .process-card-slot::after {
  background: rgba(138, 202, 234, 0.32);
}

html[data-theme="dark"] .arjuna-call-button__bg {
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 18px 28px -12px rgba(0, 0, 0, 0.7),
    0 0 24px rgba(138, 202, 234, 0.13),
    inset 0 0 12px 6px rgba(255, 255, 255, 0.2);
}

html[data-theme="dark"] .works-page-hero h1,
html[data-theme="dark"] .works-project-card h2,
html[data-theme="dark"] .works-project-card h3,
html[data-theme="dark"] .works-project-action,
html[data-theme="dark"] .works-featured-heading h2 {
  color: var(--ink) !important;
}

html[data-theme="dark"] .works-page-label {
  color: var(--muted);
}

html[data-theme="dark"] .works-filter,
html[data-theme="dark"] .works-view-button {
  color: var(--ink);
}

html[data-theme="dark"] .works-filter:hover,
html[data-theme="dark"] .works-view-button:hover {
  background: #282d34;
}

html[data-theme="dark"] .works-filter.is-active,
html[data-theme="dark"] .works-view-button.is-active {
  background: var(--ink);
  color: #171a1f;
}

html[data-theme="dark"] .works-filter:focus-visible,
html[data-theme="dark"] .works-view-button:focus-visible,
html[data-theme="dark"] .works-showcase a:focus-visible {
  outline-color: #8acaea;
}

html[data-theme="dark"] .works-featured {
  border-color: rgba(255, 255, 255, 0.14);
  background: #20242a;
}

html[data-theme="dark"] .works-featured:hover {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .works-project-card p,
html[data-theme="dark"] .works-featured-description {
  color: var(--muted) !important;
}

html[data-theme="dark"] .works-featured-description--secondary,
html[data-theme="dark"] .works-featured-meta dt {
  color: #aeb8c0 !important;
}

html[data-theme="dark"] .works-featured-meta dd {
  color: var(--ink);
}

html[data-theme="dark"] .works-featured-heading > span,
html[data-theme="dark"] .works-featured .works-tags span {
  border-color: rgba(255, 255, 255, 0.2);
  color: #dce3e8;
}

html[data-theme="dark"] .works-featured-visual,
html[data-theme="dark"] .works-project-card figure {
  background: #11161c;
}

html[data-theme="dark"] .works-featured-visual figcaption {
  color: #c4cdd4;
}

html[data-theme="dark"] .works-project-action {
  border-color: rgba(255, 255, 255, 0.7);
}

html[data-theme="dark"] .works-project-grid.is-list .works-project-card {
  border-color: rgba(255, 255, 255, 0.16);
}

html[data-theme="dark"] .works-project-card span {
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #dce3e8 !important;
}

/* The annotated overlap belongs to roomy layouts; mobile keeps natural flow. */
@media (min-width: 810px) {
  .home-whatsapp-cta {
    margin-top: -130px;
  }
}

/* Mobile process cards use a readable document flow instead of a hidden scroll stage. */
@media (max-width: 700px) {
  .my-process-section {
    height: auto !important;
    min-height: 0 !important;
    padding: 76px 20px;
  }

  .my-process-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .my-process-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto 42px;
    transform: none;
  }

  .my-process-viewport {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .my-process-track {
    display: grid;
    width: 100%;
    height: auto;
    gap: 22px;
    padding: 0;
    transform: none !important;
  }

  .my-process-track::before,
  .process-card-slot::after {
    display: none;
  }

  .process-card-slot {
    display: grid;
    width: 100%;
    height: auto;
    gap: 10px;
  }

  .process-step-marker {
    position: relative;
    inset: auto;
    justify-self: start;
    transform: none;
  }

  .process-stage-card,
  .my-process-section.is-ready .process-stage-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 294px;
    opacity: 1;
    transform: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }
}

/* Final mobile navigation: icon-led bottom bar with safe touch targets. */
.site-navbar__icon {
  display: none;
}

@media (max-width: 560px) {
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .site-navbar {
    top: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: min(420px, calc(100vw - 16px));
  }

  .site-navbar__pill {
    display: grid;
    width: 100%;
    min-height: 72px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    padding: 5px;
    border-radius: 24px;
    overflow: visible;
  }

  .site-navbar__indicator {
    display: none;
  }

  .site-navbar__link {
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 60px;
    flex-direction: column;
    gap: 4px;
    padding: 6px 2px 5px;
    border-radius: 18px;
    color: #66737b;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .site-navbar__link:hover,
  .site-navbar__link:focus-visible {
    transform: none;
  }

  .site-navbar__link.is-active,
  .site-navbar__link[aria-current="page"] {
    background: rgba(138, 202, 234, 0.22);
    color: #142f3d;
  }

  .site-navbar__icon {
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    opacity: 0.72;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-navbar__link.is-active .site-navbar__icon,
  .site-navbar__link[aria-current="page"] .site-navbar__icon {
    opacity: 1;
    transform: translateY(-1px);
  }

  html[data-theme="dark"] .site-navbar__link {
    color: #aeb9c0;
  }

  html[data-theme="dark"] .site-navbar__link.is-active,
  html[data-theme="dark"] .site-navbar__link[aria-current="page"] {
    background: rgba(138, 202, 234, 0.18);
    color: #e9f7fd;
  }

  html[data-theme="dark"] .site-navbar__icon {
    filter: invert(1);
  }
}

/* Mobile-only desktop preview control and text-only recommendation layers. */
.desktop-view-toggle {
  display: none;
}

html[data-desktop-preview-capable="true"] .desktop-view-toggle {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 2200;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #172f3b;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.desktop-view-toggle img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-view-toggle:hover img,
.desktop-view-toggle:focus-visible img {
  opacity: 1;
  transform: translateY(-1px);
}

.desktop-view-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -7px;
}

html[data-theme="dark"] .desktop-view-toggle img {
  filter: invert(1);
}

html.desktop-preview-active .desktop-view-toggle {
  top: calc(14px * var(--desktop-preview-inverse-scale));
  right: calc(14px * var(--desktop-preview-inverse-scale));
  width: calc(44px * var(--desktop-preview-inverse-scale));
  height: calc(44px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-view-toggle img {
  width: calc(20px * var(--desktop-preview-inverse-scale));
  height: calc(20px * var(--desktop-preview-inverse-scale));
}

/* Keep the scaled desktop canvas centered and prevent decorative elements from
   creating a one-sided mobile crop. */
html.desktop-preview-active {
  width: 100%;
  overflow-x: clip;
  scrollbar-gutter: stable both-edges;
}

html.desktop-preview-active body {
  width: 100%;
  min-width: 0;
  margin-inline: auto;
  overflow-x: clip;
}

html.desktop-preview-active main,
html.desktop-preview-active .site-navbar,
html.desktop-preview-active main > section {
  margin-inline: auto;
}

.desktop-preview-overlay {
  position: fixed;
  inset: 0;
  z-index: 6000;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(248, 251, 253, 0.74);
  color: #142f3d;
  opacity: 0;
  -webkit-backdrop-filter: blur(13px) saturate(92%);
  backdrop-filter: blur(13px) saturate(92%);
  transition: opacity 180ms ease;
  outline: 0;
}

.desktop-preview-overlay.is-visible {
  opacity: 1;
}

html[data-theme="dark"] .desktop-preview-overlay {
  background: rgba(13, 16, 20, 0.72);
  color: #f4f7f9;
}

.desktop-preview-message {
  width: min(430px, calc(100vw - 48px));
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.desktop-preview-message h2 {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading) !important;
  font-size: clamp(29px, 8vw, 38px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.desktop-preview-message p {
  max-width: 340px;
  margin: 16px auto 0;
  color: color-mix(in srgb, currentColor 68%, transparent);
  font-family: var(--font-body) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}

.desktop-preview-message__action {
  min-width: 0;
  min-height: 44px;
  margin: 24px auto 0;
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: var(--font-body) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.desktop-preview-message__action:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.desktop-preview-overlay--rotation .desktop-preview-message h2 {
  font-size: clamp(25px, 7vw, 32px);
}

.desktop-preview-overlay--rotation .desktop-preview-message p {
  margin-top: 12px;
}

html.desktop-preview-active .desktop-preview-overlay {
  padding: calc(30px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-preview-message {
  width: calc(360px * var(--desktop-preview-inverse-scale));
  max-width: calc(100vw - 48px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-preview-message h2 {
  font-size: calc(30px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-preview-message p,
html.desktop-preview-active .desktop-preview-message__action {
  font-size: calc(15px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-preview-message p {
  max-width: calc(330px * var(--desktop-preview-inverse-scale));
  margin-top: calc(12px * var(--desktop-preview-inverse-scale));
}

html.desktop-preview-active .desktop-preview-message__action {
  min-height: calc(44px * var(--desktop-preview-inverse-scale));
  margin-top: calc(20px * var(--desktop-preview-inverse-scale));
  padding: calc(10px * var(--desktop-preview-inverse-scale))
    calc(4px * var(--desktop-preview-inverse-scale));
}

/* The 1280px layout viewport normally selects desktop rules; these pin key columns. */
html.desktop-preview-active .home-about-layout {
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
}

html.desktop-preview-active .home-toolstack-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html.desktop-preview-active .project-action-cards {
  width: 100%;
}

html.desktop-preview-active .action-card {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
}

html.desktop-preview-active .works-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.desktop-preview-active .contact-enquiry__grid,
html.desktop-preview-active .contact-social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Scaled desktop mode uses a stable 1280px composition. Avoid viewport-height
   anchors and desktop-only negative overlaps that become exaggerated on phones. */
html.desktop-preview-active .hero-only-page .reference-hero.hero-only-section {
  min-height: 920px;
}

html.desktop-preview-active .hero-only-page .hero-content {
  padding-top: 78px;
}

html.desktop-preview-active .sara-sticker,
html.desktop-preview-active [data-draggable] {
  touch-action: none;
}

html.desktop-preview-active .sara-sticker--sara-note {
  top: 54px;
}

html.desktop-preview-active .muhid-music-player {
  top: 64px;
}

html.desktop-preview-active .hero-wall-prop--paperclip {
  top: 540px;
}

html.desktop-preview-active .hero-wall-prop--binder {
  top: 530px;
}

html.desktop-preview-active .sara-sticker--folder {
  top: 680px;
  bottom: auto;
}

html.desktop-preview-active .sara-sticker--terminal {
  top: 600px;
  bottom: auto;
}

html.desktop-preview-active .selected-interfaces {
  padding-top: 36px;
  padding-bottom: 112px;
}

html.desktop-preview-active .home-about-section,
html.desktop-preview-active .home-skills-section,
html.desktop-preview-active .about-page-main > section {
  min-height: 0;
}

html.desktop-preview-active .home-skills-section {
  padding-top: 96px;
}

html.desktop-preview-active .home-skills-overview,
html.desktop-preview-active .about-tool-stack-section,
html.desktop-preview-active .behind-pixels-inner {
  margin-top: 0;
}

html.desktop-preview-active .project-action-header {
  margin-top: 0;
}

/* Compact the long scroll stages when the 1280px desktop canvas is scaled to a phone. */
html.desktop-preview-active .my-process-section {
  min-height: 0;
}

html.desktop-preview-active .services-roll-section {
  min-height: 560px;
  padding-top: 52px;
  padding-bottom: 52px;
}

html.desktop-preview-active .horizontal-words {
  height: calc(200 * var(--rolling-svh));
  margin-top: 0;
}

html.desktop-preview-active .horizontal-words__content {
  height: 720px;
  min-height: 0;
}

html.desktop-preview-active .horizontal-words__bottom-text {
  bottom: 48px;
  transform: none;
}

html.desktop-preview-active .home-whatsapp-cta {
  margin-top: -150px;
  padding-top: 36px;
  padding-bottom: 56px;
}

@media (prefers-reduced-motion: reduce) {
  .desktop-view-toggle img,
  .desktop-preview-overlay {
    transition: none !important;
  }
}

/* Final desktop header alignment: keep the active underline close to its label
   and center the page-level theme controls against each page's navbar offset. */
@media (min-width: 761px) {
  .site-navbar__indicator,
  [data-theme="dark"] .site-navbar__indicator {
    bottom: 12px;
  }

  .hero-only-page .hero-theme-toggle {
    position: fixed;
    top: 54px;
  }

  .about-page .shared-theme-toggle {
    top: 50px;
  }
}

/* Phone hero composition: keep the headline and assistant in a clear central lane. */
@media (max-width: 560px) {
  .sara-sticker--sara-note {
    left: 14px;
    right: auto;
    top: 116px;
    width: 112px;
    height: 112px;
  }

  .sara-sticker--sara-note .sara-sticker-note__copy {
    padding: 9px 11px 0 27px;
    font-size: 9.5px;
  }

  .muhid-music-player {
    right: 12px;
    top: 116px;
    width: 164px;
    height: 184px;
    border-radius: 18px;
  }

  .muhid-music-player__vinyl {
    top: -88px;
    width: 166px;
    height: 166px;
  }

  .muhid-music-player__panel {
    gap: 6px;
    padding: 0 13px 12px;
  }

  .muhid-music-player__equalizer { height: 13px; }
  .muhid-music-player__title { font-size: 10px; }
  .muhid-music-player__meta { font-size: 6px; }
  .muhid-music-player__controls { margin-top: 2px; }

  .hero-wall-prop--paperclip {
    left: -18px;
    top: 590px;
    width: 70px;
    height: 70px;
  }

  .hero-wall-prop--binder {
    right: -14px;
    top: 680px;
    width: 68px;
    height: 68px;
  }

  .sara-sticker--folder {
    left: 24px;
    top: 760px;
    bottom: auto;
    width: 88px;
    height: 88px;
  }

  .sara-folder-visual {
    width: 88px;
    height: 88px;
  }

  .sara-folder-icons {
    top: 32px;
    transform: scale(.7);
  }
}

@media (max-width: 360px) {
  .sara-sticker--sara-note {
    left: 12px;
    width: 96px;
    height: 96px;
  }

  .sara-sticker--sara-note .sara-sticker-note__copy {
    padding: 8px 9px 0 23px;
    font-size: 8px;
  }

  .muhid-music-player {
    right: 8px;
    width: 148px;
    height: 168px;
  }

  .muhid-music-player__vinyl {
    top: -80px;
    width: 150px;
    height: 150px;
  }
}
