:root {
  --ink: #151515;
  --paper: #fffaf0;
  --butter: #f3e85b;
  --blue: #3155f5;
  --red: #ef4b3d;
  --mist: #e9e5da;
  --line: rgba(21, 21, 21, .2);
  --pad: clamp(24px, 5vw, 84px);
  --header: 92px;
  --sans: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -100px;
  background: var(--butter);
  color: var(--ink);
  padding: 12px 18px;
}
.skip-link:focus { top: 16px; }

.site-header {
  height: var(--header);
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 auto; }
.brand-mark-frame { fill: none; stroke: currentColor; stroke-width: 2.2; }
.brand-mark-lamp { fill: var(--red); }
.brand-mark-vase { fill: var(--blue); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.35rem; letter-spacing: .16em; }
.brand small { font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; margin-top: 7px; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 45px); }
.site-nav > a:not(.nav-shop) { font-size: .78rem; font-weight: 750; letter-spacing: .035em; }
.site-nav > a:not(.nav-shop) span, .nav-top { display: none; }
.site-nav > a { transition: opacity .2s ease; }
.site-nav > a:hover { opacity: .65; }
.nav-shop {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 22px;
  background: var(--butter);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.nav-shop svg, .button svg, .text-link svg, .visit-links svg, .back-top svg {
  width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8;
}
.menu-toggle, .nav-close { display: none; background: none; border: 0; padding: 0; }

.hero {
  min-height: min(900px, 100svh);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(10,12,18,.88) 0%, rgba(10,12,18,.63) 42%, rgba(10,12,18,.06) 74%),
    linear-gradient(0deg, rgba(10,12,18,.62), transparent 48%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: calc(var(--header) + 90px) var(--pad) 100px;
  width: min(810px, 65vw);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px;
}
.eyebrow span { width: 42px; height: 2px; background: var(--butter); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: .9;
}
h1 { font-size: clamp(4.5rem, 8.6vw, 9.2rem); }
h1 em, h2 em { font-style: normal; color: var(--butter); }
.hero-intro {
  max-width: 580px;
  margin: 34px 0 36px;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 450;
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 0;
  border-radius: 0;
  padding: 0 25px;
  font-size: .82rem;
  line-height: 1;
  font-weight: 750;
  letter-spacing: .055em;
  cursor: pointer;
}
.button-yellow { background: var(--butter); color: var(--ink); }
.button:hover svg, .text-link:hover svg, .visit-links a:hover svg { transform: translateX(4px); }
.button svg, .text-link svg, .visit-links svg { transition: transform .25s ease; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: .78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
}
.hero-note {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 70px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  transform: rotate(8deg);
  animation: float-note 5s ease-in-out infinite;
}
.hero-note strong { font-size: 2rem; line-height: 1; }
.hero-note span { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@keyframes float-note { 50% { transform: translateY(-10px) rotate(3deg); } }

.ticker { overflow: hidden; background: var(--butter); border-bottom: 1px solid var(--ink); }
.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  min-height: 58px;
  animation: ticker 30s linear infinite;
}
.ticker span { font-size: .74rem; font-weight: 850; letter-spacing: .13em; }
.ticker i { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding-inline: var(--pad); }
.section-index {
  margin-bottom: 70px;
  padding-top: 7px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.section-index span { color: var(--red); }
.intro { padding-top: 125px; padding-bottom: 140px; }
.intro-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; }
.intro h2 { font-size: clamp(4rem, 8.5vw, 9.8rem); }
.intro h2 em { color: var(--blue); }
.intro-copy { max-width: 430px; font-size: 1.08rem; }
.intro-copy p { margin-bottom: 24px; }
.intro-copy p:last-child { color: #69655e; }

.products { background: var(--ink); color: white; padding-top: 100px; }
.products .section-index { border-color: rgba(255,255,255,.28); }
.products-head h2 { font-size: clamp(4rem, 8vw, 8.8rem); }
.filter-row { display: flex; gap: 8px; justify-content: flex-end; margin-top: -45px; padding-bottom: 45px; }
.filter {
  background: none;
  color: white;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 100px;
  padding: 10px 18px;
  font-size: .72rem;
  cursor: pointer;
}
.filter.is-active, .filter:hover { background: var(--butter); border-color: var(--butter); color: var(--ink); }
.product-stage {
  position: relative;
  width: calc(100% - var(--pad));
  margin-left: var(--pad);
  height: min(660px, 62vw);
  overflow: hidden;
}
.product-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.product-stage:hover img { transform: scale(1.025); }
.product-stage-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: min(440px, 50%);
  padding: 42px;
  background: var(--blue);
  color: white;
}
.product-stage-copy span { display: block; text-transform: uppercase; letter-spacing: .17em; font-size: .66rem; margin-bottom: 20px; }
.product-stage-copy strong { font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1.02; letter-spacing: -.035em; }
.product-list { padding-top: 65px; padding-bottom: 100px; }
.product-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: 55px 1.2fr 1fr 90px 52px;
  gap: 25px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.25);
  transition: opacity .25s ease, max-height .35s ease, min-height .35s ease, padding .35s ease;
}
.product-row:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.product-row.is-hidden { display: none; }
.product-no, .product-row > div > p { color: var(--butter); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.product-row > div > p { margin-bottom: 7px; }
.product-row h3 { margin-bottom: 0; font-size: clamp(1.45rem, 2.2vw, 2.3rem); letter-spacing: -.04em; }
.product-description { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: .92rem; }
.price { white-space: nowrap; font-weight: 700; }
.round-action {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: none; display: grid; place-items: center; cursor: pointer;
}
.round-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.round-action:hover { background: var(--butter); color: var(--ink); border-color: var(--butter); }
.round-action:hover svg { transform: translateX(3px); }

.story { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--blue); color: white; }
.story-image-wrap { min-height: 760px; position: relative; overflow: hidden; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-stamp {
  position: absolute; top: 55px; right: -5px; width: 135px; height: 135px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--butter); color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .12em; line-height: 1.45; transform: rotate(8deg);
}
.story-copy { padding-top: 95px; padding-bottom: 95px; display: flex; flex-direction: column; justify-content: space-between; }
.story-copy .section-index { border-color: rgba(255,255,255,.28); }
.story-copy h2 { font-size: clamp(3.8rem, 6vw, 7.5rem); }
.story-copy h2 em { color: var(--butter); }
.story-copy > p:not(.section-index) { width: min(420px, 100%); font-size: 1.14rem; margin: 60px 0 30px; }
.story-copy .text-link { align-self: flex-start; }

.how { padding-top: 130px; padding-bottom: 140px; background: var(--paper); }
.how-title-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 7vw; align-items: end; margin-bottom: 100px; }
.how h2 { font-size: clamp(3.6rem, 7vw, 8rem); }
.how h2 em { color: var(--red); }
.how-title-row > p { font-size: 1.08rem; margin-bottom: 0; max-width: 390px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.steps li { min-height: 190px; display: grid; grid-template-columns: .7fr 2fr; align-items: center; border-bottom: 1px solid var(--ink); }
.steps li > span { color: var(--blue); font-size: 4.2rem; font-weight: 750; letter-spacing: -.07em; }
.steps li div { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.steps h3 { margin: 0; font-size: clamp(1.7rem, 2.7vw, 3rem); letter-spacing: -.04em; }
.steps p { max-width: 400px; margin-bottom: 0; color: #69655e; }

.trust { background: var(--butter); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust div { min-height: 220px; padding: 35px var(--pad); border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.trust div:last-child { border-right: 0; }
.trust strong { color: var(--red); font-size: .72rem; }
.trust span { font-size: clamp(1.5rem, 2.5vw, 2.8rem); line-height: .95; font-weight: 750; letter-spacing: -.045em; }

.visit { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--red); color: white; }
.visit-copy, .contact-form { padding-top: 100px; padding-bottom: 100px; }
.visit-copy { border-right: 1px solid rgba(255,255,255,.45); }
.visit .section-index { border-color: rgba(255,255,255,.4); }
.visit h2 { font-size: clamp(3.8rem, 6vw, 7.5rem); }
.visit h2 em { color: var(--butter); }
.visit dl { margin: 75px 0 50px; border-top: 1px solid rgba(255,255,255,.45); }
.visit dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.visit dt { text-transform: uppercase; font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.visit dd { margin: 0; font-size: .92rem; }
.visit dd a { text-decoration: underline; text-underline-offset: 4px; }
.visit-links { display: flex; gap: 30px; }
.visit-links a { display: flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.contact-form { display: flex; flex-direction: column; justify-content: center; }
.contact-form > p { font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 750; letter-spacing: -.055em; margin-bottom: 50px; }
.contact-form label { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; margin-top: 22px; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); background: transparent; color: white; border-radius: 0; padding: 10px 0 15px; outline: 0; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.58); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--butter); }
.contact-form .button { margin-top: 35px; align-self: flex-start; }
.contact-form small { margin-top: 16px; opacity: .7; font-size: .69rem; }

.site-footer {
  min-height: 260px;
  padding: 60px var(--pad) 30px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: start;
  gap: 50px;
  background: var(--ink);
  color: white;
}
.brand-footer { color: white; }
.site-footer > p { max-width: 380px; color: rgba(255,255,255,.6); }
.back-top { display: flex; align-items: center; gap: 12px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.back-top svg { transform: none; }
.site-footer > small { grid-column: 1 / -1; align-self: end; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); opacity: .55; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --pad: 24px; --header: 78px; }
  .site-header { position: absolute; padding-inline: 20px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 1.15rem; }
  .brand small { font-size: .55rem; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 8px; cursor: pointer; }
  .menu-toggle span { display: block; width: 32px; height: 2px; background: currentColor; }
  body.menu-open .site-header { position: fixed; z-index: 104; color: white; border-bottom-color: rgba(255,255,255,.2); }
  body.menu-open .brand { position: relative; z-index: 105; }
  body.menu-open .menu-toggle { visibility: hidden; }
  .site-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 102;
    width: 100%;
    min-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: calc(var(--header) + 28px) 24px 32px;
    background: #151515 !important;
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .nav-label { text-transform: uppercase; font-size: .65rem; letter-spacing: .16em; color: var(--butter); }
  .nav-close { display: block; position: relative; width: 38px; height: 38px; cursor: pointer; }
  .nav-close span { position: absolute; width: 29px; height: 2px; background: white; left: 4px; top: 18px; }
  .nav-close span:first-child { transform: rotate(45deg); }
  .nav-close span:last-child { transform: rotate(-45deg); }
  .site-nav > a:not(.nav-shop) { min-height: 83px; display: flex; align-items: center; gap: 20px; font-size: clamp(1.45rem, 7vw, 2.1rem); font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.25); }
  .site-nav > a:not(.nav-shop) span { display: inline-block; color: var(--butter); font-size: .65rem; letter-spacing: .12em; }
  .nav-shop { margin-top: 26px; min-height: 58px; justify-content: space-between; font-size: .75rem; }

  .hero { min-height: 840px; align-items: end; }
  .hero-image { object-position: right center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,12,18,.9) 2%, rgba(10,12,18,.66) 53%, rgba(10,12,18,.12) 88%); }
  .hero-copy { width: 100%; padding: calc(var(--header) + 80px) var(--pad) 65px; }
  .eyebrow { font-size: .62rem; margin-bottom: 22px; }
  h1 { font-size: clamp(4.1rem, 19vw, 6.6rem); }
  .hero-intro { font-size: 1rem; max-width: 450px; margin: 27px 0 30px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-note { right: 18px; bottom: 305px; width: 105px; height: 105px; }
  .hero-note strong { font-size: 1.35rem; }
  .hero-note span { font-size: .54rem; }
  .ticker-track { min-height: 50px; }

  .section-index { margin-bottom: 45px; }
  .intro { padding-top: 85px; padding-bottom: 95px; }
  .intro-grid, .how-title-row { grid-template-columns: 1fr; gap: 45px; }
  .intro h2 { font-size: clamp(3.8rem, 18vw, 7rem); }
  .intro-copy { font-size: 1rem; }

  .products { padding-top: 75px; }
  .products-head h2 { font-size: clamp(3.8rem, 17vw, 6.8rem); }
  .filter-row { justify-content: flex-start; overflow-x: auto; margin-top: 40px; padding-bottom: 35px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .product-stage { width: 100%; margin-left: 0; height: 620px; }
  .product-stage img { object-position: 62% center; }
  .product-stage-copy { min-width: 0; width: calc(100% - 24px); right: 0; padding: 30px 24px; }
  .product-list { padding-top: 45px; padding-bottom: 75px; }
  .product-row {
    position: relative;
    min-height: 215px;
    grid-template-columns: 62px minmax(0, 1fr) 48px;
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    row-gap: 0;
    padding: 30px 0;
    align-items: start;
  }
  .product-no { grid-column: 1; grid-row: 1 / 4; padding-top: 41px; }
  .product-row > div { grid-column: 2 / 4; grid-row: 1; align-self: start; }
  .product-row > div > p { margin-bottom: 10px; }
  .product-row h3 { line-height: 1.02; }
  .product-description {
    grid-column: 2 / 4;
    grid-row: 2;
    margin: 17px 0 0;
    padding: 0 10px 0 0;
    font-size: .86rem;
    line-height: 1.5;
  }
  .price {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    padding: 0;
    margin-top: 24px;
    font-size: 1.15rem;
    font-weight: 800;
  }
  .round-action {
    position: static;
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    margin-top: 18px;
    width: 44px;
    height: 44px;
  }

  .story { grid-template-columns: 1fr; }
  .story-image-wrap { min-height: 0; height: auto; aspect-ratio: 4 / 3; overflow: visible; }
  .story-image-wrap img { width: 100%; height: 100%; object-position: center 42%; object-fit: cover; }
  .story-stamp { width: 110px; height: 110px; top: auto; bottom: -55px; right: 18px; z-index: 2; }
  .story-copy { padding-top: 105px; padding-bottom: 85px; }
  .story-copy h2 { font-size: clamp(3.8rem, 16vw, 6rem); }
  .story-copy > p:not(.section-index) { margin-top: 45px; }

  .how { padding-top: 90px; padding-bottom: 90px; }
  .how-title-row { margin-bottom: 65px; }
  .how h2 { font-size: clamp(3.6rem, 15vw, 6rem); }
  .steps li { min-height: 0; grid-template-columns: 52px 1fr; align-items: start; padding: 34px 0; }
  .steps li > span { font-size: 2.2rem; }
  .steps li div { grid-template-columns: 1fr; gap: 14px; }
  .steps p { font-size: .9rem; }

  .trust { grid-template-columns: 1fr; }
  .trust div { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .trust div:last-child { border-bottom: 0; }
  .trust span { font-size: 2.1rem; }

  .visit { grid-template-columns: 1fr; }
  .visit-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.45); }
  .visit-copy, .contact-form { padding-top: 85px; padding-bottom: 85px; }
  .visit h2 { font-size: clamp(3.7rem, 16vw, 6.2rem); }
  .visit dl { margin-top: 55px; }
  .visit dl div { grid-template-columns: 90px 1fr; }
  .visit-links { flex-direction: column; align-items: flex-start; }
  .contact-form > p { font-size: 2.5rem; }
  .contact-form .button { width: 100%; }

  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .site-footer > small { grid-column: 1; }
}

@media (max-width: 420px) {
  .hero-note { bottom: 320px; width: 92px; height: 92px; }
  .product-stage { height: 520px; }
  .visit dl div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
