@font-face {
  font-family: "DM Sans";
  src: url("docs/fonts/static/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "DM Sans";
  src: url("docs/fonts/static/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "DM Sans";
  src: url("docs/fonts/static/DMSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "DM Sans";
  src: url("docs/fonts/static/DMSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:root {
  --white: #ffffff;
  --text: #ffffff;
  --headline: #ffffff;
  --cta-purple-rgb: 124, 108, 251
}

html {
  scroll-behavior: smooth
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: .9px;
  color: var(--text);
  background: #000
}

html,
body {
  overflow-x: hidden
}

.s1 {
  position: relative;
  min-height: 180vh;
  background-image: url("docs/images/img-S1-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(36px, 7.2vw, 96px) clamp(28px, 6.8vw, 56px)
}

.s1-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%)
}

.s1-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(18px, 4.8vw, 42px);
  max-width: 1800px
}

.s1-symbol {
  width: clamp(140px, 22vw, 220px);
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35))
}

.s1-wordmark {
  width: clamp(820px, 64vw, 1440px);
  height: auto;
  opacity: .98;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
  display: block;
  margin-inline: auto
}

.s1-headline {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: var(--headline);
  line-height: 1.15;
  font-size: clamp(1.4rem, 3.2vw, 3rem);
  max-width: min(92vw, 1300px);
  margin-inline: auto;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .35)
}

.hl-line {
  display: block;
  white-space: nowrap
}

.hl-dot {
  font-size: .5em;
  display: inline-block;
  transform: translateY(-.1em)
}

.s1-cta {
  display: inline-block;
  margin-top: clamp(12px, 2.8vw, 24px);
  padding: clamp(20px, 3.6vw, 26px) clamp(40px, 8vw, 72px);
  border-radius: 999px;
  background: rgba(var(--cta-purple-rgb), .45);
  color: var(--white);
  text-decoration: none;
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.8vw, 1.3rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  backdrop-filter: blur(4px);
  box-shadow: 0 12px 32px rgba(124, 108, 251, .38);
  transition: transform .2s ease, box-shadow .2s ease;
  font-variation-settings: "slnt" 0, "wdth" 100, "CTRS" 0
}

.s1-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(124, 108, 251, .5)
}

@media (max-width:768px) {
  .s1 {
    min-height: 100vh;
    padding: clamp(20px, 6vw, 32px);
    align-items: center
  }

  .s1-content {
    width: 100%;
    gap: clamp(16px, 5vw, 26px)
  }

  .s1-headline {
    line-height: 1.25
  }

  .s1-cta {
    width: calc(100% - 16px);
    max-width: none;
    margin-inline: 8px;
    font-size: clamp(1rem, 4vw, 1.15rem);
    padding: clamp(14px, 4vw, 18px) clamp(28px, 8vw, 40px);
    margin-top: clamp(10px, 3.8vw, 18px)
  }

  .s1-wordmark {
    width: min(92vw, 1080px)
  }
}

@media (max-width:420px) {
  .s1-symbol {
    width: 160px
  }

  .s1-wordmark {
    width: min(88vw, 420px)
  }

  .s1-headline {
    font-size: 1.2rem
  }
}

/* Sessão 2 (dentro do mesmo background da S1) */
.s2-block {
  margin-top: clamp(12px, 3.6vw, 28px);
  display: flex;
  justify-content: center
}

.s2-image {
  width: clamp(240px, 30vw, 380px);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .35))
}

@media (max-width:768px) {
  .s2-image {
    width: clamp(180px, 58vw, 300px)
  }
}

@media (max-width:480px) {
  .s2-image {
    width: clamp(170px, 52vw, 260px)
  }
}

/* Ajustes específicos por breakpoint */
@media (min-width:1024px) {
  .s1 {
    min-height: 180vh;
    background-size: cover;
    background-position: center
  }

  .s1-wordmark {
    width: min(56vw, 1280px)
  }

  .s1-headline {
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    max-width: 1300px
  }

  .s1-cta {
    padding: 20px 56px;
    font-size: 1.2rem
  }

  .s2-image {
    width: min(28vw, 360px)
  }
}

@media (max-width:768px) {
  .s1-headline {
    font-size: clamp(1.15rem, 5.2vw, 2.2rem)
  }
}

@media (max-width:480px) {
  .s1 {
    min-height: 100vh;
    background-size: cover;
    background-position: center 30%
  }

  .s1-wordmark {
    width: min(92vw, 600px)
  }

  .s1-headline {
    font-size: clamp(1rem, 6vw, 1.8rem);
    line-height: 1.24
  }

  .s1-cta {
    width: calc(100% - 16px);
    max-width: none;
    margin-inline: 8px;
    font-size: clamp(.95rem, 4.6vw, 1.1rem);
    padding: clamp(12px, 4.6vw, 16px) clamp(22px, 8vw, 36px)
  }
}

:root {
  --s2-gap: clamp(16px, 3vw, 32px);
  --s2-hmargin: 90px
}

.s2 {
  position: relative;
  background-image: url("docs/images/img-S3-1.png");
  background-size: cover;
  background-position: center;
  padding: 0 0 clamp(320px, 22vw, 420px);
  overflow: hidden
}

.s2-frame {
  width: min(92vw, 1200px);
  margin: 0 auto;
  background: #000;
  display: grid;
  gap: 0;
  justify-items: center;
  align-items: start;
  padding: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(220px, 18vw, 320px)
}

.s2-texts {
  display: grid;
  gap: var(--s2-gap);
  justify-items: center;
  text-align: center;
  color: #fff;
  max-width: min(90ch, 92%);
  text-wrap: balance;
  position: relative;
  z-index: 10
}

.s2-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  line-height: 1.25;
  font-size: clamp(1.55rem, 3.2vw, 1.9rem)
}

.s2-title span {
  display: block
}

.s2-subtitle {
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: .04em;
  line-height: 1.5;
  font-size: clamp(0.7rem, 1.5vw, 1rem);
  -webkit-font-smoothing: antialiased;
  opacity: 0.8
}

.s2-subtitle span {
  display: block
}

.s2-buy {
  display: inline-block;
  margin-inline: auto;
  border-radius: 28px;
  background: #fff;
  color: rgb(var(--cta-purple-rgb));
  border: 2px solid rgb(var(--cta-purple-rgb));
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: clamp(14px, 2.4vw, 18px) clamp(28px, 5.5vw, 48px)
}

.s2-visual {
  position: relative;
  width: 100%;
  display: grid;
  justify-items: center;
  margin-top: -32vw
}

.s2-row {
  position: relative;
  width: 100%
}

.s2-full-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
  display: block;
  height: auto;
  position: relative;
  z-index: 0
}

.s2-circles {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-items: center;
  z-index: 5;
  margin-top: -32vw
}

.s2-circleWrap {
  position: relative;
  display: grid;
  place-items: center;
  gap: clamp(8px, 2vw, 12px);
  text-align: center;
  width: 100%;
  height: auto
}

.s2-circle {
  display: none
}

.s2-label,
.s2-labelCenter {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: #fff;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  white-space: nowrap
}

.s2-labelLeft {
  text-align: left
}

.s2-labelRight {
  text-align: center
}

.s2-rightList,
.s2-centerList,
.s2-list {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  display: grid;
  place-items: center;
  gap: clamp(6px, 1.2vw, 10px);
  text-align: center
}

.s2-list-item {
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(0.9rem, 2.2vw, 1.1rem);
  line-height: 1.25
}

.s2-icons {
  display: none
}

.s2-message {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Science Gothic", sans-serif;
  letter-spacing: .22em;
  font-size: clamp(.8rem, 1.6vw, 1rem)
}

.s2-message-line {
  white-space: nowrap
}

@media (min-width:1024px) {
  .s2-title {
    font-size: 1.9rem
  }

  .s2-subtitle {
    font-size: 1.6rem
  }

  .s2-buy {
    padding: 18px 56px
  }

  .s2-circles {
    grid-template-columns: repeat(3, minmax(180px, 1fr))
  }
}

@media (max-width:768px) {
  :root {
    --s2-hmargin: 24px
  }

  .s2-icons {
    bottom: clamp(16px, 6vw, 32px);
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }

  .orange-circle {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20%);
    width: clamp(320px, 92vw, 760px)
  }

  .orange-overlay {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20%);
    width: clamp(320px, 92vw, 760px)
  }

  .s2-circles {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .s2-label,
  .s2-labelCenter {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin-top: clamp(8px, 2.2vw, 12px);
    white-space: normal
  }

  .s2-rightList,
  .s2-centerList,
  .s2-list {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    gap: clamp(8px, 2.2vw, 12px);
    margin-top: clamp(10px, 2.6vw, 16px)
  }

  .s2-frame {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    gap: clamp(18px, 4vw, 28px);
    padding: clamp(24px, 6vw, 36px)
  }

  .s2-texts {
    max-width: 100%;
    text-align: center
  }

  .s2-title {
    font-size: clamp(1.1rem, 4.8vw, 1.5rem);
    letter-spacing: .6px;
    text-align: center
  }

  .s2-subtitle {
    font-size: clamp(1rem, 4.2vw, 1.3rem);
    text-align: center
  }

  .s2-buy {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    padding: clamp(12px, 3.6vw, 16px) clamp(24px, 6vw, 40px);
    text-align: center
  }

  .s2-label,
  .s2-labelCenter {
    font-size: clamp(.95rem, 3.4vw, 1.1rem);
    text-align: center
  }

  .s2-list-item {
    font-size: clamp(.85rem, 3.2vw, 1rem);
    text-align: center
  }

  .s2-visual {
    text-align: center
  }

  .s2-full-bg {
    text-align: center
  }
}

@media (max-width:480px) {

  /* Texto legível e sem truncar */
  .s1-headline {
    font-size: clamp(1rem, 5.6vw, 1.6rem);
    letter-spacing: .05em;
    line-height: 1.3;
    padding-inline: clamp(12px, 4.8vw, 20px)
  }

  .s6-text p {
    font-size: clamp(.9rem, 4.8vw, 1.1rem);
    letter-spacing: .08em;
    line-height: 1.8
  }

  .s6-text p+p {
    margin-top: clamp(24px, 4vw, 36px)
  }

  .s6-verse {
    font-size: calc(clamp(.9rem, 4.8vw, 1.1rem) + 10px);
    letter-spacing: .08em;
    line-height: 1.3
  }

  .s2-title {
    font-size: clamp(1.2rem, 5.2vw, 1.6rem);
    letter-spacing: .07em;
    text-align: center
  }

  .s2-subtitle {
    font-size: clamp(1.1rem, 4.8vw, 1.4rem);
    letter-spacing: .08em;
    text-align: center
  }

  .s2-list-item {
    font-size: clamp(.9rem, 4.2vw, 1.05rem);
    letter-spacing: .1em;
    text-align: center
  }

  :root {
    --s2-hmargin: 16px
  }

  .s2-frame {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px
  }

  .s2-icons {
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }

  .s2-texts {
    text-align: center
  }

  .s2-buy {
    text-align: center
  }

  .s2-label,
  .s2-labelCenter {
    text-align: center
  }

  .s2-visual {
    text-align: center
  }
}

.s4 {
  position: relative;
  min-height: 250vh;
  background-image: url("docs/images/img-S4-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.s4-text {
  position: absolute;
  top: clamp(120px, 14vw, 220px);
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 10px;
  text-align: center;
  color: #666666;
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: .04em;
  font-size: clamp(.95rem, 3vw, 2.1rem);
  line-height: 1.26;
  text-transform: uppercase
}

.s4-text span {
  display: block
}

.s4-text2 {
  position: absolute;
  top: calc(clamp(120px, 14vw, 220px) + clamp(260px, 22vw, 360px));
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 10px;
  text-align: center;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: .9px;
  font-size: clamp(.95rem, 3vw, 2.1rem);
  line-height: 1.3;
  text-transform: uppercase
}

.s4-text2 span {
  display: block
}

.s4-cta {
  position: static;
  display: inline-block;
  margin-top: 70px;
  margin-inline: auto;
  padding: clamp(16px, 2.8vw, 22px) clamp(36px, 6.5vw, 64px);
  border-radius: 999px;
  background: #fff;
  color: rgb(var(--cta-purple-rgb));
  border: 2px solid rgb(var(--cta-purple-rgb));
  text-decoration: none;
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(124, 108, 251, .3)
}

.s4-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(124, 108, 251, .45)
}

.s4-circle {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 90vmin;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  display: grid;
  place-items: center
}

.s4-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url("docs/circle/texture/Circulo_laranja.png") center/cover no-repeat;
  opacity: .3;
  z-index: 0
}

.s4-center {
  position: relative;
  width: min(32vw, 40vmin);
  height: auto;
  z-index: 2
}

.orange-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  z-index: 2;
  width: clamp(520px, 68vw, 1100px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("docs/circle/texture/Circulo_laranja.png") center/cover no-repeat;
  opacity: .3;
  pointer-events: none
}

.orange-overlay {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-65%, 40%);
  z-index: 3;
  width: clamp(520px, 68vw, 1100px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("docs/images/img-S4-2.png") left center/cover no-repeat;
  pointer-events: none
}

@media (max-width:768px) {
  .s4 {
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px
  }

  .s4-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90%;
    margin-bottom: 20px
  }

  .s4-text2 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    width: 90%
  }

  .s4-circle {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 40px;
    width: 90vw;
    max-width: 400px
  }
}

.s5 {
  position: relative;
  background: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden
}

/* s5 adjustments for flex layout inside columns */
.s5-grid {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 120vh;
  grid-template-columns: 36% 64%;
  gap: 0
}

.s5-col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

.s5-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.s5-item img:not(.s5-3-overlay) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* Left Column: Eye (small-top) + Hands (large-bottom) */
.s5-1 {
  height: 35%
}

.s5-3 {
  height: 65%
}

/* Right Column: Waterfall (large-top) + Mushrooms (small-bottom) */
.s5-2 {
  height: 70%
}

.s5-4 {
  height: 30%;
  align-self: auto
}

/* Reduced height for overlap */

.s5-tint::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 60, 60, .35);
  pointer-events: none
}

.s5-3-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(clamp(48px, 12%, 110px) + 150px);
  height: auto;
  z-index: 2;
  pointer-events: none
}

@media (max-width:960px) {
  .s5-grid {
    grid-template-columns: 42% 58%
  }
}

.s6 {
  position: relative;
  background: #000;
  overflow: visible;
  padding-bottom: 50px;
  margin-top: -220px;
  z-index: 10
}

.s6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  bottom: -1px;
  width: clamp(140px, 12vw, 200px);
  height: auto;
  background: #c8b6ff;
  z-index: 0;
  pointer-events: none
}

.s6-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start
}

.s6-left {
  position: relative;
  z-index: 6;
  align-self: start
}

.s6-left::before {
  content: none
}

.s6-photo {
  position: relative;
  margin: 0 0 0 110px;
  top: 0;
  width: calc(100% - 110px);
  height: auto;
  transform: none
}

@media (max-width:768px) {

  /* S5 Mosaic Mobile */
  .s5-grid {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    min-height: auto
  }

  .s5-col {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column
  }

  .s5-item {
    height: 25vh;
    min-height: 180px
  }

  /* S6 Mobile Layout */
  .s6 {
    margin-top: 0;
    padding-bottom: 60px;
    z-index: 10
  }

  .s6-grid {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .s6-left,
  .s6-right {
    display: contents
  }

  /* 1. Photo (Overlaps Mosaic) */
  .s6-photo {
    order: 1;
    margin: 0 auto;
    /* Horizontal center */
    width: 90%;
    max-width: 400px;
    margin-top: -60px;
    /* Overlap mosaic slightly */
    z-index: 15;
    align-self: center;
  }

  /* 2. Verse Text (Order swapped to follow image immediately) */
  .s6-verse {
    order: 2;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 30px auto 30px;
    /* 30px below image */
    text-align: center;
    max-width: 90%;
    font-size: clamp(1.1rem, 4vw, 1.4rem);
    z-index: 15;
  }

  /* 3. Main Text */
  .s6-text {
    order: 3;
    margin-top: 10px;
    text-align: center;
    max-width: 90%;
    margin-inline: auto;
  }

  .s6-text p {
    text-align: center;
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    line-height: 1.6;
  }

  .s6::before {
    display: none
  }
}

.s6-photo img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block
}

.s6-verse {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 32px;
  margin-left: clamp(160px, 14vw, 240px);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 20;
  max-width: min(30ch, 80%);
}

.s6-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3.8vw, 28px);
  position: relative;
  top: 0;
  z-index: 5;
  height: auto;
  align-self: start;
  overflow: visible;
  margin-top: 0
}

.s6-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: clamp(800px, 90vmin, 1600px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("docs/circle/texture/Circulo_laranja.png") center/cover no-repeat;
  opacity: .5;
  z-index: 0;
  pointer-events: none;
  filter: none
}

.s6-text {
  max-width: min(72ch, 90%);
  text-align: left;
  margin-top: clamp(40px, 5vw, 80px);
  transform: none;
  margin-inline: auto
}

.s6-text p {
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  letter-spacing: .12em;
  line-height: 2.0;
  margin-bottom: 32px
}

/* Make alignment consistent */
@media (min-width:1025px) {
  .s6-photo {
    transform: none;
    margin-top: 0
  }

  .s6-right {
    margin-top: 0
  }

  .s6-text {
    transform: none
  }

  .s6-about-left {
    transform: translateX(0)
  }
}

.s6-about {
  position: relative;
  margin-top: 400px;
  width: 100%
}

.s6-about-title {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #fff;
  text-align: right;
  font-size: clamp(1.8rem, 4.8vw, 3rem);
  width: 54%;
  margin: 0;
  padding: 0
}

.s6-about-grid {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
  justify-items: center;
  margin-top: clamp(24px, 4.8vw, 40px)
}

.s6-about-left {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  justify-items: end;
  color: #fff;
  width: 100%
}

.s6-founder-name {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .22em;
  color: #fff;
  text-align: right;
  font-size: clamp(1.2rem, 3.4vw, 2.2rem);
  margin: 0
}

.s6-founder-bio {
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .22em;
  line-height: 1.8;
  color: #fff;
  text-align: right;
  font-size: clamp(.95rem, 2.2vw, 1.25rem);
  max-width: min(62ch, 100%)
}

.s6-about-right {
  position: relative;
  width: 100%;
  display: grid;
  justify-items: center
}

.s6-photos {
  position: relative;
  display: grid;
  gap: clamp(24px, 4.8vw, 36px)
}

.s6-photos::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  opacity: .8
}

.s6-photoItem {
  position: relative;
  width: min(38vmin, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden
}

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

@media (max-width:768px) {

  /* Evitar cortes e overflow em mobile */
  :root {
    --s2-hmargin: 20px
  }

  .s6::before {
    width: 48px;
    top: -1px;
    bottom: -1px
  }

  .s6-photo {
    top: 0;
    margin: 0 0 0 48px;
    width: calc(100% - 48px);
    height: auto
  }

  .s6-right {
    top: 0;
    padding: clamp(16px, 5vw, 28px)
  }

  .s6-right::after {
    width: clamp(240px, 52vw, 380px)
  }

  .s6-text {
    margin-top: clamp(28px, 6vw, 56px)
  }

  .s6-verse {
    margin-left: 48px;
    transform: translate(30px, -500px);
    margin-top: 0;
    max-width: min(84ch, 92%)
  }

  .s2-icons {
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }

  .s6-about-title {
    font-size: clamp(1.3rem, 6.4vw, 2rem);
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .s6-about-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .s6-about-left,
  .s6-about-right,
  .s6-photos {
    display: contents;
  }

  .s6-photos::before {
    display: none;
  }

  .s6-photos .s6-photoItem:nth-child(1) {
    order: 1;
    margin-bottom: 16px;
  }

  .s6-about-left .s6-founder:nth-child(1) {
    order: 2;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .s6-photos .s6-photoItem:nth-child(2) {
    order: 3;
    margin-bottom: 16px;
  }

  .s6-about-left .s6-founder:nth-child(2) {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .s6-founder-name,
  .s6-founder-bio {
    text-align: center;
  }

  .s6-photoItem {
    width: min(64vmin, 280px);
  }
}

@media (max-width:480px) {

  /* Texto legível e sem truncar */
  .s1-headline {
    font-size: clamp(1rem, 5.6vw, 1.6rem);
    letter-spacing: .05em;
    line-height: 1.3;
    padding-inline: clamp(12px, 4.8vw, 20px)
  }

  .s6-text p {
    font-size: clamp(.9rem, 4.8vw, 1.1rem);
    letter-spacing: .08em;
    line-height: 1.8
  }

  .s6-text p+p {
    margin-top: clamp(24px, 4vw, 36px)
  }

  .s6-verse {
    font-size: calc(clamp(.9rem, 4.8vw, 1.1rem) + 10px);
    letter-spacing: .08em;
    line-height: 1.3
  }

  .s2-title {
    font-size: clamp(1.2rem, 5.2vw, 1.6rem);
    letter-spacing: .07em;
    text-align: center
  }

  .s2-subtitle {
    font-size: clamp(1.1rem, 4.8vw, 1.4rem);
    letter-spacing: .08em;
    text-align: center
  }

  .s2-list-item {
    font-size: clamp(.9rem, 4.2vw, 1.05rem);
    letter-spacing: .1em;
    text-align: center
  }

  :root {
    --s2-hmargin: 16px
  }

  .s2-frame {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px
  }

  .s2-icons {
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }

  .s2-texts {
    text-align: center
  }

  .s2-buy {
    text-align: center
  }

  .s2-label,
  .s2-labelCenter {
    text-align: center
  }

  .s2-visual {
    text-align: center
  }
}
}

.s7 {
  position: relative;
  background: #c8b6ff;
  color: #000;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 6vw, 48px);
  z-index: 20
}

.s7-grid {
  position: relative;
  display: grid;
  gap: clamp(24px, 4.8vw, 48px)
}

.s7-grid::before {
  content: none;
  display: none
}

.s7-row {
  display: grid;
  grid-template-columns: minmax(140px, 24vmin) 1fr;
  align-items: center;
  gap: clamp(20px, 3.6vw, 32px)
}

.s7-leftItem {
  display: grid;
  justify-items: center;
  align-items: center
}

.s7-rightText {
  display: grid;
  gap: clamp(10px, 2vw, 18px)
}

.s7-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  line-height: 1.2;
  text-align: left;
  font-size: clamp(1.4rem, 3.2vw, 2.2rem)
}

.s7-body {
  font-family: "Science Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.75;
  text-align: left;
  font-size: clamp(1rem, 2.4vw, 1.2rem)
}

.s7-logo-big {
  width: clamp(320px, 65vmin, 1000px);
  height: auto;
  display: block;
  border-radius: 50%;
  margin-top: -140px;
  margin-left: -60px;
  position: relative;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2))
}

.s7-logo-small {
  width: clamp(68px, 12vmin, 120px);
  height: auto;
  display: block;
  border-radius: 50%
}

.s7-row-circle .s7-logo-big {
  transform: none
}

.s7-white {
  width: clamp(98px, 14vmin, 160px);
  aspect-ratio: 1;
  border-radius: 50%
}

.s7-square {
  width: clamp(58px, 10vmin, 100px);
  aspect-ratio: 1;
  border-radius: 8px
}

.s7-black {
  width: clamp(120px, 18vmin, 180px);
  aspect-ratio: 1;
  border-radius: 50%
}

/* Fallback visuals when assets are missing */


@media (max-width:768px) {
  .s7-row {
    grid-template-columns: minmax(120px, 34vmin) 1fr
  }

  .s7-grid::before {
    left: clamp(70px, 16vw, 120px)
  }

  .s7-logo-big {
    width: 420px;
    margin-top: -90px;
    margin-left: -80px;
  }
}

.s8 {
  position: relative;
  overflow: hidden;
  z-index: 15
}

.s8-top-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.s8-image {
  margin: 0;
  position: relative
}

.s8-image img {
  width: 100%;
  height: auto;
  display: block
}

.s8-text {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  display: grid;
  gap: clamp(8px, 2.2vw, 16px);
  text-align: center
}

.s8-line-top {
  font-family: "Science Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.4vw, 1.8rem);
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0 4px 14px rgba(0, 0, 0, .28)
}

.s8-line-bottom {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(1.6rem, 4.6vw, 2.6rem);
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 6px 18px rgba(0, 0, 0, .34)
}

@media (max-width: 768px) {
  .s8 {
    min-height: 120vh;
  }

  .s8-image {
    min-height: 10vh;
    height: 100%;
  }

  .s8-image img {
    height: 100%;
    min-height: 120vh;
    object-fit: cover;
  }

  .s8-text {
    bottom: 20px;
    width: 90%;
    z-index: 20;
  }

  .s8-line-top,
  .s8-line-bottom {
    white-space: normal;
  }
}

.s9 {
  position: relative;
  min-height: 220vh;
  background-image: url("docs/images/img-S9-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 6vw, 48px);
  display: grid;
  align-content: start;
  justify-items: end
}

.s9-frame {
  width: min(92vw, 980px);
  display: grid;
  justify-items: end;
  gap: clamp(22px, 3.6vw, 32px);
  margin-top: clamp(260px, 34vw, 560px);
  justify-self: end;
  transform: translateX(-50px)
}

.s9-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: #fff;
  text-align: right;
  font-size: clamp(2rem, 5.6vw, 3.4rem);
  text-shadow: 0 5px 16px rgba(0, 0, 0, .30)
}

.s9-desc {
  display: grid;
  gap: clamp(10px, 2.6vw, 16px);
  text-align: right;
  color: #fff
}

.s9-line {
  display: block;
  text-align: right;
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .24em;
  line-height: 1.7;
  font-size: clamp(1.2rem, 3.2vw, 1.8rem);
  text-shadow: 0 4px 12px rgba(0, 0, 0, .28)
}

@media (max-width:768px) {
  .s9 {
    min-height: 170vh
  }

  .s9-frame {
    margin-top: clamp(160px, 26vw, 280px);
    transform: none;
    width: 100%;
    margin-right: 0
  }

  .s9-title {
    font-size: clamp(1.6rem, 7vw, 2.3rem)
  }

  .s9-line {
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    letter-spacing: .06em
  }
}

@media (max-width:480px) {
  .s9-title {
    font-size: clamp(1.2rem, 7vw, 1.6rem)
  }

  .s9-line {
    font-size: clamp(0.75rem, 3.8vw, 1rem);
    letter-spacing: .04em;
    line-height: 1.6
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .s2-circles {
    grid-template-columns: repeat(2, minmax(160px, 1fr))
  }

  .s2-label,
  .s2-labelCenter {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin-top: clamp(8px, 2vw, 12px);
    white-space: normal
  }

  .s2-rightList,
  .s2-centerList,
  .s2-list {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    gap: clamp(8px, 2vw, 12px);
    margin-top: clamp(10px, 2.2vw, 16px)
  }

  .orange-circle {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: clamp(420px, 80vw, 920px)
  }

  .orange-overlay {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: clamp(420px, 80vw, 920px)
  }

  .s2-frame {
    width: min(94vw, 1000px)
  }

  .s2-title {
    font-size: clamp(1.35rem, 3.6vw, 1.7rem);
    letter-spacing: .7px
  }

  .s2-subtitle {
    font-size: clamp(1.1rem, 3.4vw, 1.4rem)
  }

  .s2-circle {
    width: min(26vw, 220px)
  }
}

@media (max-width: 768px) {
  .s6-verse {
    /* Ensure correct placement and centering on mobile */
    order: 2;
    margin: 10px auto !important;
    transform: none !important;
    text-align: center !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 90% !important;
    max-width: 90% !important;
  }
}

/* Update S9 Image Position */
.s9-img-float {
  position: absolute;
  top: 80px;
  left: 80px;
  width: clamp(250px, 35vw, 550px);
  height: auto;
  z-index: 10;
}

@media (max-width: 768px) {
  .s9-img-float {
    position: static;
    /* Enters the grid flow */
    display: block;
    margin: 0 auto 40px;
    justify-self: center;
    /* Centers within the grid container which has justify-items: end */
    width: clamp(240px, 70vw, 400px);
  }
}

/* Store Buttons Configuration */
.s9-store-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
  z-index: 100;
  justify-content: center;
  /* Center buttons in the flex container */
  align-items: center;
  /* Align items vertically */
  width: 100%;
}

.s9-store-buttons a {
  display: inline-block;
  transition: transform 0.2s ease;
}

.s9-store-buttons a:hover {
  transform: translateY(-2px);
}

.s9-store-buttons img {
  height: 64px;
  /* Default height */
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

@media (max-width: 1024px) {
  .s9-store-buttons {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .s9-store-buttons {
    /* Switch to relative positioning to prevent overlap with image */
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 30px auto;

    flex-wrap: wrap;
    width: 90%;
    gap: 12px;
  }

  .s9-store-buttons img {
    height: 48px;
  }
}

@media (max-width: 480px) {
  .s9-store-buttons {
    flex-direction: column;
    /* Stack vertically if needed */
    align-items: center;
    gap: 12px;
  }
}

/* S10 Styles */
.s10 {
  position: relative;
  min-height: 190vh;
  background-image: url("docs/images/img-S10-1.jpg");
  background-size: cover;
  background-position: center;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(80px, 10vw, 160px) clamp(40px, 8vw, 120px);
  z-index: 10;
}

.s10-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 0;
  max-width: 600px;
}

.s10-text {
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  color: #73362A;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(1.2rem, 2.5vw, 2.8rem);
  line-height: 1.6;
}

.s10-text span {
  display: block;
}

.s10-btn-container {
  position: absolute;
  top: 50%;
  right: clamp(400px, 8vw, 120px);
  transform: translateY(-50%);
  z-index: 10;
}

.s10-buy {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  font-family: "Science Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  padding: 16px 48px;
  border: 2px solid #000000;
  border-radius: 999px;
  /* Pill shape */
  transition: transform 0.2s, box-shadow 0.2s;
}

.s10-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.s10-overlay-left {
  position: absolute;
  left: 0;
  bottom: -150px;
  /* "saindo um pouco da s10 e um pouco indo para a s11" */
  width: clamp(300px, 45vw, 800px);
  height: auto;
  z-index: 20;
  pointer-events: none;
}

/* S11 Styles */
.s11 {
  position: relative;
  min-height: 150vh;
  background-image: url("docs/images/img-S11-1.jpg");
  background-size: cover;
  background-position: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(100px, 15vh, 200px) 20px clamp(150px, 20vh, 300px) 20px;
}

.s11-logo {
  width: clamp(500px, 70vw, 1000px);
  height: auto;
  opacity: 1;
  margin-top: clamp(80px, 12vh, 150px);
  margin-bottom: -290px;
  z-index: 15;
}

.s11-text-box {
  background-color: rgba(245, 235, 220, 0.7);
  border: 2px solid #000000;
  border-radius: 20px;
  padding: clamp(40px, 6vw, 80px) clamp(30px, 5vw, 60px);
  max-width: 800px;
  width: 90%;
  text-align: center;
  z-index: 10;
  margin-top: 150px;
}

.s11-text {
  font-family: "Science Gothic", sans-serif;
  font-weight: 500;
  /* Medium */
  color: #73362A;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  line-height: 1.8;
  margin: 0;
}

.s11-text span {
  display: block;
}

@media (max-width: 1024px) {
  .s10-content {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .s10-btn-container {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .s10-overlay-left {
    opacity: 0.6;
    bottom: -80px;
  }
}

@media (max-width: 768px) {
  .s10 {
    min-height: 100vh;
    padding: 60px 20px;
  }

  .s10-text {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    /* Ensure readability over image */
  }

  /* Adjust overlay for mobile */
  .s10-overlay-left {
    width: clamp(200px, 60vw, 350px);
    bottom: -50px;
    left: -20px;
  }
}

/* S11 Mobile Responsiveness */
@media (max-width: 1024px) {
  .s11 {
    min-height: 120vh;
    padding: clamp(80px, 12vh, 120px) 20px clamp(60px, 8vh, 100px) 20px;
  }

  .s11-logo {
    width: clamp(350px, 65vw, 600px);
    margin-bottom: -200px;
  }

  .s11-text-box {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .s11 {
    min-height: 100vh;
    padding: clamp(60px, 10vh, 100px) 20px clamp(40px, 6vh, 60px) 20px;
  }

  .s11-logo {
    width: clamp(280px, 70vw, 450px);
    margin-top: clamp(40px, 8vh, 80px);
    margin-bottom: -150px;
  }

  .s11-text-box {
    margin-top: 100px;
    padding: clamp(30px, 5vw, 50px) clamp(20px, 4vw, 40px);
  }

  .s11-text {
    font-size: clamp(1rem, 4.5vw, 1.4rem);
    line-height: 1.6;
  }
}

.s12 {
  position: relative;
  min-height: 150vh;
  background-image: url("docs/images/img-S12-1.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(60px, 8vh, 100px) 20px;
  gap: 40px;
}

.s12-logo {
  width: clamp(300px, 40vw, 550px);
  height: auto;
  margin-top: clamp(-150px, -150vh, -100px);
  z-index: 20;
}

.s12-download-btn {
  display: inline-block;
  background-color: rgba(124, 108, 251, 0.6);
  color: #ffffff;
  font-family: "Science Gothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  padding: clamp(16px, 2.5vw, 22px) clamp(40px, 6vw, 60px);
  border: 2px solid #ffffff;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px rgba(124, 108, 251, 0.3);
}

.s12-download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 108, 251, 0.4);
  background-color: rgba(124, 108, 251, 0.7);
}

/* S12 Mobile Responsiveness */
@media (max-width: 768px) {
  .s12 {
    min-height: 100vh;
    padding: clamp(40px, 6vh, 60px) 20px;
  }

  .s12-logo {
    width: clamp(150px, 40vw, 250px);
    margin-top: clamp(20px, 4vh, 40px);
  }

  .s12-download-btn {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    padding: clamp(14px, 3.5vw, 18px) clamp(30px, 7vw, 45px);
  }
}

/* S13 CLEAN STYLES */
.s13 {
  position: relative;
  min-height: 60vh;
  background-image: url("docs/images/img-S13-1.jpg");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(60px, 8vh, 100px) clamp(60px, 10vw, 150px);
}

.s13-social {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 35px);
}

.s13-social-item {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2vw, 25px);
}

.s13-social-item img {
  width: clamp(40px, 5vw, 60px);
  height: auto;
}

.s13-social-item span {
  font-family: "Science Gothic", sans-serif;
  font-weight: 500;
  color: #74362B;
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

.s13-contact {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 30px);
}

.s13-contact-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #74362B;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0;
}

.s13-contact-info {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vh, 15px);
}

.s13-contact-info p {
  font-family: "Science Gothic", sans-serif;
  font-weight: 500;
  color: #74362B;
  letter-spacing: 0.08em;
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .s13 {
    grid-template-columns: 1fr;
    padding: clamp(40px, 6vh, 60px) clamp(30px, 6vw, 50px);
    gap: clamp(40px, 6vh, 60px);
    min-height: auto;
  }

  .s13-social {
    order: 1;
  }

  .s13-contact {
    order: 2;
  }

  .s13-social-item img {
    width: clamp(35px, 8vw, 50px);
  }

  .s13-social-item span {
    font-size: clamp(0.9rem, 4.5vw, 1.2rem);
  }

  .s13-contact-title {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }

  .s13-contact-info p {
    font-size: clamp(0.85rem, 4vw, 1rem);
  }
}

/* Privacy Page Styles */
.privacy-body {
  background-color: #f9f6f1;
  /* Soft beige/off-white */
  margin: 0;
  padding: 0;
  font-family: "Science Gothic", sans-serif;
  color: #74362B;
  /* Brand Brand dark red */
  -webkit-font-smoothing: antialiased;
}

.privacy-header {
  background-color: #74362B;
  padding: 20px 24px;
  /* Added horizontal padding */
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.privacy-logo {
  height: 40px;
  width: auto;
  max-width: 100%;
  /* Ensures logo doesn't overflow */
  transition: opacity 0.2s;
  display: inline-block;
  /* Helps with centering */
}

.privacy-logo:hover {
  opacity: 0.8;
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px 100px;
  line-height: 1.6;
}

.privacy-main-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: #74362B;
}

.privacy-update {
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.privacy-divider {
  text-align: center;
  font-size: 1.5rem;
  opacity: 0.3;
  margin: 40px 0;
  user-select: none;
  font-family: serif;
  /* Aesthetic divider */
}

.privacy-section {
  margin-bottom: 40px;
}

.privacy-section-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 2px solid rgba(116, 54, 43, 0.1);
  padding-bottom: 16px;
}

.privacy-section h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 16px;
  margin-top: 0;
}

.privacy-section h4 {
  font-family: "Science Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  margin-top: 24px;
}

.privacy-section p {
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.privacy-section ul {
  margin-bottom: 24px;
  padding-left: 24px;
}

.privacy-section li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.privacy-section a {
  color: #74362B;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

.privacy-section a:hover {
  text-decoration-thickness: 2px;
}

.privacy-footer-note {
  text-align: center;
  margin-top: 60px;
}

.privacy-footer-note a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #74362B;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: "Science Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: transform 0.2s, background-color 0.2s;
}

.privacy-footer-note a:hover {
  transform: translateY(-2px);
  background-color: #5a2a22;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .privacy-content {
    padding: 40px 24px 80px;
    /* Stronger padding ensures margin */
    width: 100%;
    box-sizing: border-box;
    /* Crucial for padding to work with width */
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 1rem;
  }

  .privacy-logo {
    height: auto;
    width: 180px;
    /* Ensures logo fits better */
    max-width: 100%;
  }
}