:root {
  --pink: #e6157a;
  --pink-dark: #c60866;
  --blue: #14a6dd;
  --navy: #12294a;
  --ink: #17243a;
  --muted: #627083;
  --sky: #eaf8fd;
  --rose: #fff0f7;
  --line: #dce7ef;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 10px clamp(22px, 5vw, 76px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(20,166,221,.14);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 14px; font-weight: 800; color: var(--navy); }
.brand img { width: clamp(190px, 18vw, 278px); height: auto; object-fit: contain; }
.brand span { padding-left: 14px; border-left: 1px solid var(--line); font-size: .9rem; letter-spacing: .02em; }
nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); font-weight: 700; font-size: .9rem; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--pink); }
.nav-cta { padding: 11px 19px; color: #fff; background: var(--navy); border-radius: 10px; }
nav .nav-cta:hover, nav .nav-cta:focus-visible { color: #fff; background: var(--pink); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px; background: var(--navy); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: clamp(60px, 8vw, 110px) clamp(22px, 7vw, 110px);
  overflow: hidden;
}
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 420px; height: 420px; left: -260px; top: 5%; background: rgba(230,21,122,.1); }
.hero::after { width: 560px; height: 560px; right: -330px; bottom: -260px; background: rgba(20,166,221,.11); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .kicker { color: var(--pink); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 3px; background: linear-gradient(90deg, var(--pink), var(--blue)); border-radius: 5px; }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.04; margin-top: 0; }
h1 { margin: 22px 0 26px; font-size: clamp(3.15rem, 6.4vw, 6.9rem); letter-spacing: -.065em; color: var(--navy); }
h1 em { color: var(--pink); font-style: normal; }
.hero-copy > p { max-width: 660px; color: var(--muted); font-size: clamp(1.04rem, 1.35vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 12px 24px; border-radius: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(115deg, var(--pink), var(--pink-dark)); box-shadow: 0 14px 30px rgba(230,21,122,.22); }
.button-secondary { color: var(--navy); border: 1px solid var(--line); background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0; padding: 0; color: var(--navy); list-style: none; font-weight: 700; font-size: .88rem; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 900; }
.hero-visual { padding: clamp(18px, 3vw, 40px); }
.hero-visual::before { content: ""; position: absolute; inset: 6% -1% -1% 9%; border-radius: 34% 66% 43% 57% / 49% 35% 65% 51%; background: linear-gradient(145deg, var(--blue), var(--pink)); transform: rotate(3deg); }
.image-frame { position: relative; overflow: hidden; border: 10px solid #fff; border-radius: 28px 90px 28px 90px; box-shadow: 0 30px 70px rgba(18,41,74,.23); transform: rotate(-2deg); }
.image-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.floating-card { position: absolute; right: 0; bottom: 4%; display: flex; flex-direction: column; max-width: 300px; padding: 18px 22px; color: #fff; background: var(--navy); border-left: 5px solid var(--pink); border-radius: 14px; box-shadow: 0 18px 40px rgba(18,41,74,.25); }
.floating-card strong { font-size: .92rem; }
.floating-card span { color: #cfe7f2; font-size: .76rem; }

.section { padding: clamp(80px, 9vw, 140px) clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 54px; }
h2 { margin: 10px 0 0; max-width: 880px; color: var(--navy); font-size: clamp(2.35rem, 4.7vw, 4.8rem); letter-spacing: -.055em; }
.section-heading > p, .techniques-intro > p { margin: 0; max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.products { background: linear-gradient(180deg, #fafdff, #fff); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(18,41,74,.12); }
.product-card .icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 78px; color: #fff; background: rgba(255,255,255,.19); border: 1px solid rgba(255,255,255,.32); border-radius: 18px; font-family: "Montserrat"; font-size: 1.45rem; font-weight: 900; }
.product-card .number { position: absolute; top: 26px; right: 27px; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 800; }
.product-card h3 { margin-bottom: 12px; color: #fff; font-size: 1.35rem; }
.product-card p { margin: 0; color: rgba(255,255,255,.83); font-size: .91rem; line-height: 1.55; }
.card-pink { background: var(--pink); }
.card-blue { background: var(--blue); }
.card-navy { background: var(--navy); }
.card-mix { background: linear-gradient(145deg, #7c2a88, #173e7a); }
.availability { margin: 24px 0 0; color: var(--muted); text-align: right; font-size: .88rem; }

.techniques { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 130px); color: #fff; background: var(--navy); }
.techniques h2 { color: #fff; }
.techniques-intro .kicker { color: #55c8ef; }
.techniques-intro > p { margin-top: 28px; color: #b9cad9; }
.tech-list article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.tech-list article:first-child { padding-top: 0; }
.tech-list article > span { display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: var(--pink); border-radius: 50%; font-weight: 900; }
.tech-list h3 { margin: 0 0 7px; color: #fff; font-size: 1.35rem; }
.tech-list p { margin: 0; color: #b9cad9; }

.audiences { position: relative; overflow: hidden; }
.audiences::after { content: ""; position: absolute; width: 300px; height: 300px; right: -180px; top: 20px; background: var(--rose); border-radius: 50%; }
.audience-title { margin-bottom: 50px; }
.audience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid div { display: flex; flex-direction: column; min-height: 150px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid strong { color: var(--navy); font-family: "Montserrat"; font-size: 1.15rem; }
.audience-grid span { margin-top: 9px; color: var(--muted); }
.audience-grid div:nth-child(2), .audience-grid div:nth-child(6) { background: var(--sky); }
.audience-grid div:nth-child(4) { background: var(--rose); }

.process { background: #f7fbfd; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.process li { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.process li > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 36px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--blue)); border-radius: 12px; font-weight: 900; }
.process strong { color: var(--navy); font-family: "Montserrat"; font-size: 1.05rem; }
.process p { margin: 10px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }

.contact-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: start;
  padding: clamp(80px, 9vw, 135px) clamp(22px, 7vw, 110px);
  color: #fff;
  background: linear-gradient(120deg, #d20b6c 0%, #e6157a 45%, #0b9cd4 100%);
}
.contact-section h2 { color: #fff; }
.contact-section p { max-width: 650px; color: rgba(255,255,255,.86); }
.kicker.light { color: #fff; }
.button-white { color: var(--pink); background: #fff; box-shadow: 0 18px 35px rgba(18,41,74,.18); }
.phone { color: #fff; font-family: "Montserrat"; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 38px; }
.contact-details > a:not(.phone), .contact-details > span { color: rgba(255,255,255,.9); font-weight: 700; }
.quote-form { display: flex; flex-direction: column; gap: 18px; padding: clamp(22px, 3vw, 38px); color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 25px 60px rgba(18,41,74,.24); }
.quote-form label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #f8fbfd; border: 1px solid #cbdce7; border-radius: 9px; font: inherit; font-size: .93rem; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(20,166,221,.18); border-color: var(--blue); }
.quote-form fieldset { margin: 0; padding: 0; border: 0; }
.quote-form legend { margin-bottom: 10px; color: var(--navy); font-family: "Montserrat"; font-size: 1rem; font-weight: 800; }
.textile-line { display: grid; grid-template-columns: 1.15fr .9fr .6fr 1fr 1.05fr auto; gap: 8px; align-items: end; margin-bottom: 10px; padding: 12px; background: #f3f8fb; border-radius: 12px; }
.textile-line label { font-size: .73rem; }
.remove-line { width: 38px; height: 46px; color: var(--pink); background: #fff; border: 1px solid #efc4d8; border-radius: 9px; cursor: pointer; font-size: 1.2rem; font-weight: 900; }
.add-line { padding: 8px 0; color: var(--blue); background: none; border: 0; cursor: pointer; font: inherit; font-size: .86rem; font-weight: 800; }
.file-zone { padding: 16px; background: var(--sky); border: 2px dashed #8bcfe8; border-radius: 13px; cursor: pointer; }
.file-zone > span { color: var(--muted); font-size: .76rem; font-weight: 600; }
.file-zone > span.file-error { color: #b01851; }
.file-zone input { min-height: auto; padding: 7px; background: #fff; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 9px !important; color: var(--muted) !important; font-size: .76rem !important; font-weight: 600 !important; }
.consent input { width: 17px; min-height: 17px; margin-top: 2px; }
.submit-button { align-self: flex-start; color: #fff; background: var(--navy); border: 0; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: 0; color: var(--navy); font-size: .85rem; font-weight: 700; }
.form-status.success { color: #08733f; }
.form-status.error { color: #b01851; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; padding: 30px clamp(22px, 7vw, 110px); background: #fff; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: clamp(210px, 22vw, 320px); height: auto; object-fit: contain; }
.footer-brand p { margin: 0; color: var(--navy); font-weight: 800; }
.footer-links { display: flex; gap: 18px; color: var(--muted); font-weight: 700; font-size: .86rem; }
.footer-links a:hover { color: var(--pink); }
.copyright { color: var(--muted); font-size: .82rem; }

@media (max-width: 1020px) {
  .brand span { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 5vw; }
  .product-grid, .process ol { grid-template-columns: repeat(2, 1fr); }
  .product-card { min-height: 300px; }
  .techniques { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding-block: 6px; }
  .brand img { width: 190px; height: auto; }
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 22px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(18,41,74,.12); }
  nav.open { display: flex; }
  nav a { padding: 12px 4px; }
  .nav-cta { margin-top: 7px; padding: 12px 16px; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; padding-bottom: 85px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-visual { max-width: 600px; padding: 18px; }
  .floating-card { right: 5px; bottom: -16px; }
  .section-heading, .contact-section { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .product-grid, .audience-grid, .process ol { grid-template-columns: 1fr; }
  .availability { text-align: left; }
  .audience-grid div { min-height: 120px; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; flex-wrap: wrap; }
  .copyright { margin: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .textile-line { grid-template-columns: 1fr 1fr; }
  .textile-line .print-place { grid-column: 1 / -1; }
  .remove-line { width: 100%; height: 40px; grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
