@font-face {
  font-family: "SA Long Beach";
  src: url("../assets/fonts/SALongBeach.woff2") format("woff2"), url("../assets/fonts/SALongBeach.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fffdf9;
  color: #2f2f2f;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a,
button,
.nav-toggle,
.case-link,
.social-links a,
.work-card {
  cursor: pointer;
}

input,
textarea {
  cursor: text;
}

a:hover,
a:hover *,
button:hover,
button:hover * {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

hr {
  margin: 50px 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  width: min(100% - 72px, 1500px);
  margin-inline: auto;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.site-header .site-logo,
.site-header .site-nav,
.site-header .nav-toggle {
  pointer-events: auto;
}

.site-logo {
  margin-right: auto;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  backdrop-filter: blur(1px);
  padding: 12px 14px 7px;
}
.site-logo img {
  width: 75%;
  height: auto;
  justify-self: center;
}
.is-scrolled .site-logo {
  opacity: 1;
  transform: translateY(0);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  backdrop-filter: blur(1px);
}
.site-nav a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111111;
  position: relative;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: #111111;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}
.site-nav a:hover::after, .site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  place-items: center;
}
.nav-toggle img {
  width: 24px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 220ms ease;
}
.nav-toggle.is-open img {
  transform: rotate(90deg);
}

.hero {
  position: relative;
  z-index: 1;
  min-height: clamp(560px, 45vw, 640px);
  padding-top: 86px;
  background: #fffdf9;
  overflow: visible;
}
.hero__inner {
  width: min(100% - 48px, 1500px);
  margin-inline: auto;
}
.hero__lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(200px, 17vw, 260px);
  align-items: start;
  gap: clamp(42px, 5vw, 74px);
  padding: clamp(32px, 3.4vw, 48px) 8% 0 7%;
}
.hero__copy {
  padding-top: 2px;
}
.hero__copy p {
  margin: 0 0 20px;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 800;
}
.hero__copy strong {
  color: #111111;
  font-weight: 800;
}
.hero__copy a {
  color: #ef4d76;
  font-weight: 800;
}
.hero__character {
  position: relative;
  z-index: 1;
  width: clamp(200px, 17vw, 260px);
  justify-self: center;
  margin-bottom: -180px;
}
.hero__portfolio-marker {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 50%;
  display: grid;
  justify-items: center;
  width: -moz-max-content;
  width: max-content;
  color: #111111;
  font-family: "SA Long Beach", "Comic Sans MS", cursive;
  font-size: clamp(24px, 1.45vw, 26px);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  letter-spacing: 0.09em;
}
.hero__portfolio-marker span {
  display: block;
  margin-bottom: 8px;
  transform: rotate(-8deg);
}
.hero__portfolio-marker img {
  width: clamp(24px, 2vw, 36px);
  height: clamp(48px, 4vw, 72px);
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(18deg);
}

.selection-frame {
  position: relative;
  border: 0;
  padding: clamp(28px, 2.5vw, 42px) clamp(42px, 4.2vw, 74px);
  background: repeating-linear-gradient(to right, rgba(17, 17, 17, 0.56) 0 13px, transparent 13px 27px) top left/100% 1.5px no-repeat, repeating-linear-gradient(to right, rgba(17, 17, 17, 0.56) 0 13px, transparent 13px 27px) bottom left/100% 1.5px no-repeat, repeating-linear-gradient(to bottom, rgba(17, 17, 17, 0.56) 0 13px, transparent 13px 27px) top left/1.5px 100% no-repeat, repeating-linear-gradient(to bottom, rgba(17, 17, 17, 0.56) 0 13px, transparent 13px 27px) top right/1.5px 100% no-repeat;
}
.selection-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 67%;
  bottom: -28px;
  width: clamp(34px, 3.3vw, 48px);
  aspect-ratio: 1;
  background: url("../assets/icons/cursor.png") center/contain no-repeat;
  pointer-events: none;
}
.selection-frame h1 {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(46px, 4.75vw, 84px);
  line-height: 1.13;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.selection-frame h1 span {
  color: #ef4d76;
}

.frame-corner {
  position: absolute;
  z-index: 4;
  width: 17px;
  height: 17px;
  border: 3px solid #ef4d76;
  background: #fffdf9;
}
.frame-corner--tl {
  left: -5px;
  top: -5px;
}
.frame-corner--tr {
  right: -5px;
  top: -5px;
}
.frame-corner--bl {
  left: -5px;
  bottom: -5px;
}
.frame-corner--br {
  right: -5px;
  bottom: -5px;
}

.work-stack {
  position: relative;
  z-index: 3;
  margin-top: clamp(-116px, -8vw, -80px);
}

.project-section {
  position: relative;
  overflow: visible;
  display: grid;
  align-items: center;
}
.project-section--blue {
  background-image: url("../assets/images/bg-blue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: min(804px, 46.37vw);
  z-index: 7;
  margin-top: clamp(22px, 1.7vw, 30px);
}
.project-section--green {
  background-image: url("../assets/images/bg-green.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: min(719px, 53vw);
  z-index: 6;
  margin-top: clamp(22px, 1.7vw, 30px);
}
.project-section--gray {
  background-image: url("../assets/images/bg-gray.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: min(910px, 64.01vw);
  z-index: 3;
  margin-top: clamp(22px, 1.7vw, 30px);
}
.project-section--pink {
  background-image: url("../assets/images/bg-pink.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: min(773px, 50.35vw);
  z-index: 4;
  margin-top: clamp(22px, 1.7vw, 30px);
}
.project-section--cyan {
  background-image: url("../assets/images/bg-cyan.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: min(742px, 42.79vw);
  z-index: 5;
  margin-top: clamp(22px, 1.7vw, 30px);
}
.project-section__inner {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(52px, 5vw, 112px);
}
.project-section__copy {
  max-width: 470px;
}
.project-section__copy h2 {
  margin: 12px 0 2px;
  color: #111111;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.project-section__copy p {
  margin-bottom: 30px;
  font-size: clamp(16px, 1vw, 18px);
}
.project-section__copy p:not(.eyebrow) {
  margin: 0 0 75px;
  color: #111111;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
}
.project-section__copy a {
  font-weight: 800;
  font-size: clamp(26px, 1.2vw, 28px);
}
.project-section__media {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section__media img {
  transition: transform 320ms ease;
}
.project-section--anna .project-section__inner {
  padding-top: 8vw;
}
.project-section--anna .project-section__media img {
  transform: translateY(clamp(34px, 4vw, 76px));
  width: clamp(230px, 24vw, 423px);
}
.project-section--algoritma .project-section__inner {
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(76px, 6vw, 128px);
}
.project-section--algoritma .project-section__media img {
  transform: translate(clamp(44px, 4.4vw, 78px), clamp(86px, 6.6vw, 124px));
  width: clamp(840px, 54vw, 1180px);
  max-width: none;
  margin-left: clamp(160px, 2.4vw, 180px);
  margin-bottom: clamp(-400px, -2.4vw, -60px);
}
.project-section--algoritma .project-section__copy {
  justify-self: end;
  text-align: right;
  max-width: 520px;
}
.project-section--algoritma .project-section__copy h2 {
  white-space: nowrap;
}
.project-section--trinketlab {
  align-items: start;
}
.project-section--trinketlab .project-section__inner {
  align-self: start;
  align-items: start;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(56px, 5vw, 104px);
}
.project-section--trinketlab .project-section__media {
  align-self: start;
  justify-content: flex-start;
}
.project-section--trinketlab .project-section__media img {
  transform: translate(clamp(-48px, -2.8vw, -26px), 0);
  width: clamp(500px, 40vw, 960px);
  max-width: none;
  margin-left: clamp(-140px, -2.4vw, -120px);
}
.project-section--trinketlab .project-section__copy {
  justify-self: start;
  align-self: start;
  margin-top: clamp(350px, 10vw, 210px);
  margin-left: clamp(150px, 10vw, 210px);
  max-width: 420px;
}
.project-section--fitness .project-section__media {
  justify-content: flex-end;
}
.project-section--fitness .project-section__media img {
  transform: translateY(clamp(-90px, -5.2vw, -48px));
  width: clamp(230px, 24vw, 423px);
}
.project-section--fitness .project-section__copy {
  justify-self: end;
  text-align: right;
  max-width: 560px;
  margin-right: clamp(0px, 1.2vw, 28px);
}
.project-section--scandibalt .project-section__media img {
  transform: translateY(clamp(-112px, -7vw, -56px));
  width: clamp(730px, 43vw, 985px);
}
.project-section--scandibalt .project-section__copy {
  justify-self: center;
}

.eyebrow {
  margin: 0;
  color: #111111;
  font-size: clamp(16px, 0.78vw, 16px);
  font-weight: 600;
  opacity: 0.78;
}

.case-link {
  display: inline-block;
  color: #111111;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
  transition: transform 180ms ease, color 180ms ease;
}
.case-link:hover {
  color: #ef4d76;
  transform: translateY(-2px);
}

.about-work-link {
  margin-top: 8px;
}

.scroll-to-top {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 120;
  width: clamp(48px, 4vw, 58px);
  height: clamp(48px, 4vw, 58px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.14);
  color: #111111;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 850;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.94);
  transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease, background 180ms ease, color 180ms ease;
}
.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.scroll-to-top:hover {
  color: #ef4d76;
  background: rgba(255, 253, 249, 0.94);
  transform: translateY(-3px) scale(1);
}
.scroll-to-top span {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    font-size: 24px;
    backdrop-filter: blur(10px);
  }
}
.tools-section {
  min-height: clamp(720px, 66vw, 900px);
  display: grid;
  align-items: start;
}
.tools-section__inner {
  width: min(100% - 48px, 1500px);
  margin-inline: auto;
  padding-top: clamp(88px, 8vw, 150px);
}
.tools-section h2 {
  margin: 0 0 clamp(78px, 8vw, 130px);
  text-align: center;
  color: #2f2f2f;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1;
  font-weight: 800;
}

.tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(24px, 4vw, 84px);
  justify-content: center;
}

.tool-card {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 8px;
}
.tool-card__icon {
  width: clamp(116px, 6.4vw, 196px);
  filter: drop-shadow(0 16px 16px rgba(17, 17, 17, 0.2));
  transition: transform 220ms ease;
}
.tool-card__icon--paper {
  width: clamp(100px, 8vw, 160px);
  filter: none;
  margin-top: 14px;
}
.tool-card__arrow {
  width: 20px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px;
}
.tool-card__arrow--up {
  transform: rotate(180deg);
}
.tool-card:hover .tool-card__icon {
  transform: translateY(-6px) rotate(-2deg);
}

.handwritten {
  margin: 0;
  color: #111111;
  font-family: "SA Long Beach", "Comic Sans MS", cursive;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-footer {
  min-height: clamp(260px, 21.34vw, 370px);
  background-image: url("../assets/images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: end;
}
.contact-footer__inner {
  width: min(100% - 48px, 1220px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}
.contact-footer__character {
  width: clamp(180px, 12vw, 210px);
  align-self: end;
  justify-self: right;
}
.contact-footer__content {
  justify-self: left;
  text-align: center;
  padding-bottom: clamp(32px, 3vw, 54px);
}
.contact-footer__content h2 {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(30px, 2vw, 40px);
  line-height: 1;
  font-weight: 800;
}
.contact-footer__email {
  display: inline-block;
  margin-bottom: 18px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.social-links {
  display: flex;
  gap: 12px;
  justify-self: center;
}
.social-links img {
  width: 24px;
  height: 24px;
  transition: transform 180ms ease;
}
.social-links a:hover img {
  transform: translateY(-3px);
}

.subpage,
.case-page {
  padding-top: 110px;
  background: #fffdf9;
}

.page-hero,
.case-hero,
.work-grid,
.template-section,
.tools-mini,
.daily-grid,
.case-summary,
.case-content {
  width: min(100% - 48px, 1220px);
  margin-inline: auto;
}

.page-hero {
  padding: 80px 0 70px;
}
.page-hero h1 {
  margin: 8px 0 16px;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.page-hero h1 span {
  color: #ef4d76;
}
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 650;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  padding-bottom: 100px;
}

.work-card,
.daily-card,
.case-summary article,
.case-content article,
.template-section,
.tools-mini {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.08);
  border-radius: 28px;
}

.work-card {
  padding: 30px;
}
.work-card__image {
  height: 330px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 22px;
  background: #f1f1f1;
  overflow: hidden;
}
.work-card__image img {
  max-height: 92%;
  transition: transform 260ms ease;
}
.work-card:hover .work-card__image img {
  transform: scale(1.04);
}
.work-card h2 {
  margin: 8px 0 4px;
  font-size: 30px;
  letter-spacing: -0.03em;
}
.work-card p:not(.eyebrow) {
  margin: 0 0 24px;
}

.template-section {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 60px;
  padding: 46px 60px;
  margin-bottom: 40px;
}
.template-section h2 {
  margin-top: 0;
  font-size: 34px;
}
.template-section img {
  max-height: 360px;
  justify-self: center;
}

.tools-mini {
  padding: 46px 60px;
  margin-bottom: 100px;
}
.tools-mini h2 {
  margin-top: 0;
  font-size: 34px;
}
.tools-mini__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.tools-mini__icons img {
  width: 84px;
}

.daily-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 100px;
}

.daily-card {
  padding: 34px;
}
.daily-card h2 {
  margin-top: 0;
}

.case-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
  padding-bottom: 70px;
}
.case-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.case-hero p:not(.eyebrow) {
  font-size: 22px;
  font-weight: 650;
}
.case-hero img {
  max-height: 520px;
  justify-self: center;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: #111111;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #ef4d76;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500 !important;
}

.case-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 42px;
}
.case-summary article {
  padding: 28px;
}
.case-summary h2 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.case-summary p {
  margin: 0;
}

.case-content {
  display: grid;
  gap: 24px;
  padding-bottom: 110px;
}
.case-content article {
  padding: 42px 50px;
}
.case-content h2 {
  margin-top: 0;
  font-size: 34px;
}
.case-content p {
  max-width: 850px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}
.reveal--image {
  transform: translateY(36px) scale(0.985);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1699px) {
  .site-header {
    width: min(100% - 48px, 1220px);
  }
  .hero {
    min-height: auto;
    padding-bottom: 92px;
    margin: 0 80px;
  }
  .hero__lower {
    padding-inline: 3%;
    grid-template-columns: minmax(0, 1fr) 210px;
  }
  .hero__character {
    margin-bottom: -240px;
  }
  .hero__copy p {
    font-size: clamp(20px, 3vw, 24px);
  }
  .selection-frame h1 {
    font-size: clamp(64px, 4vw, 84px);
  }
  .selection-frame span {
    display: inline-block;
    margin: 0;
  }
  .project-section {
    min-height: 800px;
    background-size: cover;
    overflow: hidden;
  }
  .project-section__inner {
    width: min(100% - 48px, 1220px);
    gap: 36px;
  }
  .project-section--anna .project-section__media img {
    width: min(74vw, 245px);
    margin-bottom: 60px;
  }
  .project-section--algoritma .project-section__inner {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }
  .project-section--algoritma .project-section__media {
    margin: 0;
  }
  .project-section--algoritma .project-section__media img {
    width: min(62vw, 900px);
    max-width: 130%;
    transform: translate(1vw, 3vw);
    padding-right: 80px;
    margin-right: 200px;
  }
  .project-section--algoritma .project-section__copy {
    justify-self: end;
    margin-right: 80px;
  }
  .project-section--algoritma .project-section__copy h2 {
    white-space: normal;
  }
  .project-section--trinketlab .project-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  }
  .project-section--trinketlab .project-section__copy {
    margin-top: 240px;
  }
  .project-section--trinketlab .project-section__media img {
    width: min(78vw, 580px);
    max-width: 100%;
    transform: none;
    margin-left: 60px;
  }
  .project-section--fitness .project-section__copy {
    justify-self: end;
    margin-right: 60px;
  }
  .project-section--fitness .project-section__media img {
    width: min(74vw, 245px);
    margin-right: 160px;
  }
  .project-section--scandibalt .project-section__copy {
    margin: 0;
  }
  .project-section--scandibalt .project-section__media img {
    width: min(78vw, 400px);
    max-width: 100%;
    margin-left: 60px;
    margin-right: -30px;
  }
  .project-section--anna .project-section__media img, .project-section--fitness .project-section__media img, .project-section--scandibalt .project-section__media img {
    transform: none;
  }
  .tools-section {
    min-height: clamp(750px, 30vw, 800px);
  }
  .tools-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 52px;
  }
  .daily-grid {
    grid-template-columns: 1fr;
  }
  .contact-footer {
    min-height: clamp(270px, 20vw, 300px);
  }
}
@media (max-width: 967px) {
  body.nav-open {
    overflow: hidden;
  }
  .hero {
    padding-top: 82px;
    padding-bottom: 86px;
    margin: 0 40px;
  }
  .hero__inner {
    width: calc(100% - 28px);
  }
  .hero__lower {
    position: relative;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 12px 0;
  }
  .hero__copy p {
    font-size: clamp(18px, 5vw, 20px);
  }
  .hero__portfolio-marker {
    margin-top: -12px;
    margin-left: -200px;
  }
  .hero__portfolio-marker span {
    margin-bottom: 3px;
  }
  .hero__portfolio-marker img {
    width: 24px;
    height: 52px;
  }
  .hero__character {
    width: clamp(142px, 43vw, 178px);
    justify-self: end;
    margin-top: -28px;
    margin-bottom: -252px;
  }
  .selection-frame {
    padding: 38px 50px 32px;
    margin: 0 30px;
  }
  .selection-frame::after {
    left: 67%;
    bottom: -23px;
    width: 38px;
  }
  .selection-frame h1 {
    font-size: clamp(60px, 8vw, 75px);
    font-weight: 650;
  }
  .work-stack {
    margin-top: -64px;
  }
  .project-section {
    min-height: auto;
    padding: 98px 0;
    background-size: cover;
    overflow: hidden;
  }
  .project-section__inner {
    width: calc(100% - 34px);
    grid-template-columns: 1fr;
    gap: 38px;
    text-align: center;
  }
  .project-section--green {
    margin-top: 16px;
  }
  .project-section__media {
    order: 1;
    justify-content: center;
  }
  .project-section__copy, .project-section--reverse .project-section__copy {
    order: 2;
    justify-self: center;
    text-align: center;
    max-width: 420px;
    margin-right: 0;
  }
  .project-section__copy .eyebrow {
    font-size: 12pt;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .project-section__copy h2 {
    margin: 12px 0 15px;
    color: #111111;
    font-size: 18pt;
    line-height: 1.12;
    letter-spacing: 0.01em;
    font-weight: 600;
  }
  .project-section__copy p:not(.eyebrow) {
    margin: 0 0 54px;
    font-size: 14pt;
    line-height: 1.35;
    font-weight: 400;
  }
  .project-section__copy .case-link {
    font-size: 18pt;
  }
  .project-section--reverse .project-section__media {
    order: 1;
  }
  .project-section--anna .project-section__inner {
    padding-top: 0;
  }
  .project-section--anna .project-section__media img {
    margin-top: 40px;
    width: 30%;
    margin-bottom: 20px;
  }
  .project-section--fitness .project-section__media img {
    width: min(74vw, 285px);
    max-width: 100%;
    margin-inline: auto;
    transform: none;
  }
  .project-section--algoritma {
    padding-block: 72px 104px;
  }
  .project-section--algoritma .project-section__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 46px;
  }
  .project-section--algoritma .project-section__media {
    order: 1;
    width: 100%;
    justify-self: center;
    justify-content: center;
    margin-right: 0;
  }
  .project-section--algoritma .project-section__media img {
    width: min(92vw, 430px);
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 0;
    transform: none;
    padding-right: 0;
  }
  .project-section--algoritma .project-section__copy {
    order: 2;
    justify-self: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .project-section--trinketlab {
    padding-block: 0 92px;
  }
  .project-section--trinketlab .project-section__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 54px;
  }
  .project-section--trinketlab .project-section__media {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .project-section--trinketlab .project-section__media img {
    width: min(86vw, 330px);
    max-width: 100%;
    margin-inline: auto;
    transform: none;
  }
  .project-section--trinketlab .project-section__copy {
    order: 2;
    justify-self: center;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
  }
  .project-section--algoritma .project-section__copy h2 {
    white-space: normal;
  }
  .project-section--fitness .project-section__media img {
    width: 30%;
  }
  .project-section--scandibalt .project-section__media img {
    width: 50%;
    max-width: 100%;
    margin-inline: auto;
    transform: none;
  }
  .tools-section {
    min-height: auto;
    padding-bottom: 92px;
    background-size: cover;
  }
  .tools-section__inner {
    width: calc(100% - 34px);
    padding-top: 84px;
  }
  .tools-section h2 {
    margin-bottom: 60px;
  }
  .contact-footer {
    min-height: 330px;
    background-image: url("../assets/images/bg-footer-medium.png");
    background-size: fill;
  }
  .contact-footer__character {
    width: clamp(140px, 12vw, 210px);
  }
  .contact-footer__content {
    justify-self: start;
  }
  .subpage,
  .case-page {
    padding-top: 80px;
  }
  .page-hero,
  .case-hero,
  .work-grid,
  .template-section,
  .tools-mini,
  .daily-grid,
  .case-summary,
  .case-content {
    width: calc(100% - 34px);
  }
  .page-hero {
    padding: 60px 0 45px;
  }
  .work-grid,
  .case-summary,
  .case-hero,
  .template-section {
    grid-template-columns: 1fr;
  }
  .work-card {
    padding: 20px;
  }
  .work-card__image {
    height: 240px;
  }
  .template-section,
  .tools-mini,
  .case-content article {
    padding: 28px;
  }
  .case-hero {
    min-height: auto;
    gap: 28px;
    padding-bottom: 40px;
  }
  .case-hero img {
    max-height: 360px;
  }
}
@media (max-width: 479px) {
  .site-header {
    height: 68px;
    width: 100%;
    left: 0;
    transform: none;
    padding-inline: 20px;
    align-items: center;
    background: rgba(255, 253, 249, 0.58);
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .site-logo {
    width: 70px;
    height: auto;
    opacity: 1;
    transform: none;
    background: none;
    backdrop-filter: none;
    padding: 0;
  }
  .nav-toggle {
    display: grid;
    position: relative;
    z-index: 102;
  }
  .site-nav {
    position: fixed;
    z-index: 101;
    inset: 14px 0 auto auto;
    width: min(320px, calc(100vw - 32px));
    height: auto;
    display: grid;
    gap: 0;
    padding: 72px 28px 28px;
    border-radius: 30px;
    background: rgba(255, 253, 249, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 22px 70px rgba(17, 17, 17, 0.18);
    transform: translateY(-18px) scale(0.96);
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    background: rgb(255, 253, 249);
  }
  .site-nav a {
    padding: 16px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }
  .hero {
    margin: 0px 10px 0px 10px;
  }
  .hero__copy p {
    font-size: clamp(18px, 4vw, 21px);
  }
  .hero__copy a {
    display: block;
    margin-top: 6px;
  }
  .hero__character {
    width: 154px;
    justify-self: end;
    margin-bottom: -190px;
    margin-right: 10px;
  }
  .hero__portfolio-marker {
    top: -42px;
    left: 32px;
    margin-left: 40px;
  }
  .hero__portfolio-marker span {
    margin-bottom: 8px;
  }
  .hero__portfolio-marker W img {
    width: 24px;
    height: 52px;
  }
  .selection-frame {
    padding: 15px 25px 20px;
    margin: 0;
    min-width: 310px;
  }
  .selection-frame h1 {
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.3;
  }
  .tools-grid {
    grid-template-columns: 1fr;
  }
  .contact-footer {
    min-height: 200px;
    background-image: url("../assets/images/bg-footer-small.png");
    background-size: fill;
  }
  .contact-footer__content h2 {
    font-size: clamp(24px, 4vw, 30px);
  }
  .project-section p.eyebrow {
    font-size: 10pt;
  }
  .project-section h2 {
    font-size: 17pt;
  }
  .project-section p:not(.eyebrow) {
    font-size: 12pt;
  }
  .project-section--blue {
    background-image: url("../assets/images/bg-blue-small.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: min(804px, 46.37vw);
    z-index: 7;
    margin-top: clamp(22px, 1.7vw, 30px);
  }
  .project-section--anna .project-section__copy {
    margin-bottom: 35px;
    width: 70%;
  }
  .project-section--anna .project-section__media img {
    width: 50%;
    margin-bottom: 25px;
  }
  .project-section--algoritma .project-section__media img {
    padding-right: 0;
    margin-bottom: 0;
  }
  .project-section--fitness .project-section__media img {
    margin-bottom: 25px;
    width: 50%;
  }
  .project-section--scandibalt .project-section__media img {
    max-width: 80%;
  }
  .project-section .project-section__copy {
    margin: 0 auto;
    max-width: 100%;
  }
}
/* === Detailed case study pages === */
.case-study {
  background: #fffdf9;
  color: #111111;
}
.case-study .back-link {
  margin-bottom: clamp(24px, 3vw, 46px);
  font-size: 14px;
  font-weight: 700;
}

.case-study-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(580px, 52vw, 710px);
  padding: clamp(126px, 8vw, 170px) 0 clamp(76px, 7vw, 120px);
  overflow: hidden;
  background-size: cover;
}
.case-study-hero::before, .case-study-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.75;
}
.case-study-hero__inner {
  width: min(100% - 48px, 1300px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  align-items: center;
  place-items: center;
}
.case-study-hero__copy {
  position: relative;
  z-index: 2;
}
.case-study-hero__copy h1 {
  margin: 12px 0 10px;
  color: #111111;
  font-size: clamp(52px, 5vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.001em;
  font-weight: 700;
}
.case-study-hero__copy > p:not(.eyebrow) {
  margin: 0;
  color: #111111;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.25;
  font-weight: 500;
}
.case-study-hero__media {
  display: grid;
  place-items: center;
}
.case-study-hero__media img {
  width: auto;
  max-width: 130%;
  max-height: clamp(430px, 38vw, 680px);
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(17, 17, 17, 0.14));
}

.case-study--anna .case-study-hero {
  background-image: url("../assets/cases/at-bg.png");
}

.case-study--algoritma .case-study-hero {
  background-image: url("../assets/cases/alg-bg.png");
}
.case-study--algoritma .case-study-hero .case-study-hero__media img {
  width: 200%;
  margin-top: 10%;
}

.case-study--trinketlab .case-study-hero {
  background-image: url("../assets/cases/tl-bg.png");
}
.case-study--trinketlab .case-study-hero__inner {
  justify-items: left;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}
.case-study--trinketlab .case-study-hero__copy {
  margin-left: 10%;
}

.case-study--fitness .case-study-hero {
  background-image: url("../assets/cases/fitness-bg.png");
}

.case-study--scandibalt .case-study-hero {
  background-image: url("../assets/cases/sc-bg.png");
}

.case-study-body {
  width: min(100% - 48px, 1300px);
  margin-inline: auto;
  display: grid;
  gap: clamp(34px, 4vw, 58px);
  padding: clamp(74px, 7vw, 110px) 0 clamp(90px, 8vw, 140px);
}

.case-card {
  border-radius: clamp(26px, 2.3vw, 44px);
  padding: clamp(34px, 4.2vw, 84px) clamp(30px, 5vw, 92px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.92);
}
.case-card--process {
  background: #eeeeee;
}
.case-card h2 {
  margin: 0 0 clamp(24px, 2.8vw, 42px);
  color: #111111;
  font-size: clamp(32px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 750;
}
.case-card p,
.case-card li,
.case-card blockquote,
.case-card figcaption {
  max-width: 100%;
  color: #111111;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.72;
}
.case-card p {
  margin: 0 0 24px;
}
.case-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding-left: 1.2em;
}
.case-card li::marker {
  color: #ef4d76;
}
.case-card strong {
  font-weight: 800;
}
.case-card blockquote {
  margin: 34px auto;
  padding: 28px 34px;
  border-left: 5px solid #ef4d76;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  font-weight: 650;
}

.case-period {
  margin-top: clamp(34px, 3vw, 52px) !important;
  margin-bottom: 0 !important;
  text-transform: none;
}
.case-period strong {
  font-weight: 850;
  letter-spacing: 0.02em;
}

.case-kicker {
  margin: clamp(46px, 5vw, 72px) 0 22px;
  color: #ef4d76;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.15;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-weight: 850;
}

.case-point-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.case-point-list p {
  margin-bottom: 0;
}

.case-figure {
  margin: clamp(34px, 4vw, 62px) auto;
  max-width: min(100%, 760px);
  text-align: center;
}
.case-figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-figure figcaption {
  margin: 6px auto 0;
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 500;
}
.case-figure--wide {
  max-width: 70%;
}
.case-figure--scandibalt {
  width: 50%;
  justify-self: center;
  margin-top: 5%;
}

.case-media-grid {
  display: grid;
  gap: clamp(22px, 3vw, 42px);
  margin: clamp(34px, 4vw, 62px) 0;
  align-items: center;
}
.case-media-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.case-media-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.case-media-grid .case-figure {
  margin: 0;
  max-width: 100%;
}

.case-logo-refs {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  width: min(80%, 980px);
  margin: clamp(32px, 5vw, 72px) auto;
}
.case-logo-refs .case-figure {
  display: flex;
  flex-direction: column;
}
.case-logo-refs .case-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.case-logo-refs--old {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.case-phone-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: clamp(34px, 4vw, 58px) 0;
  align-items: start;
}
.case-phone-row .case-figure {
  margin: 0;
  max-width: 100%;
}
.case-phone-row .case-figure img {
  max-height: 640px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none;
  background: transparent;
}

.case-video-block {
  position: relative;
  display: grid;
  place-items: center;
  margin: clamp(46px, 5vw, 76px) auto 0;
  width: auto;
}
.case-video-block video {
  width: 100%;
  max-height: 780px;
  border-radius: 46px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
  background: #ddd;
}
.case-video-block__note {
  position: absolute;
  right: 70px;
  top: 10%;
  color: #111111;
  font-family: "SA Long Beach", "Comic Sans MS", cursive;
  font-size: 22px;
  line-height: 1;
  transform: rotate(-8deg);
}

.case-wip {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: clamp(48px, 5vw, 80px) auto 0;
  color: #111111;
  text-align: center;
  letter-spacing: 0.04em;
}
.case-wip img {
  width: 58px;
  opacity: 0.72;
}
.case-wip strong {
  color: #ef4d76;
  font-size: clamp(18px, 1.4vw, 24px);
  text-transform: uppercase;
}
.case-wip span {
  font-size: clamp(14px, 1.1vw, 18px);
  text-transform: uppercase;
}

@media (min-width: 1700px) {
  .case-study-hero__inner,
  .case-study-body {
    width: min(100% - 120px, 1320px);
  }
}
@media (max-width: 1199px) {
  .case-study-hero {
    min-height: auto;
    padding-top: 116px;
  }
  .case-study-hero__inner {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }
  .case-study-hero__copy h1 {
    margin-inline: auto;
  }
  .case-study-hero__media {
    order: -1;
  }
  .case-study-hero__media img {
    max-height: 440px;
  }
  .case-card {
    padding-inline: clamp(28px, 6vw, 56px);
  }
  .case-media-grid--three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-study-hero {
    padding: 96px 0 56px;
  }
  .case-study-hero__inner {
    width: min(100% - 44px, 520px);
    gap: 30px;
  }
  .case-study-hero__copy {
    text-align: center;
  }
  .case-study-hero__copy h1 {
    margin: 15px 0;
    font-size: 22px;
    line-height: 0.98;
    font-weight: 600;
  }
  .case-study-hero__copy > p:not(.eyebrow) {
    font-size: 16px;
    font-weight: 400;
  }
  .case-study-hero__copy .eyebrow {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .case-study-hero__media img {
    max-height: 340px;
  }
  .case-study--algoritma .case-study-hero__media img,
  .case-study--scandibalt .case-study-hero__media img,
  .case-study--trinketlab .case-study-hero__media img {
    max-height: 250px;
  }
  .case-study-body {
    width: min(100% - 36px, 560px);
    gap: 28px;
    padding: 44px 0 70px;
  }
  .case-card {
    border-radius: 24px;
    padding: 28px 22px;
  }
  .case-card h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .case-card p,
  .case-card li,
  .case-card blockquote {
    font-size: 15px;
    line-height: 1.65;
  }
  .case-kicker {
    margin-top: 38px;
    font-size: 14px;
  }
  .case-media-grid,
  .case-media-grid--two,
  .case-media-grid--three {
    grid-template-columns: 1fr;
  }
  .case-phone-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .case-video-block {
    max-width: 260px;
  }
  .case-video-block video {
    border-radius: 34px;
  }
  .case-video-block__note {
    display: none;
  }
  .case-wip img {
    width: 48px;
  }
}
@media (max-width: 430px) {
  .case-phone-row {
    grid-template-columns: 1fr;
  }
  .case-phone-row .case-figure img {
    max-height: 560px;
  }
  .case-study--trinketlab .case-study-hero__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .case-study--trinketlab .case-study-hero__copy {
    margin: 0;
  }
}
/* === About page === */
.about-page {
  background: #fffdf9;
  color: #111111;
}

.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(126px, 9vw, 170px) 0 clamp(70px, 7vw, 112px);
  background: radial-gradient(circle at 12% 16%, rgba(198, 221, 255, 0.92), transparent 34%), radial-gradient(circle at 86% 14%, rgba(255, 212, 231, 0.88), transparent 30%), radial-gradient(circle at 72% 92%, rgba(214, 255, 192, 0.7), transparent 28%), #fffdf9;
}
.about-hero__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}
.about-hero__copy {
  max-width: 720px;
}
.about-hero h1 {
  margin: 12px 0 24px;
  max-width: 760px;
  color: #111111;
  font-size: clamp(46px, 5.2vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.about-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 680px;
  color: #111111;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
  font-weight: 520;
}
.about-hero__photo {
  position: relative;
  margin: 0;
  justify-self: center;
  width: min(100%, 430px);
  border-radius: clamp(28px, 3vw, 44px);
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.18);
  transform: rotate(1.2deg);
}
.about-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: inherit;
  pointer-events: none;
}
.about-hero__photo img {
  width: 100%;
  aspect-ratio: 4/5.4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 52% 48%;
     object-position: 52% 48%;
}

.about-download {
  display: inline-block;
  margin-top: 34px;
  color: #111111;
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  text-decoration-color: #ef4d76;
  transition: transform 180ms ease, color 180ms ease;
}
.about-download:hover {
  color: #ef4d76;
  transform: translateY(-2px);
}

.about-body {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  padding: clamp(64px, 7vw, 104px) 0 clamp(86px, 8vw, 128px);
}

.about-card,
.about-tools {
  border-radius: clamp(26px, 2.4vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 38px rgba(17, 17, 17, 0.09);
  background: rgba(255, 255, 255, 0.88);
}

.about-card {
  padding: clamp(32px, 4vw, 58px);
}
.about-card--wide {
  background: rgba(255, 255, 255, 0.94);
}
.about-card h2 {
  margin: 0 0 22px;
  color: #111111;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 760;
}
.about-card p {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.72;
}
.about-card p:last-child {
  margin-bottom: 0;
}
.about-card strong {
  font-weight: 820;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}
.about-card-grid .about-card {
  height: 100%;
}

.about-tools {
  padding: clamp(34px, 4.8vw, 64px);
  background: radial-gradient(circle at 12% 18%, rgba(198, 221, 255, 0.36), transparent 28%), radial-gradient(circle at 92% 8%, rgba(255, 212, 231, 0.42), transparent 28%), rgba(255, 255, 255, 0.88);
}
.about-tools h2 {
  margin-bottom: 4%;
  color: #111111;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.about-tools__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.about-tools__icons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 2vw, 28px);
  margin-bottom: clamp(32px, 4vw, 52px);
}
.about-tools__icons img {
  width: clamp(64px, 6vw, 92px);
  height: clamp(64px, 6vw, 92px);
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(17, 17, 17, 0.13));
}

.about-skill-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}
.about-skill-groups article {
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(17, 17, 17, 0.07);
}
.about-skill-groups h3 {
  margin: 0 0 10px;
  color: #ef4d76;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-weight: 850;
}
.about-skill-groups p {
  margin: 0;
  color: #111111;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.62;
}

@media (max-width: 967px) {
  .about-hero {
    padding: 104px 0 64px;
  }
  .about-hero__inner {
    width: min(100% - 44px, 720px);
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .about-hero__copy {
    justify-self: center;
  }
  .about-hero h1 {
    margin-inline: auto;
    font-size: clamp(38px, 8vw, 58px);
  }
  .about-hero p:not(.eyebrow) {
    margin-inline: auto;
    font-size: 18px;
  }
  .about-hero__photo {
    width: min(78vw, 420px);
    transform: rotate(0.8deg);
  }
  .about-body {
    width: min(100% - 44px, 720px);
    padding: 54px 0 84px;
  }
  .about-card-grid,
  .about-skill-groups {
    grid-template-columns: 1fr;
  }
  .about-tools__header {
    display: block;
    text-align: center;
  }
  .about-tools__icons {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .about-hero {
    padding: 92px 0 50px;
  }
  .about-hero__inner {
    width: calc(100% - 34px);
    gap: 30px;
  }
  .about-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }
  .about-hero p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }
  .about-hero__photo {
    width: min(100%, 340px);
    border-radius: 28px;
  }
  .about-download {
    margin-top: 26px;
    font-size: 18px;
  }
  .about-body {
    width: calc(100% - 34px);
    gap: 24px;
    padding: 42px 0 70px;
  }
  .about-card,
  .about-tools {
    border-radius: 24px;
    padding: 28px 22px;
  }
  .about-card h2,
  .about-tools__header h2 {
    font-size: 28px;
  }
  .about-tools__icons img {
    width: 62px;
    height: 62px;
  }
  .about-skill-groups article {
    padding: 20px;
  }
}
/* === Quirky Daily Life under-construction page === */
.daily-life-page {
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 8% 14%, rgba(198, 221, 255, 0.88), transparent 30%), radial-gradient(circle at 88% 8%, rgba(255, 212, 231, 0.86), transparent 28%), radial-gradient(circle at 72% 58%, rgba(214, 255, 192, 0.64), transparent 34%), #fffdf9;
  color: #111111;
}

.daily-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(126px, 9vw, 168px) 0 clamp(52px, 7vw, 92px);
}
.daily-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -1px;
  width: 120vw;
  height: clamp(100px, 11vw, 170px);
  background: rgba(255, 255, 255, 0.52);
  border-radius: 50% 50% 0 0/62% 62% 0 0;
  transform: translateX(-50%);
}
.daily-hero__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}
.daily-hero__copy {
  max-width: 680px;
}
.daily-hero h1 {
  margin: 12px 0 22px;
  max-width: 760px;
  color: #111111;
  font-size: clamp(48px, 5.4vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 660;
}
.daily-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 640px;
  color: #111111;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
  font-weight: 520;
}
.daily-hero__note {
  margin-top: 22px !important;
  color: #ef4d76 !important;
  font-weight: 800 !important;
}
.daily-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(28px, 3.5vw, 46px);
  align-items: center;
}

.case-link--soft {
  color: rgba(17, 17, 17, 0.72);
  text-decoration-color: rgba(17, 17, 17, 0.36);
}
.case-link--soft:hover {
  color: #ef4d76;
  text-decoration-color: #ef4d76;
}

.daily-construction {
  position: relative;
  min-height: clamp(420px, 38vw, 560px);
  display: grid;
  place-items: center;
}
.daily-construction__window {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  border: 2px solid rgba(17, 17, 17, 0.82);
  border-radius: clamp(28px, 3vw, 42px);
  background: rgba(255, 253, 249, 0.84);
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.16);
  overflow: hidden;
  transform: rotate(1.6deg);
}
.daily-construction__bar {
  display: flex;
  gap: 8px;
  padding: 18px 22px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.62);
}
.daily-construction__bar span {
  width: 12px;
  height: 12px;
  border: 2px solid #111111;
  border-radius: 50%;
  background: #fffdf9;
}
.daily-construction__bar span:nth-child(2) {
  background: #ffd4e7;
}
.daily-construction__bar span:nth-child(3) {
  background: #d6ffc0;
}
.daily-construction__body {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 56px);
}
.daily-construction__label {
  position: absolute;
  top: 78px;
  left: 28px;
  margin: 0;
  color: #111111;
  font-family: "SA Long Beach", "Comic Sans MS", cursive;
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: rotate(-8deg);
}
.daily-construction__frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 300px);
  aspect-ratio: 1.28/1;
  padding: 28px;
  background: repeating-linear-gradient(to right, rgba(17, 17, 17, 0.56) 0 10px, transparent 10px 22px) top left/100% 1.5px no-repeat, repeating-linear-gradient(to right, rgba(17, 17, 17, 0.56) 0 10px, transparent 10px 22px) bottom left/100% 1.5px no-repeat, repeating-linear-gradient(to bottom, rgba(17, 17, 17, 0.56) 0 10px, transparent 10px 22px) top left/1.5px 100% no-repeat, repeating-linear-gradient(to bottom, rgba(17, 17, 17, 0.56) 0 10px, transparent 10px 22px) top right/1.5px 100% no-repeat;
}
.daily-construction__frame strong {
  color: #2f2f2f;
  font-size: clamp(50px, 4.6vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-align: center;
  text-transform: lowercase;
}
.daily-construction__tape {
  position: absolute;
  width: 128px;
  height: 34px;
  border: 2px solid rgba(17, 17, 17, 0.82);
  background: repeating-linear-gradient(135deg, #ef4d76 0 14px, #ef4d76 14px 18px, #fffdf9 18px 32px, #fffdf9 32px 36px);
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.14);
}
.daily-construction__tape--one {
  right: 18px;
  top: 88px;
  transform: rotate(16deg);
}
.daily-construction__tape--two {
  left: 42px;
  bottom: 28px;
  transform: rotate(-11deg);
  background: repeating-linear-gradient(135deg, #c6ddff 0 14px, #c6ddff 14px 18px, #fffdf9 18px 32px, #fffdf9 32px 36px);
}
.daily-construction__character {
  position: absolute;
  z-index: 3;
  right: clamp(-24px, -1vw, -6px);
  bottom: clamp(-12px, 0vw, 12px);
  width: clamp(128px, 14vw, 192px);
  filter: drop-shadow(0 16px 22px rgba(17, 17, 17, 0.13));
  transform: rotate(-2deg);
}

.daily-status {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 34px);
  padding: clamp(24px, 5vw, 62px) 0 clamp(30px, 5vw, 66px);
}

.daily-status-card {
  position: relative;
  min-height: 230px;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: clamp(26px, 2.4vw, 36px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 38px rgba(17, 17, 17, 0.08);
}
.daily-status-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border: 2px solid #111111;
  border-radius: 50%;
  background: #fffdf9;
  color: #ef4d76;
  font-weight: 900;
}
.daily-status-card h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.daily-status-card p {
  margin: 0;
  color: #111111;
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.62;
}

.daily-placeholder {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: clamp(84px, 8vw, 124px);
  padding: clamp(40px, 5vw, 70px) clamp(24px, 5vw, 76px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: clamp(28px, 2.6vw, 42px);
  background: radial-gradient(circle at 16% 28%, rgba(214, 255, 192, 0.46), transparent 30%), radial-gradient(circle at 84% 16%, rgba(198, 221, 255, 0.4), transparent 28%), rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.08);
}
.daily-placeholder .handwritten {
  margin-bottom: 18px;
  color: #ef4d76;
}
.daily-placeholder h2 {
  margin: 0 0 18px;
  max-width: 760px;
  color: #111111;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.daily-placeholder p:not(.handwritten) {
  margin: 0 0 34px;
  max-width: 640px;
  color: #111111;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

@media (max-width: 967px) {
  .daily-hero {
    padding: 104px 0 46px;
  }
  .daily-hero__inner {
    width: min(100% - 44px, 720px);
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }
  .daily-hero__copy,
  .daily-hero p:not(.eyebrow) {
    margin-inline: auto;
  }
  .daily-hero h1 {
    font-size: clamp(38px, 8vw, 58px);
  }
  .daily-hero__actions {
    justify-content: center;
  }
  .daily-construction {
    min-height: auto;
    width: min(100%, 520px);
    margin-inline: auto;
  }
  .daily-construction__window {
    transform: rotate(0.8deg);
  }
  .daily-status {
    width: min(100% - 44px, 720px);
    grid-template-columns: 1fr;
  }
  .daily-status-card {
    min-height: auto;
  }
  .daily-placeholder {
    width: min(100% - 44px, 720px);
  }
}
@media (max-width: 479px) {
  .daily-hero {
    padding: 92px 0 36px;
  }
  .daily-hero__inner {
    width: calc(100% - 34px);
    gap: 34px;
  }
  .daily-hero h1 {
    font-size: 38px;
    line-height: 1.02;
  }
  .daily-hero p:not(.eyebrow) {
    font-size: 16px;
  }
  .daily-construction__body {
    min-height: 280px;
    padding: 34px 22px;
  }
  .daily-construction__label {
    top: 62px;
    left: 20px;
    font-size: 17px;
  }
  .daily-construction__frame {
    width: min(100%, 250px);
  }
  .daily-construction__frame strong {
    font-size: 48px;
  }
  .daily-construction__tape {
    width: 94px;
    height: 28px;
  }
  .daily-construction__tape--one {
    right: 10px;
    top: 80px;
  }
  .daily-construction__tape--two {
    left: 20px;
    bottom: 20px;
  }
  .daily-construction__character {
    width: 120px;
    right: -8px;
    bottom: -8px;
  }
  .daily-status,
  .daily-placeholder {
    width: calc(100% - 34px);
  }
  .daily-status {
    padding-top: 22px;
  }
  .daily-status-card {
    border-radius: 24px;
    padding: 28px 22px;
  }
  .daily-status-card h2 {
    font-size: 26px;
  }
  .daily-placeholder {
    margin-bottom: 70px;
    padding: 34px 22px;
    border-radius: 24px;
  }
  .daily-placeholder h2 {
    font-size: 30px;
  }
}
/* Prevent the hidden mobile navigation panel from catching clicks/focus. */
@media (max-width: 479px) {
  .site-header .site-nav {
    pointer-events: none;
    visibility: hidden;
  }
  .site-header .site-nav.is-open {
    pointer-events: auto;
    visibility: visible;
  }
}