@font-face { font-family: "Inter"; src: url("../fonts/inter-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/inter-tight-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/inter-tight-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --brand-blue: #1264a9;
  --brand-blue-dark: #164d8d;
  --brand-pink: #e9445a;
  --ink: #171717;
  --muted: #6f7176;
  --line: #e2e4e9;
  --panel-blue: #dcecff;
  --panel-pink: #ffe0e5;
  --radius-lg: 28px;
  --radius-md: 14px;
  --shadow: 0 14px 35px rgba(29, 60, 97, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); font-family: "Poppins", Arial, sans-serif; font-size: 18px; line-height: 1.78; overflow-x: hidden; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-container { max-width: 1600px; }
.page-gutter { padding-inline: clamp(12px, 1.3vw, 25px); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1100; padding: 10px 16px; background: #fff; color: #000; border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { width: 100%; height: 100px; position: sticky; top: 0; z-index: 1050; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.03); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 34px rgba(28,42,70,.13); }
.navbar { height: 100%; padding-block: 10px; }
.navbar-brand img { width: 246px; height: 59px; object-fit: contain; object-position: left center; }
.navbar-nav { gap: 14px; }
.nav-link { color: #111; font-size: 16px; font-weight: 500; line-height: 24px; text-transform: uppercase; letter-spacing: .1em; padding-inline: 25px !important; }
.nav-link:hover, .nav-link.active { color: var(--brand-pink) !important; }

.btn-brand { height: 58px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 30px; background: #de3e4f; color: #fff; padding: 0 23px; font-family: "Poppins",sans-serif; font-size: 16px; line-height: 26px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; box-shadow: none; }
.btn-brand:hover, .btn-brand:focus { background: #d8344c; color: #fff; transform: translateY(-1px); }
.btn-brand span { display: grid; place-items: center; width: 30px; height: 30px; border: 1.5px solid #fff; border-radius: 50%; font-size: 16px; }
.btn-brand > img { width: 30px; height: 30px; flex: 0 0 30px; }
.btn-sm { min-height: 58px; padding: 14px 25px; }

.hero { position: relative; isolation: isolate; min-height: 800px; display: flex; align-items: center; overflow: hidden; background-color: #f8dce8; background-image: var(--hero-desktop-background, none); background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero::after { display: none; }
.hero-orb { display: none; }
.orb-one { width: 550px; aspect-ratio: 1; top: -240px; left: 35%; }
.orb-two { width: 630px; aspect-ratio: 1; top: -230px; right: -30px; border-color: rgba(255,255,255,.58); box-shadow: 0 0 0 8px rgba(54,157,240,.30); }
.eyebrow, .section-tag { display: inline-block; color: #fff; background: #de3e4f; border-radius: 30px; padding: 7px 18px 6px; font-family: "Poppins",sans-serif; font-size: 16px; line-height: 17px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.eyebrow.text-pink {
  padding: 0;
  color: var(--brand-blue-dark);
  background: transparent;
}
.hero-copy { flex: 0 0 668px; max-width: 668px; }
.hero .eyebrow { margin: 0; }
.hero h1 { width: 668px; max-width: none; margin: 13px 0 30px; font-family: "Manrope",sans-serif; font-size: 54px; line-height: 70px; font-weight: 800; letter-spacing: 0; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 em { color: var(--brand-pink); font-style: normal; }
.hero-lead { margin: 0 0 41px; font-family: "Manrope",sans-serif; font-size: 24px; line-height: 24px; font-weight: 800; }
.hero-lead > span { display: block; margin-bottom: 5px; }

.product-stage { display: none; position: relative; width: 100%; min-height: 540px; perspective: 1000px; }
.pack { position: absolute; z-index: 3; width: 34%; aspect-ratio: 1.55; }
.pack img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(48,63,114,.24)); }
.pack-left { left: 0; top: 105px; }
.pack-center { left: 33%; top: 138px; z-index: 4; transform: scale(1.06); }
.pack-right { right: 0; top: 96px; }
.stage-base { position: absolute; bottom: 130px; width: 42%; height: 110px; border-radius: 50%/22%; box-shadow: 0 20px 25px rgba(65,73,134,.22); }
.base-left { left: -4%; background: linear-gradient(#e28ef6,#9b48cf); }
.base-center { left: 30%; z-index: 2; background: linear-gradient(#ff99c0,#ef6798); }
.base-right { right: -5%; background: linear-gradient(#2186da,#075aa8); }

.certificates-wrap { position: relative; z-index: 5; height: 140px; margin-top: -70px; }
.certificates-wrap .site-container { position: relative; height: 140px; }
.certificates-slider { min-height: 140px; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 14px 83px 8px rgba(122,124,127,.14); cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.certificates-slider.is-dragging { cursor: grabbing; }
.certificates-track { display: flex; min-height: inherit; transform: translate3d(0,0,0); will-change: transform; }
.certification-slide { min-width: 0; min-height: inherit; flex: 0 0 20%; display: flex; align-items: center; justify-content: center; padding: 22px 26px; border-right: 1px solid var(--line); }
.certification-slide img { display: block; width: auto; max-width: 88%; height: auto; max-height: 88px; object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.certificates { min-height: 140px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; border-radius: 20px; background: #fff; box-shadow: 0 14px 83px 8px rgba(122,124,127,.14); }
.certificates.certificates-mobile { display: none; }
.cert { min-height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.cert:last-child { border-right: 0; }
.cert strong { font-family: Georgia,serif; font-size: 38px; line-height: 1; }
.cert span { margin-top: 5px; font-family: "Inter Tight",sans-serif; font-size: 18px; font-weight: 700; }
.cert-who { color: var(--brand-blue); }

.section { padding-block: 100px; }
.section h2, .site-footer h2 { margin: 18px 0 24px; font-family: "Inter Tight",sans-serif; font-size: 50px; line-height: 61px; font-weight: 700; letter-spacing: 0; }
.section p { color: var(--muted); }
.media-frame { overflow: hidden; border-radius: 16px; background: #e9edf1; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.about-image { aspect-ratio: 785/600; }
.about-image img { object-position: center; }
.about p { max-width: 580px; margin-bottom: 14px; }
.about .btn { margin-top: 12px; }
.section-heading { max-width: 850px; margin: 0 auto 55px; }
.section-heading h2 { margin-bottom: 3px; }
.section-heading p { margin: 0; color: #52545a; font-weight: 600; }

.products-section { padding-top: 18px; padding-bottom: 0; }
.gradient-panel { padding: 100px 40px; border-radius: 40px; background: linear-gradient(112deg, #dcecff, #f2efff 48%, #ffc7cd); }
.product-card { padding: 20px; border-radius: 20px; background: #fff; box-shadow: 0 14px 83px 8px rgba(193,189,215,.72); }
.product-visual { min-height: 0; aspect-ratio: 1.48; position: relative; display: grid; place-items: center; padding: 36px; border-radius: 20px; background: #c1c2c7; overflow: hidden; }
.product-pack-image { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.product-card .product-visual .product-pad-overlay { position: absolute; z-index: 2; right: -1% !important; bottom: -5%; left: auto !important; width: 29%; height: auto; max-height: 68%; object-fit: contain; pointer-events: none; filter: drop-shadow(0 8px 9px rgba(31,50,78,.18)); transform: rotate(69deg); }
.product-card.product-ultra-thin-tri-fold .product-visual .product-pad-overlay { transform: rotate(58deg); }
.mini-pack { width: 94%; aspect-ratio: 1.9; position: relative; padding: 14px; border: 2px solid #fff; border-radius: 10px 20px 10px 10px; background: linear-gradient(145deg,#fff 0 58%,#ef334e 59% 77%,#1164a9 78%); box-shadow: 0 15px 20px rgba(28,48,78,.22); transform: rotate(-2deg); }
.mini-pack img { width: 62%; height: 36px; object-fit: contain; object-position: left center; }
.mini-pack b { display: block; margin-top: 8px; color: #14599c; font-size: 12px; text-transform: uppercase; }
.mini-pack span { color: #fff; font-size: 11px; font-weight: 700; }
.product-card h3 { margin: 28px 0 8px; font-family: "Inter Tight",sans-serif; font-size: 30px; line-height: 32px; font-weight: 700; }
.product-card > p { min-height: 38px; margin-bottom: 14px; font-size: 18px; line-height: 32px; }
.sizes-label { color: #2363b2; font-size: 16px; line-height: 27px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; }
.size-list { display: grid; gap: 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.size-list li { min-height: 65px; position: relative; display: flex; align-items: center; padding: 12px 55px 12px 24px; border: 1px solid #f0e8eb; border-radius: 10px; background: #fdfafb; color: #2363b2; font-family: "Inter Tight",sans-serif; font-size: 22px; line-height: 25px; font-weight: 700; }
.size-list li::after { content: ""; position: absolute; top: 50%; right: 18px; width: 21px; height: 21px; transform: translateY(-50%); background: url("../icons/tickicon.svg") center/contain no-repeat; }

.features-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 31px; }
.features-section { padding-bottom: 0; }
.feature { position: relative; min-height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 64px 10px 24px; border: 1px solid #e3e3e3; border-radius: 20px; background: #fff; text-align: center; }
.feature-icon { position: absolute; top: -53px; width: 106px; height: 106px; display: grid; place-items: center; border: 1px solid #e3e3e3; border-radius: 50%; background: #fff; color: #de3e4f; font-size: 48px; }
.feature-icon img { width: 56px; height: 56px; object-fit: contain; }
.feature strong { color: #2363b2; font-size: 20px; line-height: 27px; text-transform: uppercase; letter-spacing: 2px; }
.feature small { color: #565656; font-size: 20px; line-height: 27px; }

.manufacturing-panel { min-height: 800px; display: flex; align-items: center; padding-block: 100px; }
.manufacturing-section { padding-bottom: 0; }
.manufacturing-image { aspect-ratio: 785/600; }
.check-list { display: grid; gap: 5px; margin: 22px 0 38px; padding: 0; list-style: none; color: #565656; font-size: 18px; line-height: 41px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: ""; position: absolute; top: 10px; left: 0; width: 21px; height: 21px; background: url("../icons/tickicon.svg") center/contain no-repeat; }

.faq-section { background: radial-gradient(circle at 18% 75%,#edf8ff 0,transparent 32%); }
.accordion { display: grid; gap: 26px; }
.accordion-item { overflow: hidden; border: 1px solid #d4d6d9 !important; border-radius: 20px !important; box-shadow: 0 36px 74px rgba(203,228,242,.4); }
.accordion-button { min-height: 78px; padding: 22px 40px; font-family: "Inter Tight",sans-serif; font-size: 22px; line-height: 32px; font-weight: 500; box-shadow: none !important; transition: background-color .25s ease, color .25s ease; }
.accordion-button.collapsed:hover { color: var(--ink); background-color: #fff3f5; }
.accordion-button:not(.collapsed) { color: var(--ink); background: #fff; }
.accordion-button::after { display: none; }
.accordion-body { padding: 0 40px 34px; color: #565656; font-family: "Inter",sans-serif; font-size: 18px; line-height: 29px; }

/* Progressive scroll reveal: content stays visible until JavaScript is ready. */
.reveal-ready .reveal-item { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms), transform .8s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms); }
.reveal-ready .reveal-item:not(.is-visible) { opacity: 0; transform: translate3d(0,32px,0); }
.reveal-ready .reveal-item.reveal-from-left:not(.is-visible) { transform: translate3d(-42px,0,0); }
.reveal-ready .reveal-item.reveal-from-right:not(.is-visible) { transform: translate3d(42px,0,0); }

/* Footer content must remain visible at the document edge where an observer may not retrigger. */
.reveal-ready footer .reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal-item { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.site-footer { min-height: 771px; padding-top: 80px; background: linear-gradient(180deg,#f2efff -26.91%,rgba(242,239,255,0) 44.55%); }
.footer-cta { padding-bottom: 60px; border-bottom: 1px solid #c6dafd; }
.footer-cta h2 { margin-bottom: 0; }
.footer-main { padding-block: 64px 45px; }
.footer-logo { width: 408px; height: 98px; object-fit: contain; object-position: left center; }
.footer-label { display: block; margin-bottom: 18px; color: #111; font-size: 12px; line-height: 24px; font-weight: 500; text-transform: uppercase; letter-spacing: .3em; }
.footer-main p, .footer-main a { color: #111; text-decoration: none; font-size: 20px; line-height: 30px; }
.footer-nav { display: flex; gap: 72px; padding-bottom: 36px; }
.footer-nav a { color: #303237; text-decoration: none; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.footer-bottom { padding-block: 25px; border-top: 1px solid #e4e7ed; color: #4d5056; font-size: 10px; font-weight: 600; }
.footer-bottom a { text-decoration: none; }
.footer-bottom i { display: inline-block; height: 12px; margin: 0 13px; border-left: 1px solid #92969d; vertical-align: middle; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
@media (min-width: 992px) {
  .hero-copy { transform: translateY(-38.5px); }
}
