@charset "UTF-8";
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype-variations");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("../fonts/saira-extra-condensed-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("../fonts/saira-extra-condensed-400-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("../fonts/saira-extra-condensed-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("../fonts/saira-extra-condensed-700-latin-ext.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --mobile-side-padding: 1.5rem;
  --heading-font: "ClashDisplay", sans-serif;
  --logo-font: "Saira Extra Condensed", sans-serif;
  --body-font: "Inter", sans-serif;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  background-color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #e3e1de;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 9999;
  transform: translate3d(-100px, -100px, 0);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce), (pointer: coarse) {
  .cursor-dot {
    display: none;
  }
}

.hero-stack {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
  min-height: 100svh;
  position: sticky;
  top: 0;
  z-index: 0;
}
.hero__main {
  color: #e3e1de;
  padding: 1.25rem var(--mobile-side-padding) 1.75rem var(--mobile-side-padding);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: relative;
}
@media (min-width: 1200px) {
  .hero__main {
    gap: 2.5rem;
  }
}
.hero__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.hero__logo {
  display: inline-flex;
  align-items: center;
  color: #e3e1de;
  text-decoration: none;
}
.hero__logo-svg {
  height: 2.25rem;
  width: auto;
  display: block;
  fill: currentColor;
}
@media (min-width: 1200px) {
  .hero__logo-svg {
    height: 3rem;
  }
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .hero__content {
    gap: 1.75rem;
  }
}
.hero__eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.75;
}
.hero__title {
  font-size: clamp(5.3125rem, 14vw, 8.5rem);
  font-weight: 600;
  line-height: 0.88;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-column-start: 3;
  grid-row-start: 4;
}
@media (min-width: 1440px) {
  .hero__title {
    font-size: clamp(6rem, 11vw, 12.5rem);
  }
}
.hero__title-line, .hero__sub-line {
  display: block;
}
.hero__clip {
  display: block;
  overflow: hidden;
  line-height: 0.88;
  padding-bottom: 0.22em;
  margin-bottom: -0.22em;
}
.hero__sub {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 200;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
@media (min-width: 768px) {
  .hero__sub {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__sub {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .hero__sub {
    font-size: 4rem;
  }
}
.hero__scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  color: inherit;
  text-decoration: none;
  align-self: flex-start;
  margin-top: auto;
}
.hero__scroll-chevron {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  opacity: 0.25;
  animation: hero-scroll-blink 2.6s ease-in-out infinite;
}
.hero__scroll-chevron:first-of-type {
  transform: translateY(16px);
}
.hero__scroll-chevron:nth-of-type(2) {
  animation-delay: 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll-chevron {
    animation: none;
    opacity: 0.55;
  }
}
.hero__proces {
  background-color: #26342a;
  color: #e3e1de;
  padding: 1.25rem 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .hero__proces {
    padding: 2.5rem 3rem 2.5rem;
    min-height: 100vh;
    min-height: 100svh;
    gap: 2rem;
  }
}
.hero__proces-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.hero__nav {
  display: flex;
  gap: 1.25rem;
}
.hero__nav--mobile {
  margin-left: auto;
}
.hero__nav--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hero__nav--desktop {
    display: flex;
  }
}
.hero__nav-link {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
@media (min-width: 1200px) {
  .hero__nav-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .hero__nav-link {
    font-size: 1.25rem;
  }
}
.hero__nav-link:hover, .hero__nav-link:focus-visible {
  opacity: 1;
  text-decoration: underline;
}
.hero__proces-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .hero__proces-list {
    flex: 1;
    justify-content: center;
  }
}
.hero__proces-item {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(227, 225, 222, 0.18);
}
.hero__proces-item:first-child {
  border-top: 1px solid rgba(227, 225, 222, 0.18);
}
@media (min-width: 1200px) {
  .hero__proces-item {
    gap: 1.75rem;
    padding: 1.375rem 0;
  }
}
.hero__proces-num {
  font-family: "Saira Extra Condensed", sans-serif;
  font-style: italic;
  font-size: 0.8125rem;
  opacity: 0.55;
  font-weight: 400;
  min-width: 1.75rem;
  flex-shrink: 0;
}
.hero__proces-name {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@keyframes hero-scroll-blink {
  0%, 45%, 100% {
    opacity: 0.25;
  }
  18% {
    opacity: 0.85;
  }
}
.portfolio {
  padding: 2rem 0;
  background: #f6eee3;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: min-content min-content min-content min-content 1fr;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .portfolio {
    grid-template-columns: repeat(12, 1fr);
  }
}
.portfolio__header {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
}
@media (min-width: 1200px) {
  .portfolio__header {
    grid-area: 1/1/4/5;
    position: sticky;
    top: 2rem;
  }
}
.portfolio__title {
  padding: 0 var(--mobile-side-padding);
}
@media (min-width: 1200px) {
  .portfolio__title {
    grid-area: 1/1/2/5;
  }
}
.portfolio__label {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 4px;
}
.portfolio__numbering {
  font-family: var(--logo-font);
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  gap: 6px;
}
.portfolio__counter {
  font-weight: 700;
  font-size: 5.625rem;
}
.portfolio__divider {
  font-weight: 100;
  font-size: 2.625rem;
  line-height: 1;
}
.portfolio__total {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1;
}
.portfolio__meta {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .portfolio__meta {
    grid-area: 2/1/3/5;
  }
}
.portfolio__name {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.portfolio__description {
  font-size: 1.125rem;
  font-weight: 300;
}
.portfolio__screen-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}
.portfolio__all_screens {
  padding: 3.875rem var(--mobile-side-padding);
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .portfolio__all_screens {
    grid-area: 1/6/6/13;
  }
}
.portfolio__mobile-screen {
  display: flex;
  gap: 0.5rem;
}
.portfolio__screen-mobile-frame, .portfolio__screen-frame {
  border-radius: 16px;
  overflow: hidden;
}
.portfolio__cta {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .portfolio__cta {
    grid-area: 3/1/4/5;
  }
}
.portfolio__cta-link {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  gap: 4px;
  color: #1c1c1c;
}
.portfolio__cta-link:hover {
  text-decoration: underline;
}

.about {
  background-color: #1c1c1c;
  color: #e3e1de;
  min-height: 100vh;
  padding: 2rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.about__tag {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.5;
}
.about__rule {
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
  min-width: 2.5rem;
}
.about__status {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.about__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6dd158;
  flex-shrink: 0;
  animation: about-status-pulse 2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .about__status-dot {
    animation: none;
  }
}
.about__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .about__main {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: end;
    gap: 0 4rem;
  }
}
.about__marquee {
  overflow: hidden;
  border-block: 1px solid rgba(227, 225, 222, 0.15);
  padding: 1.25rem 0;
}
.about__marquee-track {
  display: flex;
  width: max-content;
  animation: about-marquee-scroll 35s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .about__marquee-track {
    animation: none;
  }
}
.about__marquee-list {
  display: flex;
  gap: 3rem;
  padding: 0 1.5rem 0 0;
  margin: 0;
  list-style: none;
}
.about__marquee-list li {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}
.about__marquee-list li:not(:last-child)::after {
  content: "·";
  margin-left: 3rem;
  opacity: 0.35;
}
.about__headline {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.9;
  margin: 0;
}
.about__line {
  display: block;
  font-weight: 700;
}
.about__line--outline {
  -webkit-text-stroke: 2px #e3e1de;
  color: transparent;
}
.about__aside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about__visuals {
  position: relative;
  height: 260px;
}
@media (min-width: 1200px) {
  .about__visuals {
    height: 360px;
  }
}
.about__photo {
  position: absolute;
  object-fit: cover;
}
.about__photo--a {
  width: 68%;
  height: 88%;
  top: 0;
  right: 0;
  z-index: 2;
  transform: rotate(2deg);
  object-position: top center;
}
.about__photo--b {
  width: 52%;
  height: 65%;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-4deg);
  outline: 2px solid rgba(227, 225, 222, 0.25);
  box-shadow: 6px 6px 0 #1c1c1c;
}
.about__photo--c {
  width: 42%;
  height: 55%;
  top: 16px;
  left: 6px;
  z-index: 1;
  transform: rotate(-8deg);
  opacity: 0.45;
  filter: grayscale(30%);
}
.about__bio {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  max-width: 36ch;
  color: rgba(227, 225, 222, 0.75);
}
.about__bio::first-letter {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 0.85;
  float: left;
  margin-right: 0.875rem;
  margin-top: 0.25rem;
  color: #e3e1de;
}
.about__stats {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(227, 225, 222, 0.15);
}
@media (min-width: 768px) {
  .about__stats {
    gap: 4rem;
  }
}
.about__stat {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.about__stat-value {
  display: block;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
}
.about__stat-label {
  font-size: 0.6875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.45;
  line-height: 1.5;
}

@keyframes about-status-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(109, 209, 88, 0.6);
  }
  50% {
    opacity: 0.65;
    box-shadow: 0 0 0 6px rgba(109, 209, 88, 0);
  }
}
@keyframes about-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}
.my-stores {
  background-color: #1c1c1c;
  color: #e3e1de;
  padding: 4rem 1rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.my-stores__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.my-stores__tag {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.5;
}
.my-stores__rule {
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}
.my-stores__title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
}
.my-stores__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media (min-width: 768px) {
  .my-stores__list {
    gap: 7.5rem;
  }
}
.my-stores__item {
  max-width: 520px;
}
@media (min-width: 768px) {
  .my-stores__item:nth-child(even) {
    margin-left: auto;
    text-align: right;
  }
}
.my-stores__number {
  display: block;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(4.5rem, 12vw, 10rem);
  font-weight: 700;
  line-height: 0.85;
  -webkit-text-stroke: 2px #e3e1de;
  color: transparent;
  margin-bottom: 0.5rem;
}
.my-stores__name {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.75rem;
}
.my-stores__desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
  opacity: 0.75;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 5vw;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .site-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__copy {
  margin: 0;
  opacity: 0.6;
}
.site-footer__privacy {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.site-footer__privacy:hover {
  opacity: 0.6;
}
.site-footer__top {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.site-footer__top:hover {
  opacity: 0.6;
}
