:root {
  --bg-light: #f0efe2;
  --bg-surface: #f6f5eb;
  --bg-accent: #f7a600;
  --text-main: #131313;
  --text-soft: #323232;
  --text-inverse: #f6f5eb;
  --font-headings: "quatro", "din-2014", sans-serif;
  --font-body: "din-2014", Arial, sans-serif;
  --p-size: clamp(1rem, 0.98vw, 1.14rem);
  --h2-size: clamp(1.6rem, 4vw, 3.1rem);
  --h3-size: clamp(1.24rem, 2.3vw, 2.2rem);
  --subtitle-size: clamp(0.95rem, 0.92vw, 1.08rem);
  --border-main: #121212;
  --border-soft: rgba(18, 18, 18, 0.2);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 16px 34px rgba(0, 0, 0, 0.2);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container-max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  color: var(--text-main);
  background: var(--bg-light);
  line-height: 1.35;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.4rem;
  padding: 0.45rem 0.75rem;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-headings);
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.01em;
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

p {
  margin: 0;
  font-size: var(--p-size);
  line-height: 1.32;
}

strong {
  font-weight: 700;
}

.section {
  position: relative;
  padding: clamp(2.2rem, 4vw, 4rem) 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 1200px;
}

.section-light {
  background: var(--bg-light);
}

.section-accent {
  background: var(--bg-accent);
}

.section-head {
  max-width: 1180px;
  margin: 0 auto clamp(1.6rem, 3vw, 3rem);
}

.section-head p {
  font-size: var(--p-size);
  margin-top: 0.9rem;
  color: var(--text-soft);
}

.content-shell {
  max-width: var(--container-max);
}

.hero {
  position: relative;
  z-index: 5;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--text-inverse);
  padding: 0;
  isolation: isolate;
}

.hero-container {
  min-height: clamp(680px, 84vh, 860px);
  padding-inline: clamp(16px, 2.7vw, 52px);
  padding-bottom: clamp(2.6rem, 5vw, 4.6rem);
  z-index: 3;
}

.hero-container::after {
  content: "";
  position: absolute;
  left: clamp(-150px, -2.8vw, -27px);
  bottom: -105px;
  width: clamp(360px, 36vw, 640px);
  aspect-ratio: 1412 / 1494;
  background-image: url("../images/indiano.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  pointer-events: none;
  z-index: 4;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.62));
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 3;
  margin-top: 0.4rem;
  min-height: clamp(430px, 36vw, 620px);
}

.hero-grid > .col-lg-4 {
  position: absolute;
  left: clamp(-120px, -7.2vw, -27px);
  bottom: -25px;
  width: clamp(360px, 36vw, 640px);
  max-width: none;
  z-index: 4;
  pointer-events: none;
}

.hero-grid > .col-lg-8 {
  display: flex;
  width: min(100%, 65%);
  margin-left: auto;
}

.hero-copy {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: clamp(12px, 1.8vw, 42px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: clamp(0.1rem, 0.7vw, 0.8rem);
}

.hero-title {
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.97;
}

.hero-text {
  max-width: 940px;
  margin-top: 1rem;
  font-size: var(--p-size);
  line-height: 1.32;
}

.hero-made {
  position: absolute;
  top: clamp(0.75rem, 1.4vw, 1.2rem);
  right: clamp(14px, 2vw, 42px);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-headings);
  font-size: var(--p-size);
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.03em;
  text-align: right;
}

.hero-made img {
  width: clamp(18px, 1.8vw, 28px);
  height: auto;
}

.hero-copy .btn-cta {
  margin-top: 1.2rem;
  margin-left: auto;
}

.hero-arrow {
  position: absolute;
  right: clamp(14px, 2vw, 42px);
  bottom: clamp(0.95rem, 1.8vw, 2rem);
  width: clamp(28px, 3.2vw, 44px);
  line-height: 0;
}

.hero-arrow img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.95;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headings);
  min-height: 52px;
  padding: 0.7rem 1.65rem;
  border-radius: 999px;
  font-size: clamp(0.95rem, 1vw, 1.2rem);
  font-weight: 900;
  font-style: normal;
  border: 2px solid transparent;
  text-decoration: none;
  color: #111;
  background: var(--bg-accent);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.17);
  transition: border-color 0.18s ease;
}

.btn-cta:focus-visible {
  outline: 3px solid #111;
  outline-offset: 2px;
}

.btn-cta:hover,
.btn-cta:focus-visible {
  border-color: currentColor;
}

.btn-cta:active {
  transform: none;
}

.btn-cta-light {
  background: #f4f2e5;
}

.btn-cta-dark {
  color: #f6f5eb;
  background: #111;
}

.btn-cta-dark:hover,
.btn-cta-dark:focus-visible {
  border-color: currentColor;
}

.section-curadoria {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(6.2rem, 11vw, 9.2rem);
  overflow: hidden;
}

.section-curadoria > .container {
  position: relative;
  z-index: 1;
}

.section-curadoria::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 13vw, 210px);
  background: var(--bg-accent);
  clip-path: polygon(0 72%, 100% 24%, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 0;
}

.section-curadoria .section-head p strong {
  font-weight: 700;
}

.blend-card {
  text-align: center;
}

.blend-card h3 {
  margin-top: 0.95rem;
  font-size: var(--h3-size);
}

.blend-card p {
  font-size: var(--p-size);
  margin-top: 0.55rem;
}

.section-kit {
  padding-top: clamp(4.6rem, 8vw, 8.5rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.6rem);
}

.section-features {
  padding: 0;
  background: var(--bg-surface);
}

.kit-card {
  background: var(--bg-surface);
  border: 4px solid var(--border-main);
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 2.2vw, 1.8rem);
  box-shadow: var(--shadow-soft);
  overflow: visible;
}

.kit-card h2 {
  font-size: var(--h2-size);
  text-align: center;
}

.kit-card p {
  margin-top: 0.8rem;
  font-size: var(--p-size);
  text-align: center;
}

.kit-main-col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ph-kit-pack {
  width: clamp(340px, 30vw, 520px);
  margin-left: clamp(-90px, -5vw, -26px);
  margin-top: clamp(-52px, -4vw, -18px);
  margin-bottom: clamp(-118px, -8vw, -42px);
  aspect-ratio: 1000 / 1495;
}

.kit-diagrams-single {
  margin-top: clamp(1.1rem, 2vw, 1.6rem);
  display: flex;
  justify-content: center;
}

.ph-kit-diagrams {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 1474 / 770;
}

.kit-diagrams {
  margin-top: clamp(1.1rem, 2vw, 1.6rem);
  align-items: end;
}

.kit-diagrams > [class*="col-"] {
  display: flex;
  justify-content: center;
}

.kit-diagram {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  max-width: 100%;
}

.kit-diagram-open {
  min-height: 460px;
  justify-content: flex-start;
  padding-right: 128px;
}

.kit-diagram-closed {
  width: fit-content;
  margin-left: 0;
  justify-content: flex-end;
  padding-top: 60px;
}

.kit-tech-open {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 494 / 770;
}

.kit-tech-closed {
  width: 250px;
  max-width: 100%;
  aspect-ratio: 537 / 452;
}

.kit-callout {
  position: absolute;
  color: #111;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.06;
  letter-spacing: 0.01em;
  z-index: 2;
}

.kit-callout-right {
  left: auto;
  right: 0;
  text-align: left;
}

.kit-callout-right::before {
  content: "";
  position: absolute;
  left: -72px;
  top: 50%;
  width: 72px;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
}

.kit-callout-right::after {
  content: "";
  position: absolute;
  left: -72px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111;
  transform: translate(-50%, -50%);
}

.kit-callout-accessories {
  top: 86px;
}

.kit-callout-ziplock {
  top: 238px;
}

.kit-callout-top {
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-14%);
  text-align: left;
}

.kit-callout-top::before {
  content: "";
  position: absolute;
  left: 56%;
  top: calc(100% + 4px);
  width: 2px;
  height: 24px;
  background: #111;
}

.kit-callout-top::after {
  content: "";
  position: absolute;
  left: 56%;
  top: calc(100% + 28px);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111;
  transform: translate(-50%, -50%);
}

.feature-strip {
  margin-top: 0;
  width: 100%;
  background: var(--bg-surface);
  padding: clamp(1.6rem, 2.8vw, 2.8rem) clamp(1rem, 4vw, 4.8rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.8vw, 1.8rem);
}

.feature-col {
  display: flex;
  justify-content: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  gap: 0.5rem;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 1.08vw, 1.42rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 0.35rem 0.2rem;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.75rem, 3.7vw, 4.15rem);
  height: clamp(2.75rem, 3.7vw, 4.15rem);
}

.feature-item span:last-child {
  max-width: 13ch;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-atendimento {
  padding-top: clamp(1.5rem, 3vw, 2.2rem);
}

.atendimento-wrap {
  padding-inline: clamp(1rem, 4vw, 4.8rem);
}

.section-atendimento h2 {
  font-size: var(--h2-size);
  line-height: 1.05;
}

.section-atendimento .subtitle {
  margin-top: 0.3rem;
  font-family: var(--font-body);
  font-size: var(--subtitle-size);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #1f1f1f;
}

.atendimento-benefits-col {
  max-width: 950px;
}

.benefits {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.52rem;
  margin-inline: auto;
  max-width: 46rem;
}

.benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  font-size: var(--subtitle-size);
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 992px) {
  .section-atendimento .text-lg-start .benefits {
    margin-inline: 0;
  }
}

.benefit-icon {
  width: 1.7em;
  height: 1.7em;
  min-width: 1.7em;
  min-height: 1.7em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}

.benefit-icon img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  display: block;
}

.section-atendimento .btn-cta {
  margin-top: 1.1rem;
}

.section-produto h2 {
  font-size: var(--h2-size);
}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 340px;
  border: 4px solid var(--border-main);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  padding: clamp(1rem, 3vw, 2.3rem);
  box-shadow: var(--shadow-soft);
}

.info-card h3 {
  font-size: var(--h3-size);
  text-align: center;
}

.info-card p {
  margin-top: 0.85rem;
  text-align: center;
  font-size: var(--p-size);
}

.section-clube {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.section-clube .section-head {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.section-clube h2 {
  font-size: var(--h2-size);
}

.section-clube p {
  font-size: var(--p-size);
}

.club-card {
  border: 4px solid var(--border-main);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.1vw, 1.9rem);
  padding: clamp(1rem, 2.2vw, 1.7rem);
  box-shadow: var(--shadow-soft);
}

.club-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.club-copy h3 {
  font-size: var(--h3-size);
}

.ph {
  position: relative;
  overflow: hidden;
  border: 3px dashed rgba(0, 0, 0, 0.64);
  border-radius: var(--radius-md);
  background: repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.35) 12px,
      rgba(0, 0, 0, 0.05) 12px,
      rgba(0, 0, 0, 0.05) 24px
    ),
    #dad9cf;
  display: grid;
  place-items: center;
  text-align: center;
  color: #1c1b1b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.ph.has-asset {
  border: 0;
  background: transparent;
  display: block;
}

.ph.has-asset > span {
  display: none;
}

.asset-img {
  display: block;
  width: 100%;
  height: 100%;
}

.asset-cover {
  object-fit: cover;
}

.asset-contain {
  object-fit: contain;
}

.ph > span {
  max-width: 92%;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 0.45rem;
  font-size: clamp(0.66rem, 0.9vw, 0.94rem);
}

.ph-hero-bg {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(145deg, #62442a 0%, #2f2418 42%, #111 100%);
}

.ph-hero-bg .asset-img {
  filter: brightness(0.7);
  object-position: center 86%;
}

.ph-logo {
  width: min(220px, 65vw);
  aspect-ratio: 5 / 2;
  border-color: rgba(255, 255, 255, 0.62);
  color: #1b1a1a;
  background: #f8f5e6;
}

.ph-king {
  aspect-ratio: 5 / 6;
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(245, 220, 155, 0.22);
}

.ph-king.has-asset {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  z-index: 4;
  top: auto;
}

.ph-king.has-asset .asset-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left bottom;
}

.ph-pack {
  width: min(315px, 100%);
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  border-color: rgba(0, 0, 0, 0.58);
}

.ph-tech {
  aspect-ratio: 3 / 4;
}

.ph-phone {
  width: min(230px, 100%);
  aspect-ratio: 2 / 3;
  margin-inline: auto;
}

.ph-produto-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
}

.ph-club-icon {
  width: clamp(64px, 8.4vw, 112px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border-width: 4px;
}

.ph-club-icon.has-asset {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .atendimento-wrap {
    padding-inline: clamp(0.9rem, 3vw, 2rem);
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.9rem;
    padding: 1.35rem 1rem 1.55rem;
  }

  .feature-item {
    font-size: clamp(0.92rem, 1.8vw, 1.08rem);
  }

  .ph-kit-pack {
    width: min(430px, 90vw);
    margin-left: 0;
    margin-top: -1rem;
    margin-bottom: -1.2rem;
  }

  .kit-diagrams {
    row-gap: 1.2rem;
  }

  .hero-container {
    padding-inline: clamp(12px, 4vw, 24px);
    min-height: clamp(760px, 104vh, 980px);
    padding-bottom: clamp(7.5rem, 18vw, 11rem);
  }

  .hero-made {
    position: static;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-inline: 0;
    margin-top: 0.45rem;
  }

  .hero-grid {
    margin-top: 0.2rem;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-grid > .col-lg-8 {
    order: 1;
    width: 100%;
  }

  .hero-grid > .col-lg-4 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    order: 2;
    pointer-events: auto;
    display: flex;
    justify-content: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-copy .btn-cta {
    margin-inline: auto;
    margin-left: auto;
    display: inline-flex;
  }

  .hero-copy {
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
  }

  .hero-arrow {
    right: 0.6rem;
    bottom: 1rem;
  }

  .ph-king.has-asset {
    width: min(460px, 95vw);
    min-height: auto;
    margin-inline: auto;
  }

  .club-card {
    justify-content: center;
    text-align: center;
  }

  .club-copy {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 2rem 0;
  }

  .hero-made {
    justify-content: center;
    text-align: center;
    margin-inline: auto;
  }

  .section-curadoria {
    padding-bottom: clamp(6.2rem, 16vw, 8rem);
    padding-top: clamp(5.2rem, 15vw, 7rem);
  }

  .section-curadoria::after {
    bottom: 0;
    height: 96px;
    clip-path: polygon(0 76%, 100% 38%, 100% 100%, 0 100%);
  }
  
  .hero-container {
    min-height: clamp(700px, 108vh, 860px);
    padding-bottom: clamp(6.5rem, 22vw, 9.5rem);
  }

  .kit-card {
    padding: 1rem;
  }

  .kit-card h2,
  .kit-card p {
    text-align: center;
  }

  .ph-kit-pack {
    width: min(360px, 95vw);
    margin-top: -0.2rem;
    margin-bottom: 0.2rem;
  }

  .kit-diagrams {
    margin-top: 1rem;
    row-gap: 1rem;
  }

  .feature-item {
    min-height: 0;
    font-size: 0.92rem;
    gap: 0.45rem;
  }

  .benefits li {
    font-size: clamp(0.94rem, 2.8vw, 1.02rem);
  }

  .benefit-icon {
    width: 1.52em;
    height: 1.52em;
    min-width: 1.52em;
    min-height: 1.52em;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn-cta {
    transition: none;
  }
}
