:root {
  --ink: #121214;
  --muted: #65615f;
  --paper: #f4f1ef;
  --white: #ffffff;
  --red: #ed1c24;
  --line: rgba(18, 18, 20, 0.12);
  --max: 1180px;
  --section-space: 75px;
  --section-title-size: 60px;
  --section-title-line: 63px;
  --section-title-weight: 700;
  --section-gap: 101px;
}

.tablet-version,
.mobile-version {
  overflow-x: hidden;
}

.tablet-version .hero,
.mobile-version .hero {
  min-height: auto;
  padding-bottom: 64px;
}

.tablet-version .nav,
.mobile-version .nav {
  padding: 32px 32px 0;
}

.tablet-version .nav-links,
.mobile-version .nav-links {
  display: none;
}

.tablet-version .sticky-menu-toggle,
.mobile-version .sticky-menu-toggle {
  opacity: 1;
  pointer-events: auto;
}

.tablet-version .hero-inner,
.mobile-version .hero-inner {
  width: 100%;
  min-height: auto;
  padding: 72px 32px 0;
  display: grid;
  gap: 42px;
}

.tablet-version .hero-copy,
.mobile-version .hero-copy {
  position: relative;
  left: auto;
  top: auto;
  width: min(640px, 100%);
  z-index: 3;
}

.tablet-version h1,
.mobile-version h1 {
  margin-bottom: 32px;
  font-size: clamp(58px, 12vw, 96px);
  line-height: 1.02;
}

.tablet-version .hero-description,
.mobile-version .hero-description {
  max-width: 620px;
  margin-left: 0;
}

.tablet-version .hero-portrait,
.mobile-version .hero-portrait {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  justify-self: end;
  width: min(62vw, 520px);
  height: auto;
}

.tablet-version .text-link,
.mobile-version .text-link {
  position: relative;
  left: 32px;
  top: auto;
  margin-top: 32px;
}

.tablet-version .cv-section,
.mobile-version .cv-section,
.tablet-version .projects-section,
.mobile-version .projects-section,
.tablet-version .brand-section,
.mobile-version .brand-section,
.tablet-version .web-section,
.mobile-version .web-section,
.tablet-version .social-section,
.mobile-version .social-section,
.tablet-version .clothing-section,
.mobile-version .clothing-section {
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 72px 32px;
}

.tablet-version .cv-grid,
.mobile-version .cv-grid {
  min-height: auto;
  display: grid;
  gap: 46px;
}

.tablet-version .cv-grid article,
.mobile-version .cv-grid article,
.tablet-version .projects-copy,
.mobile-version .projects-copy,
.tablet-version .projects-grid,
.mobile-version .projects-grid,
.tablet-version .brand-gallery,
.mobile-version .brand-gallery,
.tablet-version .web-gallery,
.mobile-version .web-gallery,
.tablet-version .social-gallery,
.mobile-version .social-gallery,
.tablet-version .clothing-gallery,
.mobile-version .clothing-gallery {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.tablet-version .cv-personal,
.tablet-version .cv-education,
.tablet-version .cv-work,
.tablet-version .cv-skills,
.tablet-version .cv-languages,
.mobile-version .cv-personal,
.mobile-version .cv-education,
.mobile-version .cv-work,
.mobile-version .cv-skills,
.mobile-version .cv-languages {
  width: 100%;
}

.tablet-version .cv-row,
.mobile-version .cv-row {
  grid-template-columns: minmax(120px, 170px) 1fr;
  gap: 32px;
}

.tablet-version .skills-grid,
.mobile-version .skills-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.tablet-version .projects-copy,
.mobile-version .projects-copy,
.tablet-version .brand-copy,
.mobile-version .brand-copy,
.tablet-version .web-copy,
.mobile-version .web-copy,
.tablet-version .social-copy,
.mobile-version .social-copy,
.tablet-version .clothing-copy,
.mobile-version .clothing-copy {
  position: relative;
  top: auto;
  width: min(640px, 100%);
  margin-bottom: 40px;
}

.tablet-version .projects-copy h2,
.mobile-version .projects-copy h2,
.tablet-version .brand-copy h2,
.mobile-version .brand-copy h2,
.tablet-version .web-copy h2,
.mobile-version .web-copy h2,
.tablet-version .social-copy h2,
.mobile-version .social-copy h2,
.tablet-version .clothing-copy h2,
.mobile-version .clothing-copy h2 {
  width: auto;
  margin-bottom: 34px;
  font-size: clamp(42px, 8vw, 60px);
  line-height: 1.05;
}

.tablet-version .projects-copy p,
.mobile-version .projects-copy p,
.tablet-version .brand-details p,
.mobile-version .brand-details p,
.tablet-version .web-details,
.mobile-version .web-details,
.tablet-version .social-details,
.mobile-version .social-details,
.tablet-version .clothing-details,
.mobile-version .clothing-details {
  width: auto;
  max-width: 640px;
}

.tablet-version .projects-grid,
.mobile-version .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.tablet-version .project-image,
.mobile-version .project-image {
  width: 100%;
  height: auto;
  aspect-ratio: 401 / 329;
}

.tablet-version .brand-gallery,
.mobile-version .brand-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tablet-version .brand-gallery figure,
.mobile-version .brand-gallery figure,
.tablet-version .brand-visual,
.mobile-version .brand-visual,
.tablet-version .brand-logo-card,
.mobile-version .brand-logo-card {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 401 / 329;
}

.tablet-version .brand-sketch,
.tablet-version .brand-signage,
.tablet-version .brand-business-card,
.mobile-version .brand-sketch,
.mobile-version .brand-signage,
.mobile-version .brand-business-card {
  grid-column: 1 / -1;
  aspect-ratio: 829 / 680;
}

.tablet-version .web-gallery,
.mobile-version .web-gallery,
.tablet-version .social-gallery,
.mobile-version .social-gallery,
.tablet-version .clothing-gallery,
.mobile-version .clothing-gallery {
  width: 100%;
  height: auto;
}

.tablet-version .web-main,
.mobile-version .web-main,
.tablet-version .social-main,
.mobile-version .social-main,
.tablet-version .clothing-main,
.mobile-version .clothing-main {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 829 / 1502;
  overflow: hidden;
}

.tablet-version .social-main,
.mobile-version .social-main {
  aspect-ratio: 829 / 1233;
}

.tablet-version .clothing-main,
.mobile-version .clothing-main {
  aspect-ratio: 829 / 622;
}

.tablet-version .web-main img,
.mobile-version .web-main img,
.tablet-version .social-main img,
.mobile-version .social-main img,
.tablet-version .clothing-main img,
.mobile-version .clothing-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tablet-version .cv-mark,
.mobile-version .cv-mark,
.tablet-version .projects-mark,
.mobile-version .projects-mark,
.tablet-version .brand-mark,
.mobile-version .brand-mark,
.tablet-version .web-mark,
.mobile-version .web-mark,
.tablet-version .social-mark,
.mobile-version .social-mark,
.tablet-version .clothing-mark,
.mobile-version .clothing-mark {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 40px 0 0 auto;
}

.tablet-version .footer,
.mobile-version .footer {
  min-height: auto;
  padding: 72px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.tablet-version .footer-brand,
.tablet-version .footer-intro,
.tablet-version .old-projects,
.tablet-version .contact-form,
.mobile-version .footer-brand,
.mobile-version .footer-intro,
.mobile-version .old-projects,
.mobile-version .contact-form {
  grid-column: auto;
  grid-row: auto;
  margin-left: 0;
}

.tablet-version .contact-form,
.mobile-version .contact-form {
  width: min(425px, 100%);
  grid-template-columns: 1fr auto;
}

.tablet-version .contact-form label:not(.accept-control),
.tablet-version .contact-form input[type="email"],
.tablet-version .contact-form textarea,
.mobile-version .contact-form label:not(.accept-control),
.mobile-version .contact-form input[type="email"],
.mobile-version .contact-form textarea {
  width: 100%;
}

.mobile-version .nav,
.mobile-version .hero-inner,
.mobile-version .cv-section,
.mobile-version .projects-section,
.mobile-version .brand-section,
.mobile-version .web-section,
.mobile-version .social-section,
.mobile-version .clothing-section,
.mobile-version .footer {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-version .hero-portrait {
  justify-self: center;
  width: min(100%, 360px);
}

.mobile-version h1 {
  font-size: 52px;
}

.mobile-version .hero-description,
.mobile-version .cv-grid p,
.mobile-version .skills-grid li,
.mobile-version .language,
.mobile-version .projects-copy p,
.mobile-version .brand-details p,
.mobile-version .web-details p,
.mobile-version .social-details p,
.mobile-version .clothing-details p,
.mobile-version .footer-intro p,
.mobile-version .old-projects a,
.mobile-version .contact-form h3,
.mobile-version .contact-form label:not(.accept-control) span,
.mobile-version .contact-form input[type="email"],
.mobile-version .contact-form textarea {
  font-size: 16px;
  line-height: 28px;
}

.mobile-version .cv-row,
.mobile-version .skills-grid,
.mobile-version .projects-grid,
.mobile-version .brand-gallery {
  grid-template-columns: 1fr;
}

.mobile-version .project-card,
.mobile-version .brand-gallery {
  gap: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

.thank-you {
  min-height: 100svh;
  padding: 72px 20px;
  display: grid;
  place-content: center;
  justify-items: start;
  background: var(--paper);
  color: #231f20;
}

.thank-you img {
  width: 92px;
  margin-bottom: 44px;
}

.thank-you h1 {
  margin: 0 0 18px;
  color: #231f20;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 1;
}

.thank-you p,
.thank-you a {
  margin: 0;
  font-size: 18px;
  line-height: 31px;
}

.thank-you a {
  margin-top: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.thank-you a:hover {
  color: var(--red);
}

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

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

.sticky-menu-toggle {
  position: fixed;
  top: 45px;
  right: 70px;
  z-index: 40;
  display: grid;
  width: 36px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #231f20;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: color 180ms ease, opacity 180ms ease;
}

body.menu-icon-visible .sticky-menu-toggle,
body.menu-open .sticky-menu-toggle {
  opacity: 1;
  pointer-events: auto;
}

.sticky-menu-toggle span {
  grid-area: 1 / 1;
  width: 36px;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.sticky-menu-toggle span:first-child {
  transform: translateY(-10px);
}

.sticky-menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.sticky-menu-toggle span:last-child {
  transform: translateY(10px);
}

.sticky-menu-toggle:hover {
  color: var(--red);
}

body.menu-open .sticky-menu-toggle span:first-child {
  transform: rotate(45deg);
}

body.menu-open .sticky-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .sticky-menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(7, 7, 8, 0.16);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: opacity 240ms ease, backdrop-filter 240ms ease;
}

body.menu-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.sticky-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 35;
  width: min(430px, 100vw);
  height: 100svh;
  padding: 45px 70px 64px 58px;
  display: grid;
  grid-template-rows: auto 1fr;
  background: rgba(244, 241, 239, 0.92);
  color: #231f20;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.menu-open .sticky-menu-panel {
  transform: translateX(0);
}

.menu-panel-logo {
  display: inline-flex;
  width: 91px;
}

.menu-panel-logo img {
  width: 100%;
  height: auto;
}

.menu-panel-links {
  align-self: center;
  display: grid;
  gap: 18px;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-panel-links a {
  width: fit-content;
  transition: color 180ms ease, transform 180ms ease;
}

.menu-panel-links a:hover {
  color: var(--red);
  transform: translateX(-4px);
}

.hero {
  position: relative;
  min-height: 957px;
  overflow: hidden;
  background: #070808 url("assets/figma-hero-bg.png") center center / cover no-repeat;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  display: block;
  background: url("assets/figma-hero-bg.png") center center / cover no-repeat;
  opacity: 1;
  animation: heroBackgroundMove 18s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

@keyframes heroBackgroundMove {
  from {
    transform: scale(1.02) translate3d(-8px, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(10px, -8px, 0);
  }
}

.nav {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  padding: 45px 70px 0 74px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 91.47px;
}

.brand img {
  width: 100%;
  height: auto;
}

.footer-brand {
  width: 74px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-links a {
  opacity: 1;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  color: var(--red);
  opacity: 1;
}

.nav-toggle {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1512px, 100%);
  min-height: 802px;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.hero-copy {
  position: absolute;
  left: clamp(32px, 6.48vw, 98px);
  top: 70px;
  z-index: 3;
  width: min(630px, calc(100vw - 64px));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 54px;
  max-width: 760px;
  color: var(--white);
  font-size: clamp(76px, 7.74vw, 117px);
  line-height: 1.017;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-description {
  max-width: 630px;
  margin-left: 7px;
  margin-bottom: 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
}

.text-link {
  position: absolute;
  left: 74px;
  top: 887px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.text-link::after {
  content: "↓";
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  transition: color 180ms ease;
}

.text-link:hover {
  color: var(--red);
}

.text-link::before,
.slash::before {
  display: none;
}

.section-red-mark {
  content: "";
  display: block;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.hero-portrait {
  position: absolute;
  z-index: 2;
  left: 608px;
  top: -67px;
  width: 874px;
  height: auto;
  object-fit: contain;
  object-position: center top;
  filter: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--muted);
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}

.cv-section {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 1007px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 70px 74px;
  background: var(--paper);
}

.cv-mark {
  position: absolute;
  right: 66px;
  bottom: 80px;
  z-index: 2;
  display: block;
  width: 53px;
  height: 27px;
  object-fit: contain;
}

.cv-heading {
  margin: 0 0 95px;
}

.cv-heading h2 {
  margin: 0 0 13px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  letter-spacing: 0;
  text-transform: uppercase;
}

.cv-heading p {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.cv-section h3 {
  margin: 0 0 20px;
  color: #231f20;
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
}

.cv-section h3::after {
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  margin-top: 14px;
  background: #231f20;
}

.cv-grid {
  position: relative;
  width: 100%;
  max-width: 1376px;
  min-height: 670px;
  display: block;
}

.cv-grid article {
  position: absolute;
  min-width: 0;
}

.cv-grid p {
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.cv-grid strong {
  color: #231f20;
  font-weight: 500;
}

.cv-personal {
  left: 0;
  top: 0;
  width: 302px;
}

.cv-education {
  left: 0;
  top: 259px;
  width: 560px;
}

.cv-work {
  left: 662px;
  top: 0;
  width: 608px;
}

.cv-row {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 97px;
  margin-bottom: 38px;
  align-items: start;
}

.cv-skills {
  left: 662px;
  top: 259px;
  width: 523px;
}

.cv-languages {
  left: 1178px;
  top: 321px;
  width: 137px;
  padding-top: 0;
}

.cv-languages h3 {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 31px;
}

.cv-languages h3::after {
  display: none;
}

.skills-grid {
  display: grid;
  grid-template-columns: 205px 205px;
  gap: 53px;
  align-items: start;
}

.skills-grid h4 {
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.skills-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.skills-grid li {
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.tool-list li {
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: center;
  gap: 10px;
}

.tool-list img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.language {
  display: grid;
  grid-template-columns: 78px 59px;
  gap: 0;
  align-items: baseline;
  padding: 0;
  border-bottom: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.language strong {
  color: #000000;
  display: grid;
  grid-template-columns: repeat(3, 17px);
  justify-content: start;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0;
}

.language strong span {
  display: inline-grid;
  place-items: center;
}

.projects-section {
  position: relative;
  width: 100%;
  min-height: 863px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 66px 0 70px;
  background: var(--paper);
}

.projects-copy {
  position: absolute;
  left: 70px;
  top: var(--section-space);
  width: 359px;
}

.projects-copy h2 {
  margin: 0 0 81px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  text-transform: uppercase;
}

.projects-copy p {
  width: 174px;
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.projects-mark {
  position: absolute;
  right: 66px;
  bottom: 0;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.projects-grid {
  position: absolute;
  left: 617px;
  top: var(--section-space);
  display: grid;
  grid-template-columns: repeat(2, 401px);
  gap: 38px 27px;
}

.project-card {
  display: grid;
  gap: 15px;
  color: #000000;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.project-image {
  position: relative;
  display: block;
  width: 401px;
  height: 329px;
  overflow: hidden;
  border-radius: 19px;
  background: #e9e7e4;
}

.project-image::after {
  display: none;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 280ms ease;
}

.project-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 180ms ease;
}

.project-label svg {
  width: 10px;
  height: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  transition: color 180ms ease;
}

.project-card:hover .project-image img,
.project-card:focus-visible .project-image img {
  transform: scale(1.045);
}

.project-card:hover .project-label,
.project-card:focus-visible .project-label {
  color: var(--red);
}

.brand-section {
  position: relative;
  width: 100%;
  min-height: 2516px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 66px 0 70px;
  background: var(--paper);
}

.brand-copy {
  position: sticky;
  top: var(--section-space);
  z-index: 2;
  width: 430px;
}

.brand-copy h2 {
  margin: 0 0 81px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  text-transform: uppercase;
}

.brand-details {
  display: grid;
  gap: 31px;
  color: #231f20;
}

.brand-details p {
  margin: 0;
  max-width: 292px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.brand-details .brand-description {
  max-width: 430px;
}

.brand-details strong {
  font-weight: 500;
}

.brand-mark {
  position: absolute;
  right: 66px;
  bottom: 0;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.brand-gallery {
  position: absolute;
  left: 617px;
  top: var(--section-space);
  width: 829px;
}

.brand-gallery figure {
  margin: 0;
}

.brand-visual,
.brand-logo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 19px;
}

.brand-visual {
  width: 829px;
  height: 680px;
  background: #e9e7e4;
}

.brand-visual img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.brand-sketch {
  left: 0;
  top: 0;
}

.brand-logo-card {
  top: 704px;
  width: 401px;
  height: 329px;
  display: grid;
  place-items: center;
}

.brand-logo-card-blue {
  left: 0;
  background: #35a4f3;
}

.brand-logo-card-white {
  left: 428px;
  background: #ffffff;
}

.brand-logo-card img {
  width: 244px;
  height: 165px;
}

.brand-signage {
  left: 0;
  top: 1057px;
}

.brand-business-card {
  left: 0;
  top: 1761px;
}

.web-section {
  position: relative;
  width: 100%;
  min-height: 1577px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 66px 0 68px;
  background: var(--paper);
}

.web-copy {
  position: sticky;
  top: var(--section-space);
  z-index: 2;
  width: 330px;
}

.web-copy h2 {
  margin: 0 0 81px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  text-transform: uppercase;
}

.web-details {
  display: grid;
  gap: 31px;
  max-width: 295px;
  color: #231f20;
}

.web-details p {
  margin: 0;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.web-details strong {
  font-weight: 500;
}

.web-mark {
  position: absolute;
  right: 66px;
  bottom: 0;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.web-gallery {
  position: absolute;
  left: 617px;
  top: var(--section-space);
  width: 829px;
  height: 1502px;
}

.web-gallery figure {
  margin: 0;
}

.web-main {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 19px;
  background: #dedede;
}

.web-main img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.social-section {
  position: relative;
  width: 100%;
  min-height: 1308px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 66px 0 70px;
  background: var(--paper);
}

.social-copy {
  position: sticky;
  top: var(--section-space);
  z-index: 2;
  width: 292px;
}

.social-copy h2 {
  width: 469px;
  margin: 0 0 81px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  text-transform: uppercase;
}

.social-details {
  display: grid;
  gap: 31px;
  max-width: 292px;
  color: #231f20;
}

.social-details p {
  margin: 0;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.social-details strong {
  font-weight: 500;
}

.social-mark {
  position: absolute;
  right: 66px;
  bottom: 0;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.social-gallery {
  position: absolute;
  left: 617px;
  top: var(--section-space);
  width: 829px;
  height: 1233px;
}

.social-gallery figure {
  margin: 0;
}

.social-main {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 19px;
  background: #dedede;
}

.social-main img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.clothing-section {
  position: relative;
  width: 100%;
  min-height: 1106px;
  margin-bottom: var(--section-gap);
  padding: var(--section-space) 66px 0 70px;
  background: var(--paper);
}

.clothing-copy {
  position: sticky;
  top: var(--section-space);
  z-index: 2;
  width: 368px;
}

.clothing-copy h2 {
  width: 469px;
  margin: 0 0 81px;
  color: #231f20;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  text-transform: uppercase;
}

.clothing-details {
  display: grid;
  gap: 31px;
  max-width: 368px;
  color: #231f20;
}

.clothing-details p {
  margin: 0;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.clothing-details strong {
  font-weight: 500;
}

.clothing-mark {
  position: absolute;
  right: 66px;
  bottom: 0;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.clothing-gallery {
  position: absolute;
  left: 617px;
  top: var(--section-space);
  width: 829px;
  height: 1031px;
}

.clothing-gallery figure {
  margin: 0;
}

.clothing-main {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 19px;
  background: #ffffff;
}

.clothing-main img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.section-copy p,
.project-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

h2 {
  margin-bottom: 24px;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 17px;
  background: var(--ink);
}

.split-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.98fr);
  gap: clamp(54px, 10vw, 132px);
  align-items: start;
  border-top: 0;
}

.split-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 53px;
  height: 27px;
  background: url("assets/corner-red-mark.svg") center / contain no-repeat;
}

.section-copy {
  position: sticky;
  top: 34px;
  padding-top: 12px;
  max-width: 270px;
}

.slash {
  display: none;
  min-height: 0;
  margin-bottom: 92px;
}

.section-copy h2 {
  margin: 0 0 81px;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: var(--section-title-weight);
}

.section-copy > p:not(.slash) {
  max-width: 255px;
}

.project-meta {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}

.project-meta dt {
  color: var(--ink);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.project-meta dd {
  margin: 3px 0 0;
  line-height: 1.45;
}

.visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e8e8;
  box-shadow: 0 18px 70px rgba(16, 17, 18, 0.08);
}

.visual-card img {
  width: 100%;
  height: auto;
}

.visual-card.tall img {
  object-fit: cover;
}

.footer {
  width: 100%;
  min-height: 424px;
  margin: 0;
  padding: 114px 66px 64px 70px;
  display: grid;
  grid-template-columns: 457px 197px 425px;
  column-gap: 155px;
  align-items: start;
  background: var(--paper);
  border-top: 0;
}

.footer-brand {
  grid-column: 1;
  width: 106px;
  height: auto;
  margin: 0 0 29px;
  display: block;
  justify-self: start;
}

.footer-brand img {
  width: 106px;
  height: auto;
  display: block;
}

.footer-intro {
  grid-column: 1;
  max-width: 457px;
}

.footer-intro p {
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.18px;
}

.footer-intro strong {
  font-weight: 500;
}

.old-projects {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: 0;
  padding-top: 0;
}

.footer h3 {
  margin: 0 0 3px;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.footer h3::after {
  display: none;
}

.old-projects a {
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.old-projects .project-label {
  gap: 6px;
}

.old-projects a:hover .project-label,
.old-projects a:focus-visible .project-label {
  color: var(--red);
}

.contact-form {
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 425px;
  display: grid;
  grid-template-columns: 364px auto;
  gap: 0 14px;
  align-content: start;
  justify-self: start;
  margin-left: -12px;
  padding-top: 0;
}

.contact-form h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.contact-form label:not(.accept-control) {
  grid-column: 1 / -1;
  display: grid;
  gap: 0;
  width: 425px;
  margin: 0;
}

.contact-form label:not(.accept-control) span {
  color: #231f20;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.contact-form input[type="email"],
.contact-form textarea {
  width: 425px;
  height: 31px;
  margin-top: 31px;
  border: 0;
  border-bottom: 1px solid #231f20;
  border-radius: 0;
  padding: 0 0 1px;
  background: transparent;
  color: #231f20;
  font: inherit;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  resize: none;
}

.contact-form textarea {
  min-height: 31px;
  overflow: hidden;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a3a3a3;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: #000000;
}

.accept-control {
  grid-column: 1;
  justify-self: end;
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-top: 13px;
  place-items: center;
  border: 1px solid #231f20;
  cursor: pointer;
}

.accept-control input {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.accept-control input:checked::after {
  content: "✓";
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #231f20;
  font-size: 19px;
  line-height: 1;
}

.accept-control span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form button {
  grid-column: 2;
  justify-self: start;
  align-self: start;
  margin-top: 15px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form button:disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}

@media (max-width: 920px) {
  .sticky-menu-toggle {
    top: 24px;
    right: 16px;
    width: 34px;
    height: 26px;
  }

  .sticky-menu-toggle span {
    width: 34px;
  }

  .sticky-menu-panel {
    width: min(360px, 100vw);
    padding: 32px 28px 48px;
  }

  .menu-panel-logo {
    width: 76px;
  }

  .menu-panel-links {
    gap: 18px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .hero {
    min-height: 900px;
    background-position: center top;
  }

  .nav {
    width: min(100% - 32px, var(--max));
    padding-top: 24px;
    align-items: center;
  }

  .nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
  }

  .nav-toggle span {
    width: 16px;
    height: 2px;
    background: currentColor;
  }

  .nav-links {
    position: absolute;
    inset: calc(100% - 18px) 0 auto;
    display: none;
    gap: 0;
    padding: 16px;
    border-radius: 8px;
    background: rgba(13, 13, 14, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    font-size: 12px;
    line-height: 1.2;
  }

  .nav-links a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav.is-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-inner {
    width: min(100% - 32px, var(--max));
    min-height: 760px;
  }

  .hero-copy {
    left: 0;
    top: 94px;
    width: min(560px, 100%);
  }

  .hero-portrait {
    left: auto;
    right: -140px;
    top: 260px;
    width: 640px;
    height: 592px;
    object-fit: cover;
    opacity: 0.72;
  }

  .section,
  .footer {
    width: min(100% - 32px, var(--max));
  }

  .cv-section {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px;
  }

  .cv-mark {
    right: 18px;
    bottom: 64px;
  }

  .cv-heading {
    margin-bottom: 64px;
  }

  .cv-grid {
    display: grid;
    position: static;
    min-height: auto;
  }

  .cv-grid article {
    position: static;
    width: auto;
  }

  .cv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .cv-personal,
  .cv-education,
  .cv-work,
  .cv-skills,
  .cv-languages {
    grid-column: auto;
  }

  .cv-skills {
    grid-column: 1 / -1;
  }

  .cv-languages {
    padding-top: 0;
  }

  .cv-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 24px;
  }

  .cv-languages h3 {
    display: block;
  }

  .projects-section {
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px 82px;
  }

  .projects-copy,
  .projects-grid,
  .projects-mark {
    position: static;
  }

  .projects-copy {
    width: auto;
    margin-bottom: 42px;
  }

  .projects-copy h2 {
    margin-bottom: 24px;
    font-size: 46px;
    line-height: 49px;
  }

  .projects-copy p {
    width: min(320px, 100%);
  }

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

  .project-image {
    width: 100%;
    height: auto;
    aspect-ratio: 401 / 329;
  }

  .projects-mark {
    display: block;
    margin-left: auto;
    margin-top: 52px;
  }

  .brand-section {
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px 82px;
  }

  .brand-copy,
  .brand-gallery,
  .brand-mark,
  .brand-visual,
  .brand-logo-card {
    position: static;
  }

  .brand-copy {
    width: auto;
    margin-bottom: 42px;
  }

  .brand-copy h2 {
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 49px;
  }

  .brand-details {
    max-width: 360px;
    gap: 22px;
  }

  .brand-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .brand-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 829 / 680;
    grid-column: 1 / -1;
  }

  .brand-logo-card {
    width: 100%;
    height: auto;
    aspect-ratio: 401 / 329;
  }

  .brand-logo-card img {
    width: 61%;
    height: auto;
  }

  .brand-mark {
    display: block;
    margin-left: auto;
    margin-top: 52px;
  }

  .web-section {
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px 82px;
  }

  .web-copy,
  .web-gallery,
  .web-mark,
  .web-main {
    position: static;
  }

  .web-copy {
    width: auto;
    margin-bottom: 42px;
  }

  .web-copy h2 {
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 49px;
  }

  .web-details {
    max-width: 360px;
    gap: 22px;
  }

  .web-gallery {
    width: 100%;
    height: auto;
    display: grid;
    gap: 18px;
  }

  .web-main {
    width: 100%;
    height: auto;
    aspect-ratio: 829 / 1502;
  }

  .web-mark {
    display: block;
    margin-left: auto;
    margin-top: 52px;
  }

  .social-section {
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px 82px;
  }

  .social-copy,
  .social-gallery,
  .social-mark,
  .social-main {
    position: static;
  }

  .social-copy {
    width: auto;
    margin-bottom: 42px;
  }

  .social-copy h2 {
    width: auto;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 49px;
  }

  .social-details {
    max-width: 360px;
    gap: 22px;
  }

  .social-gallery {
    width: 100%;
    height: auto;
    display: grid;
    gap: 18px;
  }

  .social-main {
    width: 100%;
    height: auto;
    aspect-ratio: 829 / 1233;
  }

  .social-mark {
    display: block;
    margin-left: auto;
    margin-top: 52px;
  }

  .clothing-section {
    min-height: auto;
    margin-bottom: 0;
    padding: 64px 16px 82px;
  }

  .clothing-copy,
  .clothing-gallery,
  .clothing-mark,
  .clothing-main {
    position: static;
  }

  .clothing-copy {
    width: auto;
    margin-bottom: 42px;
  }

  .clothing-copy h2 {
    width: auto;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 49px;
  }

  .clothing-details {
    max-width: 420px;
    gap: 22px;
  }

  .clothing-gallery {
    width: 100%;
    height: auto;
    display: grid;
    gap: 18px;
  }

  .clothing-main {
    width: 100%;
    height: auto;
    aspect-ratio: 829 / 1031;
  }

  .clothing-mark {
    display: block;
    margin-left: auto;
    margin-top: 52px;
  }

  .split-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-copy {
    position: static;
  }

  .section-copy h2 {
    font-size: 46px;
    line-height: 49px;
  }

  .slash {
    margin-bottom: 0;
  }

  .footer {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    padding: 64px 16px;
    gap: 34px;
  }

  .footer-brand,
  .footer-intro,
  .old-projects,
  .contact-form {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-brand {
    margin-bottom: 4px;
  }

  .footer-intro {
    max-width: 457px;
  }

  .contact-form {
    grid-template-columns: 1fr auto;
    width: min(425px, 100%);
    max-width: 425px;
    margin-left: 0;
  }

  .contact-form label:not(.accept-control),
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .sticky-menu-toggle {
    top: 22px;
    right: 16px;
    width: 32px;
    height: 24px;
  }

  .sticky-menu-toggle span {
    width: 32px;
  }

  .sticky-menu-panel {
    width: min(320px, 100vw);
    padding: 28px 24px 42px;
  }

  .menu-panel-links {
    font-size: 16px;
    line-height: 24px;
  }

  .hero {
    min-height: 830px;
  }

  .nav {
    padding: 22px 0;
  }

  .brand {
    width: 72px;
  }

  .footer-brand {
    width: 64px;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 26px;
    font-size: 58px;
    line-height: 1.02;
  }

  .hero-description {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.75;
  }

  .text-link {
    top: 646px;
    left: 16px;
    font-size: 13px;
  }

  .hero-portrait {
    right: -210px;
    top: 320px;
    width: 610px;
    height: 520px;
  }

  .section {
    padding: 64px 0;
  }

  .cv-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .brand-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .visual-card {
    border-radius: 6px;
  }
}

/* Dedicated mobile export polish */
body.mobile-version:not(.menu-icon-visible):not(.menu-open) .sticky-menu-toggle {
  color: #ffffff;
}

body.mobile-version.menu-icon-visible .sticky-menu-toggle,
body.mobile-version.menu-open .sticky-menu-toggle {
  color: #231f20;
}

.mobile-version .hero {
  min-height: auto;
  padding-bottom: 56px;
}

.mobile-version .nav {
  padding: 22px 20px 0;
}

.mobile-version .brand {
  width: 72px;
}

.mobile-version .hero-inner {
  min-height: auto;
  padding: 58px 20px 0;
  gap: 34px;
}

.mobile-version .hero-copy {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
}

.mobile-version h1 {
  max-width: 100%;
  margin: 0 0 28px;
  font-size: 52px;
  line-height: 1.02;
}

.mobile-version .hero-description {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.mobile-version .hero-portrait {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: min(100%, 360px);
  height: auto;
  justify-self: center;
}

.mobile-version .text-link {
  position: relative;
  left: 20px;
  top: auto;
  margin-top: 28px;
  font-size: 13px;
}

.mobile-version .cv-section,
.mobile-version .projects-section,
.mobile-version .brand-section,
.mobile-version .web-section,
.mobile-version .social-section,
.mobile-version .clothing-section,
.mobile-version .footer {
  padding: 64px 20px;
}

.mobile-version .cv-heading,
.mobile-version .projects-copy,
.mobile-version .brand-copy,
.mobile-version .web-copy,
.mobile-version .social-copy,
.mobile-version .clothing-copy {
  margin-bottom: 34px;
}

.mobile-version .projects-copy h2,
.mobile-version .brand-copy h2,
.mobile-version .web-copy h2,
.mobile-version .social-copy h2,
.mobile-version .clothing-copy h2 {
  margin: 0 0 28px;
  font-size: 42px;
  line-height: 46px;
}

.mobile-version .brand-details,
.mobile-version .web-details,
.mobile-version .social-details,
.mobile-version .clothing-details {
  gap: 24px;
}

.mobile-version .cv-grid {
  gap: 42px;
}

.mobile-version .cv-section h3 {
  margin-bottom: 18px;
}

.mobile-version .cv-row {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 28px;
}

.mobile-version .skills-grid,
.mobile-version .projects-grid,
.mobile-version .brand-gallery {
  grid-template-columns: 1fr;
  gap: 24px;
}

.mobile-version .project-card {
  gap: 12px;
}

.mobile-version .project-image,
.mobile-version .brand-visual,
.mobile-version .brand-logo-card,
.mobile-version .web-main,
.mobile-version .social-main,
.mobile-version .clothing-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
}

.mobile-version .project-image {
  aspect-ratio: 401 / 329;
}

.mobile-version .brand-visual,
.mobile-version .brand-sketch,
.mobile-version .brand-signage,
.mobile-version .brand-business-card {
  aspect-ratio: 829 / 680;
}

.mobile-version .brand-logo-card {
  aspect-ratio: 401 / 329;
}

.mobile-version .web-main {
  aspect-ratio: 829 / 1502;
}

.mobile-version .social-main {
  aspect-ratio: 829 / 1233;
}

.mobile-version .clothing-main {
  aspect-ratio: 829 / 622;
}

.mobile-version .project-image img,
.mobile-version .brand-visual img,
.mobile-version .brand-logo-card img,
.mobile-version .web-main img,
.mobile-version .social-main img,
.mobile-version .clothing-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mobile-version .brand-logo-card img {
  width: min(70%, 244px);
  height: auto;
}

.mobile-version .cv-mark,
.mobile-version .projects-mark,
.mobile-version .brand-mark,
.mobile-version .web-mark,
.mobile-version .social-mark,
.mobile-version .clothing-mark {
  margin-top: 36px;
}

.mobile-version .footer {
  gap: 34px;
}

.mobile-version .footer-brand {
  width: 74px;
  margin-bottom: 0;
}

.mobile-version .footer-brand img {
  width: 74px;
}

.mobile-version .old-projects,
.mobile-version .contact-form {
  width: 100%;
}
