@charset "UTF-8";

/* Samedha Case Study — Figma artboard 1512×982 sections
   Display: FK Screamer Trial Black / Bold
   Body/serif: Awaking → Cormorant Garamond fallback
*/
@font-face {
  font-family: "FK Screamer Trial";
  src: url("../../fonts/FKScreamerTrial-Black.woff2") format("woff2"), url("../../fonts/FKScreamerTrial-Black.woff") format("woff"), url("../../fonts/FKScreamerTrial-Black.ttf") format("truetype"), url("../../fonts/FKScreamer-Black.woff2") format("woff2"), url("../../fonts/FKScreamer-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FK Screamer Trial";
  src: url("../../fonts/FKScreamerTrial-Bold.woff2") format("woff2"), url("../../fonts/FKScreamerTrial-Bold.woff") format("woff"), url("../../fonts/FKScreamerTrial-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FK Screamer Trial';
  src: url('/assets/fonts/FKScreamerTrial-Regular.woff2') format('woff2'),
    url('/assets/fonts/FKScreamerTrial-Regular.woff') format('woff'),
    url('/assets/fonts/FKScreamerTrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Awaking';
  src: url('../../fonts/Awaking-Regular.woff2') format('woff2'),
    url('../../fonts/Awaking-Regular.woff') format('woff'),
    url('../../fonts/Awaking-Regular.ttf') format('truetype'),
    url('/assets/fonts/Awaking-Regular.woff2') format('woff2'),
    url('/assets/fonts/Awaking-Regular.woff') format('woff'),
    url('/assets/fonts/Awaking-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&display=swap');

.sm-case-page {
  --sm-olive: #919077;
  --sm-cream: #eef0dc;
  --sm-ink: #2b2b2b;
  --sm-forest: #3a451a;
  --sm-lime: #94b95f;
  --sm-display: FK Screamer Trial, Anton, Impact, Arial Narrow, sans-serif;
  --sm-serif: Cormorant Garamond, Georgia, Times New Roman, serif;
  background: #000 !important;
  color: #fff;
}

html:has(.sm-case-page) {
  background: #000 !important;
}

.sm-case-page,
.sm-case-page #scroll-container,
.sm-case-page .smooth-scroll {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}

.sm-case-page .brand-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}

.sm-case-page .footer-block {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.sm-case-page .footer-block .social-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sm-case-page .footer-block .social-links li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sm-case-page .footer-block .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 1;
}

.sm-case-page .footer-block .social-links li a i {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.sm-case-page .footer-block .social-links li a .twitter2 {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  object-fit: contain;
}

.sm-case-page main {
  overflow-x: clip;
}





@media (prefers-reduced-motion: reduce) {
  .sm-case-page .smooth-scroll {
    scroll-behavior: auto;
  }
}

.sm-split-line {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: inherit;
}

.sm-split-word {
  display: inline-block;
  will-change: transform, opacity;
}

.sm-split-space {
  display: inline-block;
  width: 0.18em;
}

.sm-hero {
  position: relative;
  min-height: min(100vh, 982px);
  height: clamp(640px, 64.95vw, 982px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #919077;
}

.sm-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.sm-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sm-hero__mandala {
  position: absolute;
  left: 50%;
  bottom: -53%;
  transform: translateX(-50%);
  width: clamp(280px, 44vw, 698px);
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.sm-hero__leaf {
  position: absolute;
  left: -23%;
  bottom: -13%;
  width: clamp(320px, 58vw, 883px);
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(60px 64px 34px rgba(0, 0, 0, 0.3));
  transform: rotate(-16.75deg);
}

.sm-hero__content {
  position: relative;
  z-index: 2;
  width: min(92%, 1400px);
  text-align: center;
  padding: 8vh 1rem 11vh;
}

.sm-hero__eyebrow {
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  color: #919077;
  margin: 0 0 0.4em;
  font-weight: 400;
  font-size: 30.9267px;
  line-height: 45px;
  letter-spacing: 0.02em;
}

.sm-hero__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-size: clamp(2.6rem, 11.7vw, 11.0rem);
  color: #919077;
  letter-spacing: 0.01em;
}

.sm-hero__line {
  display: block;
}

.sm-hero__mid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
  flex-wrap: wrap;
}

.sm-hero__logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(96px, 15.8vw, 239px);
  height: clamp(60px, 9.9vw, 150px);
  border-radius: 14.5px;
  overflow: hidden;
  background: url('../../work/images/samedha/samedha-logo-bg.png');
  flex-shrink: 0;
}

.sm-hero__logo-card img {
  width: 55%;
  height: auto;
  object-fit: contain;
}

.sm-video {
  background: #eef0dc;
  /* min-height: clamp(640px, 64.95vw, 982px); */
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .sm-video {
    padding: 50px 0;
  }
}

.sm-video__wrap {
  width: min(888px, 92%);
  text-align: center;
}

.sm-video__frame {
  position: relative;
  border-radius: clamp(32px, 5.5vw, 84px);
  overflow: hidden;
}

.sm-video__poster {
  width: 100%;
  aspect-ratio: 888/555;
  object-fit: cover;
}

.sm-video__logo {
  position: absolute;
  left: clamp(1.25rem, 4vw, 5.5rem);
  bottom: clamp(1.25rem, 3.5vw, 3.5rem);
  width: clamp(72px, 8.2vw, 124px);
  height: auto;
}

.sm-video__play {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  width: clamp(72px, 8vw, 122px);
  height: clamp(72px, 8vw, 122px);
  border: 0;
  border-radius: 50%;
  background: #eef0dc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.sm-video__play img {
  width: 38%;
  height: auto;
}

.sm-video__caption {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin: 5rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  color: #919077;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;

  @media(max-width:786px) {
    margin: 1rem 0 0;
  }
}

.sm-beginning {
  position: relative;
  background: linear-gradient(150deg, #222 0.5%, #000 99%);
  min-height: clamp(640px, 64.95vw, 982px);
  overflow: hidden;
  padding: 8rem 11rem;


}

.sm-beginning__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;

  position: relative;
  z-index: 1;
}

.sm-beginning__intro {
  font-family: 'Awaking';


  font-style: normal;
  font-weight: 400;
  font-size: 34.8796px;
  line-height: 39px;
  letter-spacing: 0.02em;

  color: #FFFFFF;


}

.sm-beginning__stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;

}

.sm-beginning__dim,
.sm-beginning__mid,
.sm-beginning__strong,
.sm-beginning__peak {
  font-family: 'Awaking';
  font-weight: 400;
  margin: 0;
}

.sm-beginning__dim {
  font-size: clamp(1rem, 1.8vw, 1.69rem);
  color: rgba(255, 255, 255, 0.4);
}

.sm-beginning__mid {
  font-size: clamp(1.35rem, 2.6vw, 2.44rem);
  color: rgba(255, 255, 255, 0.6);
}

.sm-beginning__strong {
  font-size: clamp(1.7rem, 3.4vw, 3.24rem);
  color: rgba(255, 255, 255, 0.8);
}

.sm-beginning__peak {
  font-size: clamp(2rem, 4.1vw, 3.92rem);
  color: #fff;
}

.sm-beginning__right {
  position: relative;
  min-height: clamp(280px, 40vw, 520px);
}

.sm-beginning__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(2.75rem, 9.5vw, 11.5rem);
  line-height: 0.9;
  color: #fff;
  text-align: right;
}

.sm-beginning__title span {
  display: block;
}

.sm-beginning__orchid {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;

}

@media (max-width: 430px) {
  .sm-beginning__right img {
    display: none !important;
  }

  .sm-beginning__title {
    font-size: clamp(2.25rem, 14vw, 3.25rem);
    line-height: 0.95;
  }
}

.sm-reality {
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
  padding: 17rem 2rem 15rem;
}

.sm-reality__bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
}

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

.sm-reality__eyebrow {
  position: relative;
  z-index: 1;
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.35rem, 2.7vw, 2.55rem);
  color: #2b2b2b;
  margin: 0 0 0.5rem;
}

.sm-reality__title {

  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 945px;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 900;
  font-size: 174px;
  color: #2B2B2B;
  line-height: 155px;

}

.sm-reality__card {
  position: absolute;
  z-index: 2;
  overflow: hidden;

}


.sm-reality__card span {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  width: 90%;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(0.85rem, 2.2vw, 2.2rem);
  color: #fff;
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.sm-reality__card::after {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.sm-reality__card--registers {
  top: -98%;
  left: -18%;
  transform: rotate(0.72deg);
}

.sm-reality__card--paper {
  top: -85%;
  right: -16%;
  transform: rotate(1.42deg);
}

.sm-reality__card--docs {
  left: 47%;
  bottom: -80%;
  transform: translateX(-50%) rotate(1.98deg);
  z-index: 3;
}

.sm-reality__footer {
  position: relative;
  margin-top: 2rem;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;

  text-transform: uppercase;
  letter-spacing: 0.02em;

  font-weight: 700;
  font-size: 34.014px;
  line-height: 33px;
  color: #2B2B2B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;

  span {
    font-weight: 700;
    font-size: 42px;
  }

}

.sm-backbone {
  position: relative;
  background: linear-gradient(146deg, #222 17%, #000 90%);
  padding: 100px 0;
  overflow: hidden;

  @media(max-width:430px){
    padding: 55px 0 30px!important;
  }
}

.sm-backbone__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 2rem 0 8rem;
  text-align: left;
}

.sm-backbone__quote {
  position: absolute;
  left: -70px;
  top: -35px;
  width: clamp(64px, 8vw, 126px);
  height: clamp(64px, 8vw, 126px);
}

.sm-backbone__quote img {

  width: 100%;
  height: 100%;

}

.sm-backbone__quote-mark {
  inset: 28% 30% !important;
  width: 40% !important;
  height: auto !important;
  margin: auto;
}

.sm-backbone__eyebrow {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.1rem, 1.9vw, 1.77rem);
  color: #fffedb;
  margin: 0 0 0.5rem;
  text-align: left;
  padding-left: clamp(4rem, 10vw, 5rem);
}

.sm-backbone__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(2.5rem, 11.5vw, 10rem);
  color: #fffee6;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: left;
}

.sm-beginning__left {
  display: flex;
  flex-direction: column;
  gap: 23rem;

  @media(max-width:991px) {
    gap: 2rem;
  }
}


.sm-backbone__title span {
  display: block;
}

.sm-backbone__title em {
  font-style: normal;
  color: #94b95f;
}

.sm-backbone__sub {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.1rem, 1.85vw, 1.75rem);
  color: #eff2d9;
  text-align: left;
  margin: 1rem 0 0;

}

.sm-backbone__cards {
  position: relative;
  z-index: 2;
  margin: -11rem auto 0;
  padding-top: 13rem;
  min-height: clamp(280px, 32vw, 480px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.sm-backbone__track {
  display: flex;
  width: max-content;
  animation: sm-backbone-marquee 32s linear infinite;
}

.sm-backbone__set {
  display: flex;
  align-items: end;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

.sm-backbone__card {
  margin: 0;
  flex: 0 0 clamp(180px, 22vw, 300px);
  text-align: center;
  cursor: default;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.sm-backbone__card img {
  /* width: 100%; */
  border-radius: 16px;
  filter: drop-shadow(0 0 18px rgba(148, 185, 95, 0.25));
  transition: filter 0.45s ease;
}

@keyframes sm-backbone-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sm-backbone__track {
    animation: none;
  }
}

.sm-backbone__card:hover img {
  filter: drop-shadow(0 10px 32px rgba(148, 185, 95, 0.42));
}

.sm-backbone__card figcaption {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.2vw, 1.125rem);
  color: #fff;
  margin-top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* .sm-backbone__card--1 {
  transform: rotate(-13deg) translateY(8%);
}
.sm-backbone__card--2 {
  transform: rotate(-12deg) translateY(-4%);
}
.sm-backbone__card--3 {
  transform: rotate(12deg) translateY(4%);
}
.sm-backbone__card--4 {
  transform: rotate(10deg) translateY(-10%);
} */

.sm-backbone__card--2 {
  position: relative;
  top: -13rem;
  z-index: 3;


}

.sm-backbone__card--4 {
  position: relative;
  top: -13rem;
  z-index: 3;


}


.sm-noticed {
  background: linear-gradient(180deg, #FFFFF6 0%, #FFE6D3 176.29%);
  padding: clamp(3rem, 6vw, 5rem) 1.25rem clamp(3.5rem, 6vw, 5rem);
  text-align: center;
  color: #2b2b2b;
}

.sm-noticed__title {
  margin: 0 auto 1.5rem;
  max-width: 1183px;
}

.sm-noticed__dark {
  display: block;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 125px;
  line-height: 154px;
  color: #2b2b2b;
  line-height: 0.95;

}

.sm-noticed__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  flex-wrap: wrap;
}

.sm-noticed__green {
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(2rem, 8.9vw, 8.45rem);
  color: #3a451a;
  line-height: 1.2;
}

.sm-noticed__aside {
  text-align: left;
  line-height: 1.1;
  padding-top: 0.6em;

  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 39px;
  line-height: 110%;
  letter-spacing: 0.02em;

  color: #3A451A;


}

.sm-noticed__visual {
  max-width: 858px;
  margin: 0 auto 1.5rem;
}

.sm-noticed__visual img {
  width: 100%;
  height: auto;
}

.sm-noticed__tags {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  color: #2b2b2b;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;

}

.sm-noticed__gap {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;

  font-size: clamp(1.15rem, 3vw, 2.9rem);
  color: #222;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.sm-reimagine {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/samedha-casestudy/approved-bg.png'), linear-gradient(134.45deg, #222222 16.73%, #000000 90.57%);
  box-shadow: -213px -22px 4px rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  padding: 6rem 6rem 4rem;
  color: #fff;

  @media(max-width:786px) {
    padding: 4rem 1rem 4rem;
  }
}

.sm-reimagine__eyebrow {
  margin: 0 0 7.25rem;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 28.3457px;
  line-height: 32px;
  color: #CCCAA5;


}

.sm-reimagine__built {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 1.8vw, 1.65rem);
  flex-wrap: wrap;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(2.2rem, 8.5vw, 8rem);
  color: #fff;
  letter-spacing: 0.02em;
}

.sm-reimagine__built img {
  width: clamp(72px, 10.6vw, 161px);
  height: auto;
  border-radius: 8px;
}

.sm-reimagine__process {
  margin: 2.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  flex-wrap: wrap;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(1.75rem, 6.5vw, 6.1rem);
  color: #fff;

  @media(max-width:430px){
    margin: 0.5rem 0 0!important;
  }
}

.sm-reimagine__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.sm-reimagine__approved {
  position: relative;
  margin: 2.5rem 0 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(2.2rem, 8.5vw, 8rem);
  color: #AACE45;

  @media(max-width:430px){
    margin: 0.5rem 0 0!important;
  }
}

.sm-reimagine__approved img {
  position: absolute;
  right: -8%;
  top: 85%;
  transform: translateY(-40%);
  pointer-events: none;
}

.sm-reimagine__note {
  margin: 5.5rem 0 0;
  max-width: 28rem;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 22.67px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;

  color: #919077;


}

.sm-turning {
  background: #eef0dc;
  color: #3a451a;
  padding: 100px 30px;
}

.sm-turning__top {
  text-align: center;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  position: relative;
}

.sm-turning__eyebrow {
  margin: 0 0 1rem;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #838269;


}

.sm-turning__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 126px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #3A451A;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sm-turning__title-line {
  display: block;
}

.sm-turning__title-line--main {
  display: inline-block;
  /* text-align: left; */
}

.sm-turning__changed {
  display: block;
  margin: 0.5rem 0 0;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #222;
  text-align: right;
  text-transform: none;
  letter-spacing: 0.02em;
}

.sm-turning__graphic {
  position: relative;


}



.sm-turning__graphic img {
  max-width: 100%;
  height: auto;
  margin: -150px auto 0;
}

.sm-turning__partner {
  text-align: left;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: 1.35;
  color: #222222;
  position: absolute;
  bottom: clamp(1.5rem, 4vw, 6rem);
  right: clamp(2rem, 16vw, 19rem);
  margin: 0;
  /* max-width: min(280px, 42%); */
  z-index: 1;
@media(max-width:1800px){
  right: clamp(2rem, 5vw, 22rem)!important;
}
  
}

.sm-turning__partner strong {
  font-size: 1.15em;
  font-weight: 500;
}

.sm-turning__ground-grid {
  /* display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1.5rem, 4vw, 3.5rem);
  row-gap: clamp(0.5rem, 2vw, 1.5rem);
  align-items: start; */

  display: grid;
  justify-content: center;
}

.sm-turning__ground-title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.25rem, 7.7vw, 8rem);
  color: #3a451a;
}

.sm-turning__ground-title--left {

  text-align: left;
}

.sm-divide-section {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.sm-divide-section_0 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.sm-turning__ground-title--right {

  text-align: right;
  align-self: end;
  justify-self: end;
}

.sm-turning__copy {
  max-width: 291px;
  margin: 0;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #363636;

}

.sm-turning__search {
  margin: 0;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  color: #3A451A;
}

.sm-turning__thumb {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: clamp(140px, 15vw, 227px);
  border-radius: 42px;
  overflow: hidden;
}

.sm-turning__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 227/145;
  object-fit: cover;
}

.sm-inaug {
  background: #000;
  color: #fff;
  padding: clamp(3rem, 5vw, 4rem) 0 0;
}

.sm-inaug__head {
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  align-items: end;
}

.sm-inaug__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  grid-column: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 70px;
  color: #A6A7A5;


}

.sm-inaug__handled {
  margin: 0;
  grid-column: 2;
  padding-bottom: 0.5rem;
  padding-top: 0.9rem;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 18.5577px;
  line-height: 21px;
  color: #FFFFFF;


}

.sm-inaug__list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid #2b2b2b;
}

.sm-inaug__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  min-height: 112px;
  padding: 1.5rem clamp(1.25rem, 9.6vw, 146px);
  border-bottom: 1px solid #2b2b2b;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  @media(max-width:430px){
    min-height: 12px!important;
  }

}

.sm-inaug-divide {
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 7rem;

  @media(max-width:430px) {
    text-align: center;
    gap: 1rem;
  }
}

.sm-inaug__name {
  font-size: clamp(1rem, 1.55vw, 1.47rem);
  color: #fff;
}

.sm-inaug__desc {
  font-size: clamp(0.85rem, 1.2vw, 1.16rem);
  color: #fff;
  text-align: center;
}

.sm-inaug__footer {
  padding: 6rem 0;
  margin: 0 5%;


}

.sm-inaug__end-title {
  margin: 0 0 2rem;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 7.5vw, 7rem);
  color: #ffffff;
  line-height: 1.2;

  @media(max-width:430px){
    text-align: center;
  }
}

.sm-inaug__end-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) auto;
  gap: clamp(1rem, 3vw, 4.5rem);

}

.sm-inaug__end-copy {
  margin: 0;
  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;

  color: #FFFFFF;


}

.sm-inaug__photo {
  margin: 0;
  border-radius: 25px;

}

.sm-inaug__photo img {
  max-width: 100%;
  height: auto;
}

.sm-inaug__end-label {
  margin: 0;
  white-space: nowrap;


  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 52.5755px;
  line-height: 83px;

  color: #FFFFFF;


}

.sm-launch {
  position: relative;
  min-height: clamp(640px, 64.95vw, 982px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.sm-launch__bg {
  position: absolute;
  inset: 0;
}

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

.sm-launch__veil {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.sm-launch__copy {
  position: relative;
  z-index: 1;
  padding: 2rem 1.25rem;
  max-width: 945px;
}

.sm-launch__before,
.sm-launch__after {

  font-family: 'Awaking';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #adadad;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);


}

.sm-launch__title {
  /* margin: 0.15em 0 0.10em; */
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(3rem, 11.7vw, 11.06rem);
  color: #fffee6;
  line-height: 0.95;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.sm-today {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  padding: clamp(3.5rem, 7vw, 6.25rem) 1.25rem clamp(3rem, 5vw, 4rem);
}

.sm-today__role,
.sm-today__partner {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.35rem, 2.8vw, 2.67rem);
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 47px;

  @media(max-width:430px){
    line-height: 27px;
  }
}

.sm-today__partner {
  margin-top: 0.35rem;
}

.sm-today__title {
  margin: 1rem 0 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-size: clamp(3.5rem, 10.2vw, 9.7rem);
  color: #2b2b2b;
  line-height: 0.96;
}

.sm-today__visual {
  width: 100%;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  overflow: visible;
}

/* Desktop: natural 624×349. Mobile scales via --sm-panel-* */
.sm-today__perspective {
  --sm-panel-w: 624px;
  --sm-panel-h: 349px;

  position: relative;
  width: min(1100px, 100vw);
  height: calc(var(--sm-panel-h) + 52px);
  margin: 0 auto;
  perspective: 1600px;
  -webkit-perspective: 1600px;
  perspective-origin: 50% 50%;
  overflow: visible;
}

.sm-today__carousel {
  width: var(--sm-panel-w);
  height: var(--sm-panel-h);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /* JS sets translateZ + rotateY; keep centering via left/top 50% + margin */
  margin-left: calc(var(--sm-panel-w) / -2);
  margin-top: calc(var(--sm-panel-h) / -2);
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

.sm-today__carousel figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm-panel-w);
  height: var(--sm-panel-h);
  margin: 0;
  padding: 0;
  background: transparent;
  opacity: 0.75;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
}

.sm-today__face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sm-today__face--back {
  transform: rotateY(180deg);
}

.sm-today__face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  pointer-events: none;
}

@media (max-width: 900px) {
  .sm-today__perspective {
    --sm-panel-w: min(420px, 72vw);
    --sm-panel-h: calc(var(--sm-panel-w) * 349 / 624);
    width: 100vw;
    perspective: 1200px;
    -webkit-perspective: 1200px;
  }

  .sm-today__visual {
    padding: clamp(2.5rem, 8vw, 4rem) 0;
  }
}

@media (max-width: 576px) {
  .sm-today__perspective {
    --sm-panel-w: min(280px, 78vw);
    --sm-panel-h: calc(var(--sm-panel-w) * 349 / 624);
    height: calc(var(--sm-panel-h) + 40px);
    perspective: 900px;
    -webkit-perspective: 900px;
  }

  .sm-today__visual {
    padding: 2.25rem 0 2.75rem;
  }
}

@media (max-width: 380px) {
  .sm-today__perspective {
    --sm-panel-w: min(240px, 82vw);
    --sm-panel-h: calc(var(--sm-panel-w) * 349 / 624);
    perspective: 800px;
    -webkit-perspective: 800px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sm-today__carousel figure {
    transition: none;
    -webkit-transition: none;
  }
}

.sm-today__caption {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.1rem, 1.9vw, 1.8rem);
  margin: 1.5rem 0 0;
  color: #2b2b2b;
}

.sm-ongoing {
  position: relative;
  min-height: clamp(640px, 65.8vw, 996px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 1.25rem;
}

.sm-ongoing__bg {
  position: absolute;
  inset: 0;
}

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

.sm-ongoing__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, transparent 41%, #000 100%);
}

.sm-ongoing__label,
.sm-ongoing__status,
.sm-ongoing__title,
.sm-ongoing__divider {
  position: relative;
  z-index: 1;
}

.sm-ongoing__label {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(1.35rem, 2.8vw, 2.67rem);
  color: #d3d2b4;
  margin: 0 0 0.75rem;
}

.sm-ongoing__status {
  font-family: 'Awaking';
  font-weight: 400;
  font-size: clamp(0.95rem, 1.9vw, 1.81rem);
  color: #eef0dc;
  margin: 0 0 1rem;

}

.sm-ongoing__title {
  margin: 0;
  font-family: "FK Screamer Trial", Anton, "Impact", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  font-size: clamp(2.2rem, 8.1vw, 7.65rem);
  color: #eef0dc;


}

.sm-ongoing__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;

}

.sm-ongoing__divider img {
  flex: 1;
  height: auto;
  opacity: 0.9;
}

@media (max-width: 1330px) {
  .sm-reality__card--registers {
    top: -95%;
    left: -8%;
  }

  .sm-reality__card--paper {
    top: -95%;
    right: -10%;
  }
}

@media(max-width:1300px) {
  .sm-beginning {
    padding: 4rem 2rem;
  }

  .sm-turning__ground-title {
    font-size: 100px;
  }

  .sm-turning__title {
    font-size: 110px;
  }

  .sm-noticed__dark {
    font-size: 110px;
  }

  .sm-noticed__aside {
    font-size: 34px;
  }

  .sm-inaug__title {
    font-size: 70px;
  }

  .sm-turning__changed {
    font-size: 20px;
  }

  .sm-turning__eyebrow {
    font-size: 26px;
    line-height: 1.15;
  }

  .sm-turning__graphic img {
    margin: -127px auto 0;
  }

  .sm-turning__partner {
    right: clamp(1.5rem, 2vw, 19rem);
    bottom: clamp(1.25rem, 3.5vw, 3.25rem);
  }
}

@media (max-width: 1200px) {
  .sm-reality__title {
    max-width: 800px;
  }

  .sm-turning__title {
    font-size: 96px;
  }

  .sm-noticed__dark {
    font-size: 96px;
  }

  .sm-noticed__aside {
    font-size: 30px;
  }

  .sm-inaug__title {
    font-size: 61px;
  }

  .sm-turning__changed {
    font-size: 18px;
  }

  .sm-turning__eyebrow {
    font-size: 24px;
  }

  .sm-turning__graphic img {
    margin: -115px auto 0;
  }

  /* .sm-turning__partner {
    right: clamp(1rem, 10vw, 10rem);
    bottom: clamp(1rem, 3vw, 2.75rem);
    max-width: min(240px, 38%);
  } */


  .sm-turning__partner {
    position: static;
    max-width: 22rem;
    margin: 1.25rem auto 0;
    text-align: center;
    font-size: clamp(15px, 2.8vw, 18px);
  }
}

@media (max-width: 1100px) {
  .sm-turning__title {
    font-size: 84px;
  }


  .sm-noticed__dark {
    font-size: 84px;
  }

  .sm-noticed__aside {
    font-size: 26px;
  }

  .sm-inaug__title {
    font-size: 53px;
  }

  .sm-turning__changed {
    font-size: 16px;
  }

  .sm-turning__eyebrow {
    font-size: 22px;
  }

  .sm-turning__graphic img {
    margin: -100px auto 0;
  }

  /* .sm-turning__partner {
    right: clamp(0.75rem, 8vw, 7rem);
    bottom: clamp(0.75rem, 2.5vw, 2.25rem);
    max-width: min(220px, 36%);
  } */
}

@media (max-width: 991px) {
  .sm-beginning {
    padding: 4rem 2rem 0;
  }

  .sm-turning {
    padding: 50px 30px;
  }

  .sm-reality {
    padding: 3rem 2rem 3rem;
  }

  .sm-turning__title {
    font-size: 68px;
  }

  .sm-noticed__dark {
    font-size: 68px;
  }

  .sm-noticed__aside {
    font-size: 21px;
  }

  .sm-inaug__title {
    font-size: 43px;
  }

  .sm-turning__changed {
    font-size: 14px;
  }

  .sm-turning__eyebrow {
    font-size: 18px;
  }

  .sm-turning__graphic img {
    margin: -80px auto 0;
  }



  .sm-turning__partner br {
    display: none;
  }

  .sm-beginning__inner {
    grid-template-columns: 1fr;
  }

  .sm-beginning__title {
    text-align: left;
    font-size: clamp(2.5rem, 17vw, 8.5rem);
  }

  .sm-beginning__orchid {
    width: 50vw;
  }

  .sm-divide-section {
    flex-direction: column;
    gap: 1rem;
  }

  .sm-divide-section_0 {
    flex-direction: column;
    gap: 1rem;
  }

  .sm-turning__ground-title {
    font-size: clamp(2.25rem, 9vw, 5.5rem);
  }

  .sm-turning__copy {
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    max-width: 100%;
  }

  .sm-turning__search {
    font-size: clamp(1rem, 2.6vw, 1.375rem);
  }

  .sm-reality__card--registers,
  .sm-reality__card--paper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    transform: none;
  }

  .sm-reality__card--docs {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    right: auto;
  }

  .sm-reality__footer {
    margin-top: 2rem;
  }

  .sm-backbone__cards {
    min-height: 0;
    margin-top: 2rem;
    padding-top: 0;
  }

  .sm-backbone__card {
    flex-basis: clamp(150px, 42vw, 220px);
    transform: none !important;
  }

  .sm-backbone__card--2,
  .sm-backbone__card--4 {
    top: 0;
  }

  .sm-turning__ground-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
  }

  .sm-turning__ground-title--left,
  .sm-turning__ground-title--right,
  .sm-turning__copy,
  .sm-turning__search,
  .sm-turning__thumb {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    align-self: center;
    text-align: center;
  }

  .sm-turning__copy,
  .sm-turning__search {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-inaug__head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sm-inaug__handled {
    grid-column: 1;
  }

  .sm-inaug__item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: center;
    padding: 20px;
  }

  .sm-inaug__desc {
    text-align: center;
  }

  .sm-inaug__end-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sm-reimagine__eyebrow {
    margin: 0 0 2.25rem;
  }

  .sm-reimagine__note {
    margin: 2.25rem 0 0;
  }

  .sm-reimagine__approved img {
    position: static;
    transform: none;
    display: block;
    margin: 0.5rem auto 0;
  }
}

@media (max-width: 768px) {
  .sm-beginning {
    padding: 2rem 2rem 0;
  }

  .sm-backbone {
    padding: 55px 0;
  }

  .sm-backbone__top {
    margin: 0 0.5rem 0 6rem;
  }

  .sm-backbone__eyebrow {
    padding-left: 0;
  }

  .sm-turning {
    padding: 30px 30px;
  }

  .sm-turning__graphic img {
    margin: 0 auto;
  }

  .sm-turning__partner {
    margin-top: 1rem;
    font-size: clamp(14px, 3.6vw, 16px);
    max-width: 18rem;
  }

  .sm-turning__title {
    font-size: 42px;
  }

  .sm-reality__title {
    font-size: 58px;
    line-height: 52px;
  }

  .sm-noticed__dark {
    font-size: 42px;
  }

  .sm-noticed__aside {
    font-size: 16px;
  }

  .sm-inaug__title {
    font-size: 27px;
    line-height: unset;
    margin-bottom: 10px;
  }

  .sm-inaug__footer {
    padding: 2rem 0rem;
  }

  .sm-inaug__end-title {
    font-size: clamp(1rem, 7.5vw, 7rem);
  }

  .sm-turning__changed {
    font-size: 13px;
  }

  .sm-turning__eyebrow {
    font-size: 16px;
  }

  .sm-turning__ground-title {
    font-size: clamp(2rem, 11vw, 3.5rem);
  }

  .sm-turning__copy {
    font-size: clamp(0.875rem, 3.2vw, 1rem);
  }

  .sm-turning__search {
    font-size: clamp(0.9375rem, 4vw, 1.25rem);
  }

  .sm-reimagine {
    padding: 2rem 2rem 2rem;
  }

  .sm-reimagine__eyebrow {
    margin: 0 0 1.25rem;
  }

  .sm-reimagine__note {
    margin: 1.25rem 0 0;
  }
}

@media (max-width: 576px) {
  .sm-turning__title {
    font-size: 30px;
  }

  .sm-reality__title {
    font-size: 41px;
    line-height: 37px;
  }

  .sm-noticed__dark {
    font-size: 30px;
  }

  .sm-noticed__aside {
    font-size: 14px;
  }


  .sm-hero__leaf {
    left: -67%;
    bottom: -10rem;
    width: 120%;
    opacity: 0.85;
  }

  .sm-backbone__card--2 {
    top: 0;
  }

  .sm-backbone__cards {
    margin-top: 2rem;
    padding-top: 0;
  }

  .sm-hero__mid {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .sm-reality {
    padding: 2.5rem 1rem 2.5rem;
  }
}