@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-37facb2a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-c9a5f13c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-f00fa027.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-bd6e7fdc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-76dcfc73.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(manrope-81401990.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope Fallback';
  src: local("Arial");
  ascent-override: 103.31%;
  descent-override: 29.07%;
  line-gap-override: 0.00%;
  size-adjust: 103.19%;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(space-grotesk-53435720.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(space-grotesk-e911c2d9.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(space-grotesk-a57c9413.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk Fallback';
  src: local("Arial");
  ascent-override: 89.71%;
  descent-override: 26.62%;
  line-gap-override: 0.00%;
  size-adjust: 109.69%;
}
:root {
  --background: #fff;
  --foreground: #171822;
  --popover: #fff;
  --blue: #244de7;
  --lime: #dcfc55;
  --muted: #656671;
  --border: #dddde4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--foreground);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.wordmark {
  font-family: var(--font-display), Arial, sans-serif;
}
button {
  border: 0;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.concept-bar {
  padding: 10px 3.4%;
  display: flex;
  justify-content: space-between;
  background: #f4f4f7;
  font-size: 12px;
  letter-spacing: 0.055em;
  color: #64646b;
}
.concept-bar span:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.concept-bar i {
  width: 4px;
  height: 4px;
  background: #777;
  border-radius: 50%;
}
.site-header {
  height: 100px;
  padding: 0 3.4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark {
  font-weight: 700;
  letter-spacing: -3px;
  font-size: 46px;
  line-height: 1;
}
.wordmark span {
  color: var(--blue);
  font-size: 40px;
  display: inline-block;
  margin-left: 3px;
  transform: translateY(-3px);
}
nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
  font-weight: 650;
}
nav a {
  padding: 15px 0;
}
nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 25px;
  min-height: 58px;
  font-size: 15px;
  font-weight: 650;
  border-radius: 4px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.dark {
  background: #191a22;
  color: white;
}
.button.blue {
  background: var(--blue);
  color: white;
}
.button.lime {
  background: var(--lime);
  color: #171822;
}
.button.outline {
  border: 1px solid #ceced8;
  background: white;
}
.header-cta {
  padding: 13px 18px;
  min-height: 48px;
  font-size: 14px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  padding: 15px 3.4% 40px;
  gap: 5%;
  align-items: center;
}
.hero-copy {
  padding: 30px 0 12px 3%;
}
.eyebrow {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.11em;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.live-dot {
  background: var(--blue);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(70px, 7.75vw, 126px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 600;
  margin: 31px 0 33px;
}
.last-word {
  position: relative;
  display: inline-block;
  color: var(--blue);
}
.last-word svg {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 17px;
  stroke: var(--lime);
  stroke-width: 11;
  fill: none;
  z-index: -0;
}
.hero-description {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 30px;
  color: #61616c;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #6e6e78;
  margin-top: 31px;
}
.hero-footnote svg {
  color: var(--blue);
}
.hero-visual {
  position: relative;
  background: #0950e7;
  aspect-ratio: 1/1.06;
  overflow: hidden;
  border-radius: 6px;
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-caption {
  position: absolute;
  top: 26px;
  left: 29px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.round-link {
  position: absolute;
  right: 26px;
  bottom: 28px;
  background: var(--lime);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
}
.round-link:hover {
  transform: rotate(8deg);
}
.concept-image-label {
  position: absolute;
  bottom: 15px;
  left: 23px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}
.occasion-strip {
  margin-top: 12px;
  background: var(--lime);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 5%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  gap: 25px;
}
.occasion-strip svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.section-wrap {
  padding: 100px 6%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 38px;
}
.section-heading > .button {
  flex-shrink: 0;
}
.section-heading > p {
  max-width: 330px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 8px;
}
h2 {
  font-size: clamp(40px, 4.1vw, 66px);
  font-weight: 550;
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin-top: 18px;
}
h2 span {
  color: #82838b;
}
.catalog .section-heading h2 span {
  color: var(--blue);
}
.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 28px;
  gap: 14px;
}
.category-tabs {
  background: transparent;
  padding: 0;
  display: flex;
  gap: 8px;
  height: auto !important;
  max-width: 100%;
  justify-content: flex-start;
  overflow-x: auto;
  border-radius: 0;
}
.category-tabs button {
  padding: 12px 18px;
  font-size: 14px;
  border: 1px solid #dedee6;
  border-radius: 40px;
  color: #464650;
  flex: 0 0 auto;
  min-height: 48px;
}
.category-tabs button[data-active] {
  background: #191a22;
  color: white;
  border-color: #191a22;
  box-shadow: none;
}
.category-tabs button:hover {
  border-color: #191a22;
}
.product-count {
  font-size: 13px;
  color: #74747e;
  white-space: nowrap;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 21px;
}
.product-image {
  width: 100%;
  position: relative;
  aspect-ratio: 0.83;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  background: #f3f4f5;
  padding: 36px 16px 25px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.35s;
}
.product-image:hover img {
  transform: scale(1.06);
}
.product-label {
  position: absolute;
  top: 18px;
  left: 17px;
  z-index: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #64656d;
}
.product-plus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: white;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: grid;
  place-items: center;
}
.tone-0 {
  background: #eef0f3;
}
.tone-1 {
  background: #f2f0fb;
}
.tone-2 {
  background: #edf0e9;
}
.tone-3 {
  background: #f5f1ed;
}
.product-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  padding: 18px 0;
}
.product-meta h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 550;
}
.product-meta h3 button {
  padding: 0;
  background: transparent;
  text-align: left;
}
.product-meta p {
  font-size: 12px;
  color: #7c7c85;
  margin-top: 5px;
}
.volume {
  font-size: 13px;
  white-space: nowrap;
  padding-top: 3px;
}
.all-products {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.brand-section {
  background: #ecedf7;
  margin: 0 3.4%;
  padding: 75px 7%;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 10%;
  border-radius: 5px;
}
.brand-copy h2 {
  font-size: clamp(50px, 5.2vw, 80px);
  line-height: 1.03;
  margin: 25px 0 28px;
}
.brand-copy h2 span {
  color: var(--blue);
}
.brand-copy > p:not(.eyebrow) {
  max-width: 360px;
  color: #686978;
  line-height: 1.8;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  border-bottom: 1px solid #171822;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 650;
}
.brand-right {
  position: relative;
  padding-top: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oversized-arrow {
  font-family: Arial, sans-serif;
  font-size: 140px;
  line-height: 1;
  color: var(--blue);
  position: absolute;
  top: -8px;
  right: 0;
}
.brand-option {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  border-top: 1px solid #cecfdb;
  padding: 25px 0;
}
.brand-option > span {
  font-size: 13px;
  color: #6b6c77;
}
.brand-option p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.brand-option strong {
  font-weight: 650;
}
.small-note {
  font-size: 12px;
  color: #6b6c77;
  max-width: 280px;
  margin-top: 10px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  gap: 30px;
}
.step {
  border-top: 1px solid #dcdce4;
  padding-top: 17px;
}
.step > span {
  color: var(--blue);
  font-size: 14px;
}
.step h3 {
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.04em;
  margin-top: 28px;
}
.step p {
  color: #72727e;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
  max-width: 220px;
}
.closing {
  background: var(--blue);
  color: white;
  text-align: center;
  padding: 75px 24px 82px;
}
.closing > p {
  font-size: 12px;
  letter-spacing: 0.13em;
}
.closing h2 {
  font-size: clamp(43px, 5.8vw, 92px);
  margin: 22px 0 32px;
  letter-spacing: -0.065em;
}
.closing .button {
  min-width: 230px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 6%;
  gap: 25px;
}
footer p {
  font-size: 13px;
  color: #5f5f6c;
}
footer > span {
  font-size: 12px;
  color: #7f7f89;
}
.product-sheet {
  width: 100% !important;
  max-width: 500px !important;
  padding: 35px 28px !important;
  overflow: auto;
  gap: 0 !important;
}
.product-sheet [data-slot='sheet-header'] {
  padding: 0;
}
.product-sheet [data-slot='sheet-title'] {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 18px 0 12px;
}
.product-sheet [data-slot='sheet-title'] > span {
  color: #85858e;
  display: block;
}
.product-sheet [data-slot='sheet-description'] {
  font-size: 15px;
  line-height: 1.8;
}
.detail-photo {
  height: 260px;
  background: #f3f3f6;
  margin: 25px 0;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.detail-photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.detail-content > p {
  font-size: 14px;
  color: #767680;
  line-height: 1.7;
}
.detail-content .detail-material {
  font-weight: 650;
  color: #171822;
  margin-bottom: 12px;
}
.detail-content label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
}
.quantity {
  display: flex;
  align-items: center;
  margin: 12px 0 20px;
  border: 1px solid #dedee6;
  border-radius: 4px;
  height: 54px;
}
.quantity button {
  background: transparent;
  height: 50px;
  width: 52px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.quantity input {
  border: 0;
  box-shadow: none;
  text-align: center;
  font-size: 18px;
  height: 50px;
}
.quantity span {
  padding-right: 12px;
  color: #787883;
  font-size: 14px;
}
.detail-content > .button {
  width: 100%;
  justify-content: space-between;
}
.detail-content .demo-note {
  font-size: 12px;
  margin-top: 13px;
}
.demo-summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #edf1ff;
  margin-top: 15px;
  font-size: 14px;
}
.demo-summary svg {
  color: var(--blue);
  flex-shrink: 0;
}
.demo-summary p {
  font-size: 13px;
}
.demo-summary strong {
  font-weight: 700;
}
@media (min-width: 1700px) {
  .site-header,
  .hero,
  .concept-bar {
    padding-left: max(3.4%, calc((100vw - 1600px) /2));
    padding-right: max(3.4%, calc((100vw - 1600px) /2));
  }
  .section-wrap {
    max-width: 1600px;
    margin: auto;
  }
  .hero h1 {
    font-size: 126px;
  }
}
@media (max-width: 1000px) {
  nav {
    gap: 18px;
  }
  .hero {
    gap: 4%;
  }
  .hero h1 {
    font-size: 8.6vw;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-visual {
    aspect-ratio: 0.78;
  }
  .hero-footnote {
    font-size: 12px;
  }
  .section-wrap {
    padding: 70px 4%;
  }
  .product-grid {
    gap: 17px;
  }
  .product-image {
    padding: 36px 8px 24px;
    aspect-ratio: 0.75;
  }
  .product-meta {
    flex-direction: column;
  }
  .product-meta h3 {
    font-size: 19px;
  }
  .brand-section {
    padding: 50px 6%;
    gap: 6%;
  }
  .category-tabs button {
    padding: 11px 15px;
  }
  .product-count {
    display: none;
  }
  .brand-right {
    padding-top: 90px;
  }
  .brand-option {
    gap: 22px;
  }
  .brand-option p {
    font-size: 18px;
  }
  footer {
    flex-wrap: wrap;
  }
  .hero-caption {
    font-size: 10px;
    left: 20px;
  }
  .occasion-strip {
    font-size: 11px;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .concept-bar {
    font-size: 10px;
    padding: 9px 5%;
  }
  .concept-bar > span:last-child {
    display: none;
  }
  .site-header {
    height: 81px;
    padding: 0 5%;
  }
  .wordmark {
    font-size: 38px;
  }
  .wordmark span {
    font-size: 31px;
  }
  nav {
    display: none;
  }
  .header-cta {
    min-height: 43px;
    padding: 11px 14px;
    font-size: 12px;
    gap: 14px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 25px 5% 25px;
    align-items: stretch;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(76px, 18vw, 120px);
    margin: 22px 0 28px;
    line-height: 0.96;
    letter-spacing: -0.065em;
  }
  .hero h1 br:nth-of-type(2) {
    display: none;
  }
  .hero h1 .last-word {
    margin-left: 0.17em;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-footnote {
    margin-top: 20px;
  }
  .hero-visual {
    aspect-ratio: 1;
  }
  .hero-caption {
    top: 18px;
  }
  .round-link {
    width: 53px;
    height: 53px;
    bottom: 22px;
    right: 20px;
  }
  .occasion-strip {
    padding: 20px 5%;
    font-size: 10px;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .occasion-strip span:last-of-type,
  .occasion-strip svg:last-child {
    display: none;
  }
  .section-wrap {
    padding: 58px 5%;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p {
    margin-top: 22px;
    font-size: 14px;
    max-width: 360px;
  }
  .section-heading > .button {
    margin-top: 28px;
  }
  .eyebrow {
    font-size: 11px;
  }
  h2 {
    font-size: 43px;
  }
  .filter-row {
    margin: 8px 0 20px;
  }
  .category-tabs {
    max-width: 90vw;
    gap: 7px;
  }
  .category-tabs button {
    font-size: 12px;
    padding: 10px 14px;
    min-height: 43px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .product-image {
    aspect-ratio: 0.79;
    padding: 30px 9px 20px;
  }
  .product-label {
    font-size: 9px;
    left: 10px;
    top: 12px;
  }
  .product-plus {
    right: 9px;
    bottom: 11px;
    height: 30px;
    width: 30px;
  }
  .product-plus svg {
    width: 17px;
  }
  .product-meta {
    gap: 5px;
    padding: 12px 0 20px;
  }
  .product-meta p {
    font-size: 11px;
  }
  .product-meta h3 {
    font-size: 19px;
  }
  .volume {
    font-size: 12px;
  }
  .all-products {
    margin-top: 17px;
  }
  .button {
    font-size: 14px;
    padding: 16px 22px;
    min-height: 54px;
  }
  .brand-section {
    margin: 0 5%;
    padding: 38px 26px;
    display: block;
  }
  .brand-copy h2 {
    font-size: 52px;
  }
  .brand-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .brand-right {
    margin-top: 40px;
    padding-top: 45px;
  }
  .oversized-arrow {
    font-size: 89px;
    top: -10px;
  }
  .brand-option {
    padding: 21px 0;
  }
  .brand-option p {
    font-size: 19px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    margin-top: 36px;
  }
  .step h3 {
    font-size: 21px;
    margin-top: 18px;
  }
  .step p {
    font-size: 13px;
  }
  .closing {
    padding: 55px 5%;
  }
  .closing h2 {
    font-size: 51px;
    line-height: 1.08;
  }
  footer {
    padding: 35px 5%;
    align-items: flex-start;
    gap: 20px;
  }
  footer .wordmark {
    width: 100%;
  }
  footer p,
  footer > span {
    font-size: 12px;
  }
  .product-sheet {
    padding: 30px 24px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Keep essential controls legible at narrow widths. */
.category-tabs button {
  font-size: 14px;
}
.product-label,
.eyebrow,
.concept-bar,
.hero-caption,
.hero-footnote,
.product-meta p,
.small-note,
.concept-image-label {
  font-size: 12px;
}
.product-meta p,
.volume,
.product-count {
  font-size: 14px;
}
.step p {
  font-size: 16px;
}
.hero .eyebrow {
  font-size: 12px;
}

/* The headline states the offer directly; size the long Estonian word without overflow. */
.hero h1 {
  font-size: clamp(36px, 4.2vw, 69px);
  line-height: 1.07;
  letter-spacing: -0.065em;
}
.hero h1 .last-word {
  margin-left: 0;
}
.hero-description {
  max-width: 440px;
}
.hero-copy {
  min-width: 0;
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(30px, 7.9vw, 55px);
    line-height: 1.08;
  }
  .hero h1 br:nth-of-type(2) {
    display: block;
  }
  .hero h1 .last-word {
    margin-left: 0;
  }
}

/* Full-colour cups are a distinct product direction with real supplier photography. */
.iml-section {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  margin: 0 3.4% 90px;
  background: #191a22;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.iml-photo {
  position: relative;
  min-height: 640px;
}
.iml-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.iml-photo-label {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: var(--lime);
  color: #171822;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
}
.iml-copy {
  padding: 60px 50px;
}
.iml-copy .eyebrow {
  color: var(--lime);
}
.iml-copy h2 {
  font-size: clamp(40px, 4.2vw, 66px);
  margin: 20px 0 26px;
}
.iml-copy h2 span {
  color: var(--lime);
}
.iml-copy > p:not(.eyebrow) {
  color: #d4d5dc;
  line-height: 1.7;
}
.iml-facts {
  display: grid;
  gap: 18px;
  margin: 28px 0 32px;
}
.iml-facts div {
  border-top: 1px solid #41424a;
  padding-top: 14px;
  display: grid;
  gap: 4px;
}
.iml-facts strong {
  font-size: 17px;
}
.iml-facts span {
  font-size: 14px;
  color: #c8cad4;
}
.iml-copy .iml-note {
  font-size: 12px;
  margin-top: 20px;
  max-width: 440px;
}
.iml-options {
  margin: 20px 0;
}
.iml-options select {
  width: 100%;
  border: 1px solid #ceced8;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  font: inherit;
  color: #171822;
}
.iml-options p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
  color: #656671;
}
@media (max-width: 1100px) {
  .iml-section {
    grid-template-columns: 1fr 1fr;
  }
  .iml-copy {
    padding: 40px 30px;
  }
  nav {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .iml-section {
    display: block;
    margin: 0 5% 60px;
  }
  .iml-photo {
    min-height: 0;
    aspect-ratio: 3/2;
  }
  .iml-copy {
    padding: 35px 26px;
  }
  .iml-copy h2 {
    font-size: 46px;
  }
  .iml-photo-label {
    left: 16px;
    bottom: 16px;
    font-size: 10px;
  }
  .iml-copy .button {
    width: 100%;
  }
}
.language-switch {
  display: flex;
  gap: 5px;
  font-size: 12px;
  font-weight: 750;
  flex-shrink: 0;
}
.language-switch a {
  padding: 6px 7px;
  border-radius: 3px;
}
.language-switch a[aria-current] {
  background: #191a22;
  color: white;
}
@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }
}

:root{--font-body:Manrope,Arial,sans-serif;--font-display:"Space Grotesk",Arial,sans-serif;}
/* WordPress pages, product detail and progressively enhanced quote form. */
.skip-link{position:absolute;left:12px;top:-80px;z-index:99999;padding:14px;background:white;color:#171822}.skip-link:focus{top:12px}
.collection-nav{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 40px}.collection-nav a{padding:10px 16px;border:1px solid #dddde4;border-radius:30px;font-size:13px}.collection-nav a:hover{background:#191a22;color:#fff}
.product-image{display:block;position:relative}.product-image img{width:100%;height:100%;object-fit:contain}.product-grid{margin-top:30px}
.page-shell{max-width:1440px;margin:auto;padding:70px 6% 100px}.page-heading{max-width:1000px}.page-shell h1{font-size:clamp(36px,5vw,70px);line-height:1.05;letter-spacing:-.05em;margin:18px 0 30px}.editor-content{max-width:850px;margin:26px 0 35px}.editor-content h2{font-size:clamp(26px,3vw,38px);line-height:1.16;margin:40px 0 16px}.editor-content p{margin:0 0 18px;line-height:1.8;color:#454652}.editor-content a,.form-note a,.privacy-check a{color:var(--blue);text-decoration:underline}.iml-banner{width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:8px;margin:30px 0}
.single-product{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:35px}.single-photo{width:100%;height:540px;object-fit:contain;background:#f5f5f7;border-radius:8px}.single-product h1{font-size:clamp(36px,4vw,58px)}.product-specs{margin:30px 0}.product-specs div{display:flex;justify-content:space-between;gap:25px;padding:14px 0;border-top:1px solid #dddde4}.product-specs dt{color:#656671}.product-specs dd{font-weight:650;text-align:right;margin:0}.single-product .button{margin-top:25px}.back-link{font-size:14px;color:#656671}
.quote-box{background:#f4f5f8;padding:50px;border-radius:8px;max-width:1000px;margin:60px auto 0}.quote-box h1,.quote-box h2{font-size:46px;margin:12px 0 16px}.quote-box>p:not(.eyebrow){color:#656671}.quote-form{margin-top:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.quote-form label{display:block;font-size:14px;font-weight:650;margin-bottom:18px}.quote-form input:not([type=checkbox]),.quote-form select,.quote-form textarea{display:block;width:100%;border:1px solid #c7c8d0;background:white;padding:13px;border-radius:4px;color:#171822;font:inherit;font-weight:400;margin-top:6px;min-height:48px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:2px solid var(--blue);outline-offset:2px}.quote-form .privacy-check{display:flex;align-items:flex-start;gap:12px;font-weight:400;line-height:1.6}.privacy-check input{width:20px;height:20px;flex-shrink:0;margin-top:3px}.quote-form button{border:0}.quote-form button:disabled{opacity:.6;cursor:wait}.form-note{font-size:13px;margin-top:20px}.trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.success-notice{background:#e9f7ce;padding:24px;border-radius:6px}.related-guides{display:flex;gap:35px;margin-top:35px;font-size:15px}footer nav{gap:20px;font-size:13px}footer{flex-wrap:wrap}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
@media(max-width:800px){.single-product{display:block}.single-photo{height:380px}.single-product>div+div{margin-top:35px}.quote-box{padding:28px 22px;margin-top:40px}.quote-box h1,.quote-box h2{font-size:36px}.page-shell{padding:40px 5% 60px}.form-grid{grid-template-columns:1fr;gap:0}.related-guides{flex-wrap:wrap;gap:18px}.site-header{flex-wrap:wrap;height:auto;padding-top:18px;padding-bottom:18px}.site-header>nav{display:flex!important;order:5;width:100%;overflow-x:auto;white-space:nowrap;font-size:12px;gap:20px}.site-header>.language-switch{margin-left:auto}.header-cta{display:none}.site-header>nav a{padding:8px 0}}
.page-shell > .quote-box:first-child{margin-top:0}
/* Editorial and contact layouts */
.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:40px 0}.article-card{display:flex;flex-direction:column;align-items:flex-start;border:1px solid #dfe2e6;border-radius:20px;padding:32px;background:#fff}.article-card h2{font-size:30px;line-height:1.16;margin:12px 0 18px;letter-spacing:-1px}.article-card h2 a{text-decoration:none;color:inherit}.article-card p{line-height:1.6}.article-card .text-link{margin-top:auto;padding-top:24px}.article-shell{max-width:1040px}.article-shell .page-heading h1{font-size:clamp(36px,5vw,68px);max-width:950px}.article-shell .editor-content{max-width:760px}.article-byline{color:#62666b;font-size:14px}.article-related{border-top:1px solid #dfe2e6;margin-top:40px;padding-top:24px;display:flex;flex-wrap:wrap;gap:20px}.team-section{margin:48px 0}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.team-card{padding:26px;border-radius:18px;background:#f0f2f4;min-width:0}.team-card h3{margin:20px 0 14px}.team-card a{display:block;overflow-wrap:anywhere;font-size:15px;margin-top:10px}.team-initials{display:flex;width:64px;height:64px;border-radius:50%;background:#104df2;color:white;align-items:center;justify-content:center;font-size:24px;font-weight:700}.language-switch{flex-wrap:wrap;justify-content:center;gap:7px}.site-header nav{gap:18px}.hero-visual img{object-position:center center}
@media(max-width:1100px){.site-header{flex-wrap:wrap}.site-header nav{order:4;width:100%;justify-content:center;padding-top:10px}.language-switch{margin-left:auto}.team-grid{grid-template-columns:1fr}.team-card{display:flex;flex-direction:column;align-items:flex-start}.article-grid{gap:16px}.article-card{padding:24px}}
@media(max-width:640px){.article-grid{grid-template-columns:1fr}.article-card h2{font-size:26px}.site-header nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.site-header nav a{white-space:nowrap}.language-switch{gap:6px}.language-switch a{font-size:12px}.hero-visual{aspect-ratio:1/1.05}.team-section{margin:32px 0}.article-shell .page-heading h1{font-size:36px}}

.team-photo{display:block;width:100%;height:260px;object-fit:cover;object-position:center 25%;border-radius:12px}.team-card .team-photo{margin:0}.team-card h3{font-size:24px}@media(max-width:1100px) and (min-width:641px){.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-card{padding:16px}.team-photo{height:210px}}

/* Editorial imagery and related projects, 06.09.2026. */
.article-image-link{display:block;align-self:stretch;width:calc(100% + 64px);margin:-32px -32px 24px;overflow:hidden;border-radius:14px 14px 0 0}
.article-thumbnail{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;transition:transform .25s ease}
.article-image-link:hover img{transform:scale(1.025)}
.article-hero{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:14px;margin:0 0 42px}
.article-shell .article-byline{margin:24px 0 26px}
.article-byline a{text-decoration:underline;text-underline-offset:3px}
.project-links{grid-column:1/-1;flex-basis:100%;width:100%;border-top:1px solid var(--border);padding-top:32px;margin-top:20px}
.project-links h2{font-size:20px;letter-spacing:-.3px;margin-bottom:20px}
.project-links nav{display:block}.project-links ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none}
.project-links a{display:inline-block;padding:0;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.project-links span{display:block;font-size:12px;color:var(--muted);line-height:1.65;margin-top:7px}
@media(max-width:760px){.project-links ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.article-image-link{width:calc(100% + 48px);margin:-24px -24px 20px}.article-hero{margin-bottom:28px}}

@media(min-width:761px) and (max-width:1100px){.article-image-link{width:calc(100% + 48px);margin:-24px -24px 24px}}
.editor-content table{width:100%;border-collapse:collapse;font-size:15px;margin:24px 0}.editor-content th,.editor-content td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);padding:12px}.editor-content th{background:#f4f4f7}.editor-content ul,.editor-content ol{padding-left:24px;line-height:1.8}.editor-content li{margin-bottom:9px}.editor-content .article-summary{border-left:4px solid var(--blue);background:#f4f4f7;padding:22px;margin:24px 0}.table-scroll{overflow-x:auto}.article-intro{font-size:19px}

.team-card .team-languages-label{width:100%;font-size:12px;font-weight:600;color:var(--muted);margin:22px 0 10px;padding-top:16px;border-top:1px solid #dce0e6}
.team-card .team-languages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;width:100%;max-width:260px;list-style:none;padding:0;margin:0;line-height:1.3}
.team-card .team-languages li{display:flex;align-items:center;justify-content:center;min-height:34px;box-sizing:border-box;margin:0;padding:7px 8px;border:1px solid #d8dce9;background:#fff;border-radius:9px;color:var(--blue);font-size:13px;font-weight:500;line-height:1.3;white-space:nowrap}

/* Real vectors keep the brand and controls consistent on iOS and Android. */
.wordmark {display:inline-flex;align-items:center;flex-shrink:0;line-height:1;}
.wordmark .brand-logo {display:block;width:191px;height:auto;max-width:none;}
.recups-arrow {display:inline-block;width:22px;height:22px;flex:0 0 22px;vertical-align:middle;}
.product-plus .recups-arrow {width:18px;height:18px;flex-basis:18px;}
.text-link,.back-link,.related-guides a {display:inline-flex;align-items:center;gap:9px;}
@media(max-width:760px){.wordmark .brand-logo{width:155px;height:auto;}.recups-arrow{width:20px;height:20px;flex-basis:20px;}}
@media(max-width:1100px){.site-header{height:auto;min-height:100px;padding-top:16px;padding-bottom:16px;row-gap:12px;}.site-header>nav{flex:1 0 100%;padding-top:0;}}

.oversized-arrow > .recups-arrow {width:1em;height:1em;}
.product-meta .card-title {font-size:22px;line-height:1.2;font-weight:700;color:var(--ink);margin:0 0 8px;}
@media(max-width:700px){.product-meta .card-title{font-size:18px;}}

.related-models{margin-top:72px}.related-models h2,.category-guides h2{font-size:clamp(26px,3vw,38px);line-height:1.15;letter-spacing:-.04em}.related-models .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-guides{margin-top:60px;padding-top:28px;border-top:1px solid #dfe2e6}.category-guides ul{list-style:none;padding:0;display:grid;gap:16px}.category-guides a{color:var(--blue);text-decoration:underline;line-height:1.6}@media(max-width:700px){.related-models .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.recups-picture{display:contents}.hero-visual > .recups-picture > img{width:100%;height:100%;object-fit:cover;object-position:center center;}

/* Eight languages remain readable without crowding the mobile wordmark. */
.language-menu{position:relative;margin-left:auto;flex:none;z-index:30}.language-menu>summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;min-width:64px;min-height:42px;padding:8px 10px;border:1px solid #dfe2e6;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700}.language-menu>summary::-webkit-details-marker{display:none}.language-menu>summary .recups-arrow{width:16px;height:16px;flex-basis:16px;color:var(--blue)}.language-menu[open]>summary{border-color:var(--blue);color:var(--blue)}.language-menu[open]>summary .recups-arrow{transform:rotate(180deg)}.language-menu .language-switch{position:absolute;top:calc(100% + 10px);right:0;display:grid;grid-template-columns:1fr 1fr;width:280px;gap:6px;padding:10px;margin:0;background:#fff;border:1px solid #dfe2e6;border-radius:14px;box-shadow:0 12px 36px #17182218}.language-menu:not([open]) .language-switch{display:none}.language-menu .language-switch a{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;padding:11px 10px;min-height:42px;text-decoration:none;color:#171822;font-size:13px}.language-menu .language-switch a[aria-current]{background:var(--blue);color:#fff}.language-menu .language-switch a:hover{background:#eaf0ff;color:var(--blue)}.language-menu .language-switch small{font-size:10px;opacity:.65}.language-menu>summary:focus-visible,.language-menu a:focus-visible{outline:2px solid var(--blue);outline-offset:3px}

/* Product guidance and catalogue FAQs stay readable on long translated pages. */
.product-editorial,.category-editorial{max-width:900px;margin:64px auto;color:var(--ink);font-size:17px;line-height:1.8}.product-editorial h2,.category-editorial h2{font-size:clamp(25px,3vw,34px);line-height:1.25;letter-spacing:-.025em;margin:42px 0 18px}.product-editorial p,.category-editorial p{margin:0 0 20px}.product-editorial a,.category-editorial a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.recups-faq{border-top:1px solid #dfe2e6;padding:0}.recups-faq:last-child{border-bottom:1px solid #dfe2e6}.recups-faq summary{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;font-weight:650;list-style:none;line-height:1.5}.recups-faq summary::-webkit-details-marker{display:none}.recups-faq summary::after{content:'+';color:var(--blue);font-size:26px;font-weight:400;flex:none}.recups-faq[open] summary::after{content:'−'}.recups-faq summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.recups-faq p{padding:0 32px 20px 0;margin:0}.category-editorial{max-width:920px;margin-left:0}.product-summary{font-size:18px;line-height:1.7}
.artwork-upload{margin:26px 0;padding:24px;border:1px dashed #9cabe0;border-radius:14px;background:#f6f8ff;min-width:0}.artwork-upload>label{font-size:16px;font-weight:650;margin-bottom:8px}.artwork-upload>p{font-size:14px;line-height:1.65;margin:8px 0 16px;color:#4b5271}.artwork-upload input[type=file]{display:block;max-width:100%;width:100%;padding:10px;background:#fff;border:1px solid #ccd4eb;border-radius:9px;font-size:13px;color:#28334e;min-width:0;box-sizing:border-box}.artwork-upload input[type=file]::file-selector-button{padding:10px 14px;border:0;border-radius:6px;margin-right:12px;background:var(--blue);color:#fff;font:inherit;font-weight:600;cursor:pointer}.artwork-selection{display:flex;align-items:start;gap:12px;flex-wrap:wrap}.artwork-selection p{font-size:13px;overflow-wrap:anywhere;margin:12px 0 0;flex:1}.artwork-clear{border:0;background:transparent;color:var(--blue);font-size:13px;text-decoration:underline;cursor:pointer;padding:12px 0 0;flex:none}.artwork-clear[hidden]{display:none}.artwork-upload .artwork-alternative{margin:12px 0 0;font-size:13px}.artwork-upload input[aria-invalid=true]{border-color:#aa2334}.artwork-upload input:focus-visible,.artwork-clear:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
@media(max-width:700px){.product-editorial,.category-editorial{margin-top:40px;margin-bottom:40px;font-size:16px}.artwork-upload{padding:18px}.recups-faq summary{padding:17px 0}.recups-faq p{padding-right:0}}

/* Arena supplier sample: bounded portrait photo, original aspect ratio. */
.arena-sample{max-width:26rem;margin:2rem auto}.arena-sample img{display:block;width:100%;height:auto;border-radius:1rem}.arena-sample figcaption{margin-top:.8rem;font-size:.875rem;line-height:1.5;color:var(--muted)}

/* Blend only the two transparent Arena cups into the photo panel. */
.arena-product-photo .recups-picture,.clip-product-photo .recups-picture{display:block;background:#f5f5f7;border-radius:8px;isolation:isolate}.arena-product-photo .single-photo,.clip-product-photo .single-photo{display:block;background:transparent;mix-blend-mode:multiply}

/* Frame the real Clip IML photograph: compensate its original white margins. */
.clip-product-card .product-image img{transform:scale(1.6) translateY(-13%)}
.clip-product-card .product-image:hover img{transform:scale(1.66) translateY(-13%)}

.hero-visual-clip{background:#f3f4f6;isolation:isolate}
.hero-visual-clip > .recups-picture > img{object-position:24% center;mix-blend-mode:multiply}
.hero-visual-selection{background:#fff}
.hero-visual-selection > .recups-picture > img{object-position:50% center}
.hero-visual-clip .hero-caption{color:#191a22}
.hero-visual-clip .concept-image-label{top:51px;bottom:auto;left:29px;color:#61616c}
.hero-product-link{position:absolute;left:25px;bottom:25px;display:inline-flex;align-items:center;gap:16px;max-width:calc(100% - 50px);padding:13px 17px;border-radius:30px;background:white;color:#191a22;font-size:14px;font-weight:600;line-height:1.35;box-shadow:0 3px 18px #17203712;transition:background .2s,color .2s}
.hero-product-link svg{width:20px;height:20px;flex-shrink:0}
.hero-product-link:hover{background:var(--blue);color:white}
.hero-product-link:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
@media(max-width:640px){.hero-visual-clip .hero-caption{left:20px;top:20px}.hero-visual-clip .concept-image-label{left:20px;top:44px}.hero-product-link{left:18px;bottom:18px;max-width:calc(100% - 36px);font-size:13px;padding:12px 15px}}
