@font-face {
  font-family: "TT Norms";
  src: url("/css/TTNorms-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("/css/TTNorms-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("/css/TTNorms-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("/css/TTNorms-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("/css/TTNorms-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Cocon";
  src: url("/css/Cocon-Bold-Font.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.wp160 {
  --wp160-raspberry: #c41e50;
  --wp160-raspberry-dark: #861238;
  --wp160-coral: #ee3f2e;
  --wp160-gold: #bd8a3f;
  --wp160-cream: #fff8f0;
  --wp160-blush: #f4ded3;
  --wp160-ink: #2b2a29;
  --wp160-muted: #746b66;
  --wp160-line: #eadbd1;
  --wp160-progress: 0;
  min-width: 320px;
  overflow: hidden;
  background: #fffdf9;
  color: var(--wp160-ink);
  font-family: "TT Norms", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.wp160 *,
.wp160 *::before,
.wp160 *::after { box-sizing: border-box; }
.wp160 img { display: block; max-width: 100%; }
.wp160 a { color: inherit; text-decoration: none; }
.wp160 button,
.wp160 input,
.wp160 textarea { font: inherit; }
.wp160 h1,
.wp160 h2,
.wp160 h3,
.wp160 p { margin: 0; }
.wp160 h1,
.wp160 h1 *,
.wp160 h2,
.wp160 h2 * { font-family: "Cocon", "TT Norms", Arial, sans-serif; }
.wp160 h1 { font-size: clamp(44px, 4.25vw, 66px); font-weight: 700; line-height: .98; letter-spacing: -.045em; }
.wp160 h2 { font-size: clamp(34px, 3.35vw, 50px); font-weight: 700; line-height: 1.01; letter-spacing: -.038em; }
.wp160 h3,
.wp160 h3 * { font-family: "TT Norms", Arial, sans-serif; }
.wp160 h3 { font-size: 19px; font-weight: 700; line-height: 1.18; }

.wp160 .wp160-icon,
.wp160 .wp160-icon path { fill: currentColor !important; stroke: none !important; }
.wp160 .wp160-icon { display: block; flex: 0 0 auto; color: inherit !important; }
.wp160 .wp160-hero__trust .wp160-icon,
.wp160 .wp160-brief__items .wp160-icon { color: var(--wp160-coral) !important; }
.wp160 .wp160-parameter__sketch .wp160-icon,
.wp160 .wp160-trust__items .wp160-icon,
.wp160 .wp160-final__copy > div .wp160-icon { color: var(--wp160-raspberry) !important; }

.wp160-shell { width: min(1300px, calc(100% - 40px)); margin-inline: auto; }
.wp160-section { padding: 74px 0; }

.wp160-progress { position: fixed; z-index: 140; inset: 0 0 auto; height: 3px; overflow: hidden; pointer-events: none; }
.wp160-progress span { display: block; width: 100%; height: 100%; transform: scaleX(var(--wp160-progress)); transform-origin: left; background: linear-gradient(90deg, var(--wp160-coral), var(--wp160-raspberry), var(--wp160-gold)); box-shadow: 0 0 12px rgba(196, 30, 80, .35); }

.wp160-eyebrow,
.wp160-kicker,
.wp160-heading > span,
.wp160-heading > div > span { display: inline-flex; align-items: center; color: var(--wp160-raspberry); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }

.wp160-heading { max-width: 760px; margin-bottom: 27px; }
.wp160-heading h2 { margin-top: 11px; }
.wp160-heading > p { max-width: 660px; margin-top: 14px; color: var(--wp160-muted); font-size: 14px; line-height: 1.55; }
.wp160-heading--wide { max-width: 900px; }
.wp160-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); align-items: end; gap: 36px; }
.wp160-heading--split p { margin: 0 0 3px; }

.wp160-button { min-height: 49px; width: max-content; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; padding: 0 22px; font-size: 13px; font-weight: 700; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.wp160-button:hover { transform: translateY(-2px); }
.wp160-button--primary { background: var(--wp160-raspberry); color: #fff !important; box-shadow: 0 13px 30px rgba(196, 30, 80, .2); }
.wp160-button--secondary { border-color: rgba(196, 30, 80, .35); background: rgba(255,255,255,.7); color: var(--wp160-raspberry) !important; }
.wp160-button--light { background: #fff; color: var(--wp160-raspberry) !important; box-shadow: 0 12px 30px rgba(60, 7, 26, .18); }

.wp160-scene { position: relative; min-width: 0; overflow: hidden; margin: 0; border: 1px solid rgba(122,78,56,.14); border-radius: 15px; background: #ead7ca; box-shadow: 0 14px 34px rgba(70,43,29,.09); }
.wp160-scene img { width: 100%; height: calc(100% + 32px); object-fit: cover; transform: translate3d(0,var(--wp160-parallax-y,0),0) scale(1.015); }
.wp160-scene figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; width: max-content; max-width: calc(100% - 24px); border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(255,255,255,.84); color: var(--wp160-raspberry-dark); padding: 7px 11px; font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; backdrop-filter: blur(8px); }

.wp160-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 11% 16%, rgba(255,255,255,.92) 0 15%, transparent 38%), linear-gradient(135deg, #fffaf5 0%, #f7e4da 100%); padding: 24px 0 42px; }
.wp160-hero::after { content: ""; position: absolute; right: -10%; bottom: -42%; width: 560px; height: 560px; border: 1px solid rgba(196,30,80,.12); border-radius: 50%; pointer-events: none; }
.wp160-hero__grid { position: relative; z-index: 1; min-height: 500px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: stretch; overflow: hidden; border: 1px solid rgba(160,110,82,.16); border-radius: 21px; background: rgba(255,255,255,.8); box-shadow: 0 24px 58px rgba(91,52,35,.11); }
.wp160-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 45px 40px 42px; }
.wp160-hero__copy h1 { max-width: 670px; margin-top: 18px; }
.wp160-hero__copy > p { max-width: 625px; margin-top: 19px; color: #625a55; font-size: 14.5px; line-height: 1.56; }
.wp160-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.wp160-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 19px; color: #6d625d; font-size: 11px; }
.wp160-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.wp160-hero__trust svg { flex: 0 0 auto; color: var(--wp160-coral); }
.wp160-hero__visual { position: relative; min-height: 500px; overflow: hidden; background: #e9d2c2; }
.wp160-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.14), transparent 22%), linear-gradient(0deg, rgba(61,26,28,.13), transparent 35%); pointer-events: none; }
.wp160-hero__visual > img { width: 100%; height: calc(100% + 56px); object-fit: cover; object-position: center; transform: translate3d(0, var(--wp160-parallax-y, 0), 0) scale(1.025); }
.wp160-hero__caption { position: absolute; z-index: 2; right: auto; bottom: 22px; left: 22px; display: grid; gap: 1px; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; background: rgba(255,255,255,.82); padding: 12px 16px; box-shadow: 0 12px 30px rgba(57,26,29,.16); backdrop-filter: blur(12px); }
.wp160-hero__caption span { color: var(--wp160-raspberry); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wp160-hero__caption strong { font-size: 13px; }

.wp160-motion-ready .wp160-hero-sequence,
.wp160-motion-ready .wp160-hero__visual,
.wp160-motion-ready .wp160-hero__caption { opacity: 0; }
.wp160-motion-ready .wp160-hero-sequence { transform: translate3d(0, 26px, 0); }
.wp160-motion-ready.wp160-intro-ready .wp160-hero-sequence { opacity: 1; transform: translate3d(0,0,0); transition: opacity .65s ease var(--wp160-intro-delay), transform .85s cubic-bezier(.16,1,.3,1) var(--wp160-intro-delay); }
.wp160-hero-sequence--1 { --wp160-intro-delay: .16s; }
.wp160-hero-sequence--2 { --wp160-intro-delay: .25s; }
.wp160-hero-sequence--3 { --wp160-intro-delay: .36s; }
.wp160-hero-sequence--4 { --wp160-intro-delay: .48s; }
.wp160-hero-sequence--5 { --wp160-intro-delay: .61s; }
.wp160-motion-ready .wp160-hero__visual { transform: translate3d(24px,0,0) scale(.985); clip-path: inset(0 0 0 12%); }
.wp160-motion-ready.wp160-intro-ready .wp160-hero__visual { opacity: 1; transform: none; clip-path: inset(0); transition: opacity .8s ease .24s, transform 1s cubic-bezier(.16,1,.3,1) .24s, clip-path 1.05s cubic-bezier(.16,1,.3,1) .24s; }
.wp160-motion-ready .wp160-hero__caption { transform: translate3d(0,18px,0); }
.wp160-motion-ready.wp160-intro-ready .wp160-hero__caption { opacity: 1; transform: none; transition: opacity .55s ease .85s, transform .75s cubic-bezier(.16,1,.3,1) .85s; }

.wp160-motion-ready .wp160-reveal { opacity: .001; transform: translate3d(0,30px,0); transition: opacity .52s ease 0ms, transform .68s cubic-bezier(.16,1,.3,1) 0ms; }
.wp160-motion-ready .wp160-reveal.is-visible { opacity: .001; }
.wp160-motion-ready .wp160-reveal.is-visible.is-revealed { opacity: 1; transform: none; transition-delay: var(--delay, 0ms); }

.wp160-directions { background: #fffdf9; }
.wp160-directions__layout { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); align-items: stretch; gap: 14px; }
.wp160-directions__scene { min-height: 350px; }
.wp160-directions__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.wp160-direction { min-height: 169px; display: grid; grid-template-columns: 48px minmax(0,1fr); align-content: center; gap: 6px 14px; overflow: hidden; border: 1px solid var(--wp160-line); border-radius: 13px; background: #fff; padding: 20px; }
.wp160-direction__icon { width: 48px; height: 48px; grid-row: 1 / span 2; display: grid; place-items: center; border-radius: 12px; background: #fff1f4; color: var(--wp160-raspberry); }
.wp160-direction h3 { margin-top: 2px; }
.wp160-direction p { margin-top: 8px; color: var(--wp160-muted); font-size: 12.5px; line-height: 1.5; }
.wp160-direction > a { width: max-content; grid-column: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; color: var(--wp160-raspberry); font-size: 12.5px; font-weight: 700; }
.wp160-direction--featured { min-height: 169px; position: relative; border-color: transparent; background: radial-gradient(circle at 86% 12%, rgba(255,255,255,.15), transparent 31%), linear-gradient(145deg, #861238, #c41e50 72%, #dc385e); color: #fff; }
.wp160-direction--featured::after { display: none; }
.wp160-direction--featured .wp160-direction__icon { background: rgba(255,255,255,.14); color: #fff; }
.wp160-direction--featured h3 { color: #fff; font-family: "Cocon", "TT Norms", sans-serif; font-size: 22px; line-height: 1.03; letter-spacing: -.02em; }
.wp160-direction--featured p { color: rgba(255,255,255,.8); font-size: 12px; }
.wp160-direction--featured > a { color: #fff; }

.wp160-bags { background: linear-gradient(128deg, #70112f 0%, #a21446 48%, #c41e50 100%); padding: 66px 0; color: #fff; }
.wp160-bags__stage { display: grid; grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr); align-items: stretch; gap: 42px; }
.wp160-bags__image { position: relative; min-height: 520px; overflow: hidden; border-radius: 19px; background: #ead3c4; box-shadow: 0 22px 48px rgba(53,5,22,.26); }
.wp160-bags__image img { width: 100%; height: calc(100% + 48px); object-fit: cover; object-position: center; transform: translate3d(0,var(--wp160-parallax-y,0),0) scale(1.02); }
.wp160-bags__image > span { position: absolute; left: 18px; bottom: 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: rgba(91,14,41,.72); padding: 8px 13px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.wp160-bags__copy { align-self: center; }
.wp160-bags__copy .wp160-kicker { color: #f7c86f; }
.wp160-bags__copy h2 { max-width: 680px; margin-top: 13px; color: #fff; }
.wp160-bags__copy > p { max-width: 675px; margin-top: 16px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }
.wp160-bags__features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 21px; }
.wp160-bags__features article { position: relative; min-height: 112px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); padding: 15px 16px; }
.wp160-bags__features article > span { position: absolute; top: 12px; right: 14px; color: rgba(255,255,255,.3); font-size: 18px; font-weight: 700; }
.wp160-bags__features h3 { color: #fff; font-size: 15px; }
.wp160-bags__features p { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.45; }
.wp160-bags__copy > .wp160-button { margin-top: 19px; }

.wp160-parameters { background: #fffaf5; }
.wp160-parameters__layout { display: grid; grid-template-columns: minmax(330px,.68fr) minmax(0,1.32fr); align-items: stretch; gap: 14px; }
.wp160-parameters__scene { min-height: 350px; }
.wp160-parameters__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--wp160-line); border-left: 1px solid var(--wp160-line); }
.wp160-parameter { position: relative; min-height: 175px; overflow: hidden; border-right: 1px solid var(--wp160-line); border-bottom: 1px solid var(--wp160-line); padding: 21px 20px; }
.wp160-parameter > span { color: rgba(196,30,80,.38); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.wp160-parameter__sketch { position: absolute; top: 14px; right: 15px; width: 68px; height: 53px; display: grid; place-items: center; overflow: hidden; border: 1px dashed rgba(196,30,80,.24); border-radius: 10px; background-color: #fff8fa; background-image: linear-gradient(rgba(196,30,80,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(196,30,80,.07) 1px,transparent 1px); background-size: 11px 11px; color: var(--wp160-raspberry); }
.wp160-parameter__sketch::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(196,30,80,.1); border-radius: 5px; }
.wp160-parameter__sketch::after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 5px; height: 5px; border-right: 1px solid rgba(196,30,80,.55); border-bottom: 1px solid rgba(196,30,80,.55); }
.wp160-parameter__sketch svg { position: relative; z-index: 1; width: 31px; height: 31px; filter: drop-shadow(0 4px 7px rgba(196,30,80,.1)); }
.wp160-parameter h3 { max-width: calc(100% - 74px); margin-top: 17px; font-size: 17px; }
.wp160-parameter p { max-width: 330px; margin-top: 8px; color: var(--wp160-muted); font-size: 11.5px; line-height: 1.48; }

.wp160-brief { background: linear-gradient(115deg, #f1d8ca, #f8eae1 54%, #fff8f0); padding: 69px 0; }
.wp160-brief__grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(220px,.62fr) minmax(450px,1.36fr); align-items: stretch; gap: 18px; }
.wp160-brief__scene { min-height: 330px; }
.wp160-brief__intro { align-self: center; }
.wp160-brief__intro h2 { max-width: 520px; margin-top: 13px; }
.wp160-brief__intro > p { max-width: 520px; margin-top: 13px; color: var(--wp160-muted); font-size: 12.5px; }
.wp160-brief__intro > .wp160-brief__text { line-height: 1.04; }
.wp160-brief__intro > .wp160-button { margin-top: 19px; }
.wp160-brief__items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.wp160-brief__items article { min-height: 104px; display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 11px; border: 1px solid rgba(166,119,91,.2); border-radius: 11px; background: rgba(255,255,255,.66); padding: 15px; }
.wp160-brief__items svg { color: var(--wp160-coral); }
.wp160-brief__items h3 { font-size: 15px; }
.wp160-brief__items p { margin-top: 7px; color: var(--wp160-muted); font-size: 11.5px; line-height: 1.45; }

.wp160-process { background: #fffdf9; }
.wp160-section.wp160-process { padding-bottom: 30px; }
.wp160-heading--visual { align-items: center; }
.wp160-process__scene { min-height: 140px; }
.wp160-process__line { position: relative; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.wp160-process__line::before { content: ""; position: absolute; top: 26px; right: 7%; left: 7%; height: 1px; background: linear-gradient(90deg, var(--wp160-coral), var(--wp160-raspberry), var(--wp160-gold)); }
.wp160-process__line li { position: relative; z-index: 1; min-height: 126px; padding: 0 15px; text-align: center; }
.wp160-process__line li > span { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto; border: 5px solid #fffdf9; border-radius: 50%; background: var(--wp160-raspberry); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(196,30,80,.2); }
.wp160-process__line h3 { margin-top: 18px; font-size: 15px; }
.wp160-process__line p { margin-top: 10px; color: var(--wp160-muted); font-size: 11px; line-height: 1.48; }
.wp160-motion-ready .wp160-process-step { opacity: 0; transform: translate3d(0,64px,0); transition: opacity .38s ease 0ms,transform .56s cubic-bezier(.16,1,.3,1) 0ms; }
.wp160-motion-ready .wp160-process-step.is-visible.is-revealed { opacity: 1; transform: translate3d(0,0,0); transition: opacity .44s ease var(--step-delay),transform .68s cubic-bezier(.16,1,.3,1) var(--step-delay); }

.wp160-cases { background: #fff7ef; }
.wp160-cases__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.wp160-case { overflow: hidden; border: 1px solid var(--wp160-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(70,43,29,.06); }
.wp160-case__image { aspect-ratio: 3/2; overflow: hidden; background: #ead7ca; }
.wp160-case__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.wp160-case:hover .wp160-case__image img { transform: scale(1.035); }
.wp160-case__body { min-height: 170px; display: flex; flex-direction: column; padding: 19px 19px 17px; }
.wp160-case__body > span { color: var(--wp160-gold); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.wp160-case__body h3 { margin-top: 12px; }
.wp160-case__body p { margin-top: 10px; color: var(--wp160-muted); font-size: 12px; line-height: 1.5; }
.wp160-case__body a { width: max-content; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--wp160-raspberry); font-size: 12px; font-weight: 700; }

.wp160-trust { background: linear-gradient(122deg,#7f1036 0 35%,#f0d7c8 35% 100%); padding: 66px 0; }
.wp160-trust__grid { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: 34px; }
.wp160-trust__heading { align-self: center; color: #fff; }
.wp160-trust__heading .wp160-kicker { color: #f6c96f; }
.wp160-trust__heading h2 { max-width: 440px; margin-top: 13px; color: #fff; }
.wp160-trust__scene { min-height: 195px; margin-top: 22px; border: 0; }
.wp160-trust__items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.wp160-trust__items article { min-height: 156px; border: 1px solid rgba(139,91,66,.18); border-radius: 13px; background: rgba(255,255,255,.72); padding: 19px; }
.wp160-trust__items svg { color: var(--wp160-raspberry); }
.wp160-trust__items h3 { margin-top: 17px; font-size: 15px; }
.wp160-trust__items p { margin-top: 9px; color: var(--wp160-muted); font-size: 11.5px; line-height: 1.5; }

.wp160-faq { background: #fffdf9; }
.wp160-faq__grid { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); align-items: end; gap: 45px; }
.wp160-faq__heading { position: static; }
.wp160-faq__heading h2 { max-width: 500px; margin-top: 13px; font-size: clamp(35px,3vw,42px); line-height: 1; }
.wp160-faq__heading > p { max-width: 430px; margin-top: 16px; color: var(--wp160-muted); font-size: 13px; }
.wp160-faq__heading > .wp160-faq__intro { line-height: 1.04; }
.wp160-faq__scene { min-height: 220px; margin-top: 21px; }
.wp160-faq__list { width: 100%; align-self: end; border-top: 1px solid var(--wp160-line); }
.wp160-faq__item { border-bottom: 1px solid var(--wp160-line); }
.wp160-faq__item h3 { margin: 0; }
.wp160-faq__item button { width: 100%; min-height: 66px; display: grid; grid-template-columns: minmax(0,1fr) 34px; align-items: center; gap: 18px; border: 0; background: transparent; color: var(--wp160-ink); padding: 12px 0; text-align: left; }
.wp160-faq__item button > span { font-size: 15px; font-weight: 700; }
.wp160-faq__item button i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(196,30,80,.24); border-radius: 50%; color: var(--wp160-raspberry); font-size: 23px; font-style: normal; font-weight: 400; }
.wp160-faq__item.is-open button i { background: var(--wp160-raspberry); color: #fff; }
.wp160-faq__item > div p { max-width: 690px; padding: 0 52px 18px 0; color: var(--wp160-muted); font-size: 12.5px; line-height: 1.55; }
.wp160-faq__item > div a { display: inline-flex; align-items: center; gap: 4px; color: var(--wp160-raspberry); font-weight: 700; }

.wp160-final { overflow: hidden; background: radial-gradient(circle at 18% 12%,rgba(255,255,255,.1),transparent 28%),linear-gradient(135deg,#731032,#c41e50); padding: 48px 0; color: #fff; }
.wp160-final__grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(460px,.88fr); align-items: center; gap: 28px; }
.wp160-final__copy { --wp160-final-icon-color: var(--wp160-raspberry); position: relative; z-index: 2; width: min(56%,390px); grid-column: 1; grid-row: 1; align-self: start; justify-self: start; margin: 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,252,247,.92); color: var(--wp160-ink); padding: 23px 22px; box-shadow: 0 18px 44px rgba(49,3,19,.2); backdrop-filter: blur(12px); }
.wp160-final__copy .wp160-kicker { color: var(--wp160-raspberry); }
.wp160-final__copy h2 { max-width: 600px; margin-top: 10px; color: var(--wp160-ink); font-size: clamp(31px,2.6vw,41px); }
.wp160-final__copy > p { max-width: 590px; margin-top: 12px; color: var(--wp160-muted); font-size: 11.5px; line-height: 1.48; }
.wp160-final__copy > div { display: grid; gap: 6px; margin-top: 14px; color: #675c57; font-size: 10px; }
.wp160-final__copy > div span { display: flex; align-items: center; gap: 9px; }
.wp160-final__copy > div svg { color: var(--wp160-raspberry); }
.wp160-final__visual { height: 420px; min-height: 0; grid-column: 1; grid-row: 1; border: 0; border-radius: 20px; box-shadow: 0 22px 46px rgba(49,3,19,.24); }
.wp160-final__visual img { object-position: center 62%; }
.wp160-final__visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(48,10,24,.04),rgba(48,10,24,.18)); pointer-events: none; }
.wp160-form { display: grid; grid-column: 2; grid-row: 1; gap: 8px; border: 1px solid rgba(255,255,255,.26); border-radius: 15px; background: rgba(255,255,255,.96); color: var(--wp160-ink); padding: 20px 22px; box-shadow: 0 24px 52px rgba(49,3,19,.23); }
.wp160-form__row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.wp160-form label { display: grid; gap: 7px; }
.wp160-form label > span { color: #5c5350; font-size: 11px; font-weight: 700; }
.wp160-form input,
.wp160-form textarea { width: 100%; border: 1px solid #e5d7cf; border-radius: 7px; background: #fffdfb; color: var(--wp160-ink); padding: 12px 14px; outline: 0; font-size: 13px; transition: border-color .18s ease, box-shadow .18s ease; }
.wp160-form input { height: 43px; }
.wp160-form textarea { min-height: 94px; resize: vertical; }
.wp160-form input:focus,
.wp160-form textarea:focus { border-color: var(--wp160-raspberry); box-shadow: 0 0 0 3px rgba(196,30,80,.12); }
.wp160-form .wp160-button { width: 100%; border: 0; cursor: pointer; }
.wp160-form__privacy { color: #8b827d; font-size: 9.5px; line-height: 1.4; text-align: center; }
.wp160-form__privacy.is-success,
.wp160-form__privacy.is-error { background: transparent; color: var(--wp160-raspberry); font-family: "TT Norms", Arial, sans-serif; font-weight: 700; }
.wp160-form__privacy.is-success { margin-block: 0; font-size: clamp(9px,3.2vw,12.8px); line-height: 1; letter-spacing: 0; white-space: nowrap; text-wrap: nowrap; }

@media (min-width: 1081px) {
  .wp160-hero__grid { height: 502px; min-height: 502px; }
  .wp160-hero__copy,
  .wp160-hero__visual { min-height: 500px; }
}

@media (max-width: 1080px) {
  .wp160-hero__grid { grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr); }
  .wp160-hero__copy { padding-inline: 38px; }
  .wp160-directions__grid { grid-template-columns: 1fr 1fr; }
  .wp160-bags__stage { grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: 38px; }
  .wp160-process__line li { padding-inline: 10px; }
  .wp160-final__grid { gap: 50px; }
}

@media (max-width: 820px) {
  .wp160-shell { width: min(100% - 30px,720px); }
  .wp160-section { padding: 68px 0; }
  .wp160-hero { padding: 18px 0 38px; }
  .wp160-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .wp160-hero__copy { min-height: 490px; padding: 45px 34px 38px; }
  .wp160-hero__visual { min-height: 440px; }
  .wp160-motion-ready .wp160-hero__visual { transform: translate3d(0,22px,0) scale(.99); clip-path: inset(10% 0 0); }
  .wp160-directions__grid { grid-template-columns: 1fr; }
  .wp160-direction--featured { min-height: 430px; grid-row: auto; }
  .wp160-bags { padding: 68px 0; }
  .wp160-bags__stage { grid-template-columns: 1fr; gap: 38px; }
  .wp160-bags__image { min-height: 500px; }
  .wp160-parameters__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wp160-brief { padding: 68px 0; }
  .wp160-brief__grid { grid-template-columns: 1fr; gap: 38px; }
  .wp160-process__line { grid-template-columns: 1fr; gap: 0; margin-top: 30px; }
  .wp160-process__line::before { top: 0; bottom: 0; left: 25px; right: auto; width: 1px; height: auto; }
  .wp160-process__line li { min-height: 0; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 0 18px; padding: 0 0 28px; text-align: left; }
  .wp160-process__line li > span { grid-row: 1 / span 2; margin: 0; }
  .wp160-process__line h3 { margin-top: 5px; }
  .wp160-process__line p { margin-top: 7px; }
  .wp160-heading--split { grid-template-columns: 1fr; gap: 17px; }
  .wp160-cases__grid { grid-auto-columns: 84%; grid-auto-flow: column; grid-template-columns: none; gap: 10px; margin-right: -15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-right: 15px; }
  .wp160-cases__grid::-webkit-scrollbar { display: none; }
  .wp160-case { scroll-snap-align: start; }
  .wp160-trust { background: linear-gradient(180deg,#7f1036 0 34%,#f0d7c8 34% 100%); padding: 68px 0; }
  .wp160-trust__grid { grid-template-columns: 1fr; gap: 64px; }
  .wp160-trust__items { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wp160-faq__grid { grid-template-columns: 1fr; gap: 35px; }
  .wp160-faq__heading { position: static; }
  .wp160-final { padding: 68px 0; }
  .wp160-final__grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .wp160 { font-size: 15px; }
  .wp160 h1 { font-size: clamp(38px,11.5vw,46px); line-height: .98; }
  .wp160 h2 { font-size: clamp(31px,9.2vw,38px); }
  .wp160-section { padding: 54px 0; }
  .wp160-heading { margin-bottom: 25px; }
  .wp160-hero__grid { border-radius: 15px; }
  .wp160-hero__copy { min-height: 0; padding: 36px 22px 31px; }
  .wp160-hero__copy > p { margin-top: 19px; font-size: 13px; }
  .wp160-hero__actions { display: grid; margin-top: 23px; }
  .wp160-hero__actions .wp160-button { width: 100%; }
  .wp160-hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; margin-top: 20px; font-size: 9.5px; }
  .wp160-hero__visual { min-height: 330px; }
  .wp160-hero__caption { right: 12px; bottom: 12px; left: 12px; }
  .wp160-direction { min-height: 0; grid-template-columns: 46px minmax(0,1fr); border-radius: 12px; padding: 19px 17px; }
  .wp160-direction__icon { width: 46px; height: 46px; }
  .wp160-direction--featured { min-height: 385px; grid-template-columns: 58px minmax(0,1fr); padding: 28px 22px; }
  .wp160-direction--featured .wp160-direction__icon { width: 58px; height: 58px; }
  .wp160-direction--featured h3 { font-size: 32px; }
  .wp160-direction--featured::after { font-size: 42px; }
  .wp160-bags { padding: 54px 0; }
  .wp160-bags__image { min-height: 360px; border-radius: 15px; }
  .wp160-bags__features { gap: 7px; }
  .wp160-bags__features article { min-height: 162px; padding: 17px 13px; }
  .wp160-bags__features h3 { max-width: 100px; font-size: 13px; }
  .wp160-bags__features p { font-size: 9.5px; }
  .wp160-bags__copy > .wp160-button { width: 100%; }
  .wp160-parameter { min-height: 205px; padding: 21px 16px; }
  .wp160-parameter h3 { margin-top: 21px; font-size: 15px; }
  .wp160-parameter p { font-size: 10.5px; }
  .wp160-brief { padding: 54px 0; }
  .wp160-brief__intro > .wp160-button { width: 100%; }
  .wp160-brief__items { grid-template-columns: 1fr; }
  .wp160-brief__items article { min-height: 0; }
  .wp160-case__body { min-height: 205px; padding: 21px 18px; }
  .wp160-cases__grid { grid-auto-columns: 87%; }
  .wp160-trust { padding: 54px 0; }
  .wp160-trust__items { gap: 7px; }
  .wp160-trust__items article { min-height: 208px; padding: 17px 14px; }
  .wp160-trust__items h3 { margin-top: 19px; font-size: 13px; }
  .wp160-trust__items p { font-size: 9.5px; }
  .wp160-faq__item button { min-height: 69px; gap: 12px; }
  .wp160-faq__item button > span { font-size: 13px; }
  .wp160-faq__item > div p { padding-right: 0; font-size: 11.5px; }
  .wp160-final { padding: 54px 0; }
  .wp160-form { border-radius: 13px; padding: 20px 16px; }
  .wp160-form__row { grid-template-columns: 1fr; }
  .wp160-form__privacy.is-success { margin-block: 0; }
}

/* Cloud-browser 390px mirror used by the existing prototype's ?qa=mobile mode. */
.qa-mobile .wp160-shell { width: calc(100% - 30px); }
.qa-mobile .wp160 { font-size: 15px; }
.qa-mobile .wp160 h1 { font-size: 42px; line-height: .98; }
.qa-mobile .wp160 h2 { font-size: 34px; }
.qa-mobile .wp160-section { padding: 54px 0; }
.qa-mobile .wp160-heading { margin-bottom: 25px; }
.qa-mobile .wp160-hero { padding: 18px 0 38px; }
.qa-mobile .wp160-hero__grid { min-height: 0; grid-template-columns: 1fr; border-radius: 15px; }
.qa-mobile .wp160-hero__copy { min-height: 0; padding: 36px 22px 31px; }
.qa-mobile .wp160-hero__copy > p { margin-top: 19px; font-size: 13px; }
.qa-mobile .wp160-hero__actions { display: grid; margin-top: 23px; }
.qa-mobile .wp160-hero__actions .wp160-button { width: 100%; }
.qa-mobile .wp160-hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; margin-top: 20px; font-size: 9.5px; }
.qa-mobile .wp160-hero__visual { min-height: 330px; }
.qa-mobile .wp160-motion-ready .wp160-hero__visual { transform: translate3d(0,22px,0) scale(.99); clip-path: inset(10% 0 0); }
.qa-mobile .wp160-hero__caption { right: 12px; bottom: 12px; left: 12px; }
.qa-mobile .wp160-directions__grid { grid-template-columns: 1fr; }
.qa-mobile .wp160-direction { min-height: 0; grid-template-columns: 46px minmax(0,1fr); border-radius: 12px; padding: 19px 17px; }
.qa-mobile .wp160-direction__icon { width: 46px; height: 46px; }
.qa-mobile .wp160-direction--featured { min-height: 385px; grid-row: auto; grid-template-columns: 58px minmax(0,1fr); padding: 28px 22px; }
.qa-mobile .wp160-direction--featured .wp160-direction__icon { width: 58px; height: 58px; }
.qa-mobile .wp160-direction--featured h3 { font-size: 32px; }
.qa-mobile .wp160-direction--featured::after { font-size: 42px; }
.qa-mobile .wp160-bags { padding: 54px 0; }
.qa-mobile .wp160-bags__stage { grid-template-columns: 1fr; gap: 38px; }
.qa-mobile .wp160-bags__image { min-height: 360px; border-radius: 15px; }
.qa-mobile .wp160-bags__features { gap: 7px; }
.qa-mobile .wp160-bags__features article { min-height: 162px; padding: 17px 13px; }
.qa-mobile .wp160-bags__features h3 { font-size: 13px; }
.qa-mobile .wp160-bags__features p { font-size: 9.5px; }
.qa-mobile .wp160-bags__copy > .wp160-button { width: 100%; }
.qa-mobile .wp160-parameters__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.qa-mobile .wp160-parameter { min-height: 205px; padding: 21px 16px; }
.qa-mobile .wp160-parameter h3 { margin-top: 21px; font-size: 15px; }
.qa-mobile .wp160-parameter p { font-size: 10.5px; }
.qa-mobile .wp160-brief { padding: 54px 0; }
.qa-mobile .wp160-brief__grid { grid-template-columns: 1fr; gap: 38px; }
.qa-mobile .wp160-brief__intro > .wp160-button { width: 100%; }
.qa-mobile .wp160-brief__items { grid-template-columns: 1fr; }
.qa-mobile .wp160-process__line { grid-template-columns: 1fr; margin-top: 30px; }
.qa-mobile .wp160-process__line::before { top: 0; bottom: 0; left: 25px; right: auto; width: 1px; height: auto; }
.qa-mobile .wp160-process__line li { min-height: 0; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 0 18px; padding: 0 0 28px; text-align: left; }
.qa-mobile .wp160-process__line li > span { grid-row: 1 / span 2; margin: 0; }
.qa-mobile .wp160-process__line h3 { margin-top: 5px; }
.qa-mobile .wp160-heading--split { grid-template-columns: 1fr; gap: 17px; }
.qa-mobile .wp160-cases__grid { grid-auto-columns: 87%; grid-auto-flow: column; grid-template-columns: none; gap: 10px; margin-right: -15px; overflow-x: auto; scroll-snap-type: x mandatory; padding-right: 15px; }
.qa-mobile .wp160-case { scroll-snap-align: start; }
.qa-mobile .wp160-case__body { min-height: 205px; padding: 21px 18px; }
.qa-mobile .wp160-trust { background: linear-gradient(180deg,#7f1036 0 34%,#f0d7c8 34% 100%); padding: 54px 0; }
.qa-mobile .wp160-trust__grid { grid-template-columns: 1fr; gap: 64px; }
.qa-mobile .wp160-trust__items { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.qa-mobile .wp160-trust__items article { min-height: 208px; padding: 17px 14px; }
.qa-mobile .wp160-trust__items h3 { margin-top: 19px; font-size: 13px; }
.qa-mobile .wp160-trust__items p { font-size: 9.5px; }
.qa-mobile .wp160-faq__grid { grid-template-columns: 1fr; gap: 35px; }
.qa-mobile .wp160-faq__heading { position: static; }
.qa-mobile .wp160-faq__item button { min-height: 69px; gap: 12px; }
.qa-mobile .wp160-faq__item button > span { font-size: 13px; }
.qa-mobile .wp160-faq__item > div p { padding-right: 0; font-size: 11.5px; }
.qa-mobile .wp160-final { padding: 54px 0; }
.qa-mobile .wp160-final__grid { grid-template-columns: 1fr; gap: 38px; }
.qa-mobile .wp160-form { border-radius: 13px; padding: 20px 16px; }
.qa-mobile .wp160-form__row { grid-template-columns: 1fr; }
.qa-mobile .wp160-form__privacy.is-success { margin-block: 0; }

/* Compact visual rhythm: aligned with the manufacturing page while keeping one scene per section. */
@media (max-width: 1080px) {
  .wp160-directions__layout { grid-template-columns: minmax(290px,.62fr) minmax(0,1.38fr); }
  .wp160-directions__scene,
  .wp160-parameters__scene { min-height: 350px; }
  .wp160-brief__grid { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 24px; }
  .wp160-brief__scene { min-height: 0; grid-row: 1 / span 2; }
  .wp160-brief__intro,
  .wp160-brief__items { grid-column: 2; }
  .wp160-final__grid { grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr); gap: 20px; }
  .wp160-final__copy { width: min(62%,360px); margin: 15px; padding: 20px 19px; }
}

@media (max-width: 820px) {
  .wp160-section { padding: 52px 0; }
  .wp160-heading { margin-bottom: 23px; }
  .wp160-hero { padding: 16px 0 32px; }
  .wp160-hero__copy { min-height: 0; padding: 37px 30px 33px; }
  .wp160-hero__visual { min-height: 360px; }
  .wp160-directions__layout,
  .wp160-parameters__layout { grid-template-columns: 1fr; gap: 14px; }
  .wp160-directions__scene,
  .wp160-parameters__scene { min-height: 0; aspect-ratio: 3 / 2; }
  .wp160-directions__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wp160-direction,
  .wp160-direction--featured { min-height: 158px; }
  .wp160-bags { padding: 52px 0; }
  .wp160-bags__stage { gap: 30px; }
  .wp160-bags__image { min-height: 390px; }
  .wp160-bags__features article { min-height: 108px; }
  .wp160-parameters__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .wp160-parameter { min-height: 165px; padding: 19px 17px; }
  .wp160-brief { padding: 52px 0; }
  .wp160-brief__grid { grid-template-columns: 1fr; gap: 24px; }
  .wp160-brief__scene { min-height: 0; grid-row: auto; grid-column: auto; aspect-ratio: 3 / 2; }
  .wp160-brief__intro,
  .wp160-brief__items { grid-column: auto; }
  .wp160-brief__items { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .wp160-brief__items article { min-height: 112px; }
  .wp160-heading--visual { grid-template-columns: 1fr; gap: 18px; }
  .wp160-process__scene { min-height: 0; aspect-ratio: 3 / 2; }
  .wp160-motion-ready .wp160-process-step.is-visible.is-revealed { transition-delay: 0ms; }
  .wp160-process__line li { padding-bottom: 22px; }
  .wp160-case__body { min-height: 175px; }
  .wp160-trust { padding: 52px 0; }
  .wp160-trust__grid { gap: 30px; }
  .wp160-trust__scene { min-height: 0; aspect-ratio: 3 / 2; }
  .wp160-trust__items article { min-height: 150px; }
  .wp160-faq__grid { gap: 25px; }
  .wp160-faq__scene { min-height: 0; max-height: 260px; aspect-ratio: 3 / 2; }
  .wp160-final { padding: 46px 0; }
  .wp160-final__grid { grid-template-columns: 1fr; gap: 24px; }
  .wp160-final__copy { --wp160-final-icon-color: #f5cb7c; width: auto; grid-column: auto; grid-row: auto; margin: 0; border: 0; background: transparent; color: #fff; padding: 0; box-shadow: none; backdrop-filter: none; }
  .wp160-final__copy .wp160-kicker { color: #f5cb7c; }
  .wp160-final__copy h2 { color: #fff; }
  .wp160-final__copy > p { color: rgba(255,255,255,.78); }
  .wp160-final__copy > div { color: rgba(255,255,255,.84); }
  .wp160 .wp160-final__copy > div .wp160-icon { color: #f5cb7c !important; }
  .wp160-final__visual { min-height: 0; height: 360px; grid-column: auto; grid-row: auto; }
  .wp160-final__visual::after { display: none; }
  .wp160-form { grid-column: auto; grid-row: auto; }
}

@media (max-width: 600px) {
  .wp160-section { padding: 44px 0; }
  .wp160-heading { margin-bottom: 21px; }
  .wp160-hero { padding: 13px 0 28px; }
  .wp160-hero__copy { padding: 30px 20px 26px; }
  .wp160-hero__copy > p { margin-top: 16px; }
  .wp160-hero__actions { margin-top: 19px; }
  .wp160-hero__trust { display: grid; grid-template-columns: repeat(3,max-content); justify-content: space-between; gap: 0; margin-top: 17px; font-size: 8px; white-space: nowrap; }
  .wp160-hero__trust span { gap: 4px; }
  .wp160-hero__trust svg { width: 14px; height: 14px; }
  .wp160-hero__visual { min-height: 270px; }
  .wp160-hero__caption { display: none; }
  .wp160-directions__grid { grid-template-columns: 1fr; gap: 8px; }
  .wp160-direction,
  .wp160-direction--featured { min-height: 0; grid-template-columns: 44px minmax(0,1fr); padding: 16px; }
  .wp160-direction__icon,
  .wp160-direction--featured .wp160-direction__icon { width: 44px; height: 44px; }
  .wp160-direction--featured h3 { font-size: 20px; }
  .wp160-bags { padding: 44px 0; }
  .wp160-bags__stage { gap: 24px; }
  .wp160-bags__image { min-height: 290px; }
  .wp160-bags__features article { min-height: 98px; padding: 12px 11px; }
  .wp160-parameters__scene { aspect-ratio: 3 / 2; }
  .wp160-parameters__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wp160-parameter { min-height: 155px; padding: 17px 14px; }
  .wp160-parameter__sketch { top: 12px; right: 11px; width: 54px; height: 44px; }
  .wp160-parameter__sketch svg { width: 25px; height: 25px; }
  .wp160-parameter h3 { max-width: calc(100% - 54px); }
  .wp160-parameter h3 { margin-top: 15px; }
  .wp160-brief { padding: 44px 0; }
  .wp160-brief__grid { gap: 20px; }
  .wp160-brief__items { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .wp160-brief__items article { min-height: 82px; grid-template-columns: 20px minmax(0,1fr); gap: 7px; padding: 10px 9px; }
  .wp160-brief__items h3 { font-size: 12.5px; }
  .wp160-brief__items p { margin-top: 4px; font-size: 9px; line-height: 1.35; }
  .wp160-process__line { margin-top: 22px; }
  .wp160-process__line::before { display: none; }
  .wp160-process__line li { padding-bottom: 20px; }
  .wp160-process__line li:not(:last-child)::after { content: ""; position: absolute; z-index: -1; top: 48px; bottom: 0; left: 25px; width: 1px; background: linear-gradient(180deg,var(--wp160-raspberry),rgba(196,30,80,.34)); }
  .wp160-case__body { min-height: 170px; padding: 18px 17px; }
  .wp160-trust { padding: 44px 0; }
  .wp160-trust__grid { gap: 24px; }
  .wp160-trust__items article { min-height: 164px; padding: 15px 13px; }
  .wp160-faq__grid { gap: 22px; }
  .wp160-faq__scene { max-height: none; }
  .wp160-faq__item button { min-height: 58px; }
  .wp160-final { padding: 44px 0; }
  .wp160-final__grid { gap: 22px; }
  .wp160-final__visual { height: 300px; }
  .wp160-form { padding: 18px 15px; }
}

.qa-mobile .wp160-section { padding: 44px 0; }
.qa-mobile .wp160-heading { margin-bottom: 21px; }
.qa-mobile .wp160-hero { padding: 13px 0 28px; }
.qa-mobile .wp160-hero__copy { padding: 30px 20px 26px; }
.qa-mobile .wp160-hero__copy > p { margin-top: 16px; }
.qa-mobile .wp160-hero__actions { margin-top: 19px; }
.qa-mobile .wp160-hero__trust { display: grid; grid-template-columns: repeat(3,max-content); justify-content: space-between; gap: 0; margin-top: 17px; font-size: 8px; white-space: nowrap; }
.qa-mobile .wp160-hero__trust span { gap: 4px; }
.qa-mobile .wp160-hero__trust svg { width: 14px; height: 14px; }
.qa-mobile .wp160-hero__visual { min-height: 270px; }
.qa-mobile .wp160-hero__caption { display: none; }
.qa-mobile .wp160-directions__layout,
.qa-mobile .wp160-parameters__layout { grid-template-columns: 1fr; gap: 14px; }
.qa-mobile .wp160-directions__scene,
.qa-mobile .wp160-parameters__scene,
.qa-mobile .wp160-brief__scene,
.qa-mobile .wp160-process__scene,
.qa-mobile .wp160-trust__scene,
.qa-mobile .wp160-faq__scene { min-height: 0; aspect-ratio: 3 / 2; }
.qa-mobile .wp160-directions__grid { grid-template-columns: 1fr; gap: 8px; }
.qa-mobile .wp160-direction,
.qa-mobile .wp160-direction--featured { min-height: 0; grid-template-columns: 44px minmax(0,1fr); padding: 16px; }
.qa-mobile .wp160-direction__icon,
.qa-mobile .wp160-direction--featured .wp160-direction__icon { width: 44px; height: 44px; }
.qa-mobile .wp160-direction--featured h3 { font-size: 20px; }
.qa-mobile .wp160-bags { padding: 44px 0; }
.qa-mobile .wp160-bags__stage { gap: 24px; }
.qa-mobile .wp160-bags__image { min-height: 290px; }
.qa-mobile .wp160-bags__features article { min-height: 98px; padding: 12px 11px; }
.qa-mobile .wp160-parameters__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.qa-mobile .wp160-parameter { min-height: 155px; padding: 17px 14px; }
.qa-mobile .wp160-parameter__sketch { top: 12px; right: 11px; width: 54px; height: 44px; }
.qa-mobile .wp160-parameter__sketch svg { width: 25px; height: 25px; }
.qa-mobile .wp160-parameter h3 { max-width: calc(100% - 54px); }
.qa-mobile .wp160-parameter h3 { margin-top: 15px; }
.qa-mobile .wp160-brief { padding: 44px 0; }
.qa-mobile .wp160-brief__grid { grid-template-columns: 1fr; gap: 20px; }
.qa-mobile .wp160-brief__scene,
.qa-mobile .wp160-brief__intro,
.qa-mobile .wp160-brief__items { grid-column: auto; grid-row: auto; }
.qa-mobile .wp160-brief__items { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.qa-mobile .wp160-brief__items article { min-height: 82px; grid-template-columns: 20px minmax(0,1fr); gap: 7px; padding: 10px 9px; }
.qa-mobile .wp160-brief__items h3 { font-size: 12.5px; }
.qa-mobile .wp160-brief__items p { margin-top: 4px; font-size: 9px; line-height: 1.35; }
.qa-mobile .wp160-heading--visual { grid-template-columns: 1fr; gap: 18px; }
.qa-mobile .wp160-motion-ready .wp160-process-step.is-visible.is-revealed { transition-delay: 0ms; }
.qa-mobile .wp160-process__line { margin-top: 22px; }
.qa-mobile .wp160-process__line::before { display: none; }
.qa-mobile .wp160-process__line li { padding-bottom: 20px; }
.qa-mobile .wp160-process__line li:not(:last-child)::after { content: ""; position: absolute; z-index: -1; top: 48px; bottom: 0; left: 25px; width: 1px; background: linear-gradient(180deg,var(--wp160-raspberry),rgba(196,30,80,.34)); }
.qa-mobile .wp160-case__body { min-height: 170px; padding: 18px 17px; }
.qa-mobile .wp160-trust { padding: 44px 0; }
.qa-mobile .wp160-trust__grid { gap: 24px; }
.qa-mobile .wp160-trust__items article { min-height: 164px; padding: 15px 13px; }
.qa-mobile .wp160-faq__grid { gap: 22px; }
.qa-mobile .wp160-faq__scene { max-height: none; }
.qa-mobile .wp160-faq__item button { min-height: 58px; }
.qa-mobile .wp160-final { padding: 44px 0; }
.qa-mobile .wp160-final__grid { grid-template-columns: 1fr; gap: 22px; }
.qa-mobile .wp160-final__copy { --wp160-final-icon-color: #f5cb7c; width: auto; grid-column: auto; grid-row: auto; margin: 0; border: 0; background: transparent; color: #fff; padding: 0; box-shadow: none; backdrop-filter: none; }
.qa-mobile .wp160-final__copy .wp160-kicker { color: #f5cb7c; }
.qa-mobile .wp160-final__copy h2 { color: #fff; }
.qa-mobile .wp160-final__copy > p { color: rgba(255,255,255,.78); }
.qa-mobile .wp160-final__copy > div { color: rgba(255,255,255,.84); }
.qa-mobile .wp160 .wp160-final__copy > div .wp160-icon { color: #f5cb7c !important; }
.qa-mobile .wp160-final__visual { min-height: 0; height: 300px; grid-column: auto; grid-row: auto; }
.qa-mobile .wp160-final__visual::after { display: none; }
.qa-mobile .wp160-form { grid-column: auto; grid-row: auto; }
.qa-mobile .wp160-form { padding: 18px 15px; }

/* Mobile host-theme cleanup for Product 160 headings and final details. */
@media (max-width: 600px) {
  .wp160-directions .wp160-heading,
  .wp160-directions .wp160-heading > span,
  .wp160-directions .wp160-heading > h2,
  .wp160-directions .wp160-heading > p,
  .wp160-process .wp160-heading,
  .wp160-process .wp160-heading > div,
  .wp160-process .wp160-heading > div > span,
  .wp160-process .wp160-heading > div > h2,
  .wp160-faq .wp160-faq__heading,
  .wp160-faq .wp160-faq__heading > .wp160-kicker,
  .wp160-faq .wp160-faq__heading > h2,
  .wp160-faq .wp160-faq__heading > .wp160-faq__intro,
  .wp160-trust .wp160-trust__heading,
  .wp160-trust .wp160-trust__heading > .wp160-kicker,
  .wp160-trust .wp160-trust__heading > h2 {
    background: transparent !important;
    box-shadow: none !important;
  }
  .wp160-trust .wp160-trust__heading > .wp160-kicker { color: #f6c96f !important; }
  .wp160-trust .wp160-trust__heading > h2 { color: #fff !important; }
  .wp160-trust__scene {
    overflow: hidden !important;
    border-radius: 16px !important;
    clip-path: inset(0 round 16px);
  }
  .wp160-trust__scene img { border-radius: inherit !important; }
  .wp160-final__copy > div,
  .wp160-final__copy > div span { color: #fff !important; }
}

.qa-mobile .wp160-directions .wp160-heading,
.qa-mobile .wp160-directions .wp160-heading > span,
.qa-mobile .wp160-directions .wp160-heading > h2,
.qa-mobile .wp160-directions .wp160-heading > p,
.qa-mobile .wp160-process .wp160-heading,
.qa-mobile .wp160-process .wp160-heading > div,
.qa-mobile .wp160-process .wp160-heading > div > span,
.qa-mobile .wp160-process .wp160-heading > div > h2,
.qa-mobile .wp160-faq .wp160-faq__heading,
.qa-mobile .wp160-faq .wp160-faq__heading > .wp160-kicker,
.qa-mobile .wp160-faq .wp160-faq__heading > h2,
.qa-mobile .wp160-faq .wp160-faq__heading > .wp160-faq__intro,
.qa-mobile .wp160-trust .wp160-trust__heading,
.qa-mobile .wp160-trust .wp160-trust__heading > .wp160-kicker,
.qa-mobile .wp160-trust .wp160-trust__heading > h2 {
  background: transparent !important;
  box-shadow: none !important;
}
.qa-mobile .wp160-trust .wp160-trust__heading > .wp160-kicker { color: #f6c96f !important; }
.qa-mobile .wp160-trust .wp160-trust__heading > h2 { color: #fff !important; }
.qa-mobile .wp160-trust__scene {
  overflow: hidden !important;
  border-radius: 16px !important;
  clip-path: inset(0 round 16px);
}
.qa-mobile .wp160-trust__scene img { border-radius: inherit !important; }
.qa-mobile .wp160-final__copy > div,
.qa-mobile .wp160-final__copy > div span { color: #fff !important; }

@media (prefers-reduced-motion: reduce) {
  .wp160 *,
  .wp160 *::before,
  .wp160 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .wp160-motion-ready .wp160-reveal,
  .wp160-motion-ready .wp160-hero-sequence,
  .wp160-motion-ready .wp160-hero__visual,
  .wp160-motion-ready .wp160-hero__caption { opacity: 1; transform: none; clip-path: none; }
}

/* Wonderpack host stacking-context integration; prototype geometry stays unchanged. */
.wp160-progress { z-index: var(--wp-v27-layer-progress, 1001); }
