/* =========================================================================
   LIVING CREATOR — global landing page (/)
   Same register as livingcreator.us and the D2C site: flat saturated colour
   bands as STRUCTURE (not accents), oversized Poppins ExtraBold set tight,
   hard black rules with offset shadows, pill controls. No soft gradients,
   no rounded cards — the colour and the type do the work.
   The country selector is the page's engine: every price, link and count
   on the page follows it.
   ========================================================================= */

html { overflow-x: clip; }

/* The landing sits inside the app's max-width shell, so the paper ground has to
   be put on the page itself or it stops at the shell's edges and the sections
   float on white. */
body:has(.lp) { background: var(--lc-paper-landing, #f4f1e9); }

.lp {
  --ink: #101114;
  --paper: #f4f1e9;
  --line: 2px solid var(--ink);
  --pop: 6px 6px 0 var(--ink);
  margin: -44px auto -96px;
  font-family: var(--lc-font-display, "Poppins", sans-serif);
  color: var(--ink);
  background: var(--paper);
}
.lp-bleed { width: 100vw; margin-left: calc(50% - 50vw); }

/* ---------- shared type ---------- */
.lp-display {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(46px, 10.4vw, 138px);
  line-height: 0.82;
  letter-spacing: -0.045em;
}
.lp-display--sm { font-size: clamp(40px, 8.4vw, 112px); }
.lp-display--xs { font-size: clamp(32px, 5.6vw, 72px); }
.lp-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-red);
}
.lp-kicker--on { color: inherit; opacity: 0.9; }
.lp-h2 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(30px, 4.8vw, 62px);
  letter-spacing: -0.035em;
  line-height: 0.94;
}
.lp-num {
  font-weight: 800;
  font-size: clamp(30px, 4.8vw, 62px);
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--lc-blue);
  line-height: 1;
}
.lp-fine { font-size: 12.5px; line-height: 1.7; opacity: 0.66; margin: 18px 0 0; max-width: 620px; }
.lp-fine--dark { opacity: 0.55; }

/* ---------- hero: a flat colour block, photo framed beside it ---------- */
.lp-hero {
  position: relative;
  background: var(--lc-blue);
  color: #fff;
  border-bottom: var(--line);
  overflow: hidden;
}
.lp-hero__wrap {
  position: relative; z-index: 2;
  width: 100%; max-width: 1180px; margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 24px clamp(48px, 6vw, 86px);
  display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.lp-hero__copy { min-width: 0; }
.lp-hero .lp-kicker {
  display: inline-block; color: var(--ink); background: var(--lc-yellow);
  border: var(--line); border-radius: 999px; padding: 7px 16px; margin-bottom: 22px;
}
.lp-hero .lp-display { max-width: 12ch; }
.lp-lede {
  margin: 24px 0 0; max-width: 44ch;
  font-family: var(--lc-font-body, "Pretendard", sans-serif);
  font-size: clamp(14.5px, 1.5vw, 17px); line-height: 1.6;
}
/* the photo sits in a frame, tilted, like a print pinned to the block */
.lp-hero__art {
  width: 100%; height: auto; display: block;
  border: var(--line); box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-1.6deg);
  background: var(--paper);
}
@media (max-width: 900px) {
  .lp-hero__wrap { grid-template-columns: 1fr; }
  .lp-hero__art { order: -1; }
}

/* ship-to control — the page's primary action */
.lp-ship { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lp-ship__field {
  display: flex; flex-direction: column; gap: 1px;
  background: #fff; color: var(--ink);
  border: var(--line); border-radius: 999px; padding: 8px 22px; min-width: 232px;
}
.lp-ship__label { font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; }
.lp-ship__value { display: flex; align-items: center; gap: 9px; }
.lp-ship select {
  appearance: none; background: transparent; border: 0; outline: none; cursor: pointer;
  color: var(--ink); font-family: inherit; font-weight: 800; font-size: 16.5px; letter-spacing: -0.01em;
  padding-right: 16px; width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: right 4px center, right 0 center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.lp-flag { font-size: 20px; line-height: 1; }
.lp-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lc-red); color: #fff; text-decoration: none;
  border: var(--line); border-radius: 999px; padding: 0 28px; min-height: 60px;
  font-weight: 800; font-size: 16.5px; letter-spacing: -0.01em;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.lp-cta:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.lp-cta__cc { opacity: 0.86; }
.lp-cta__arrow { transition: transform 0.18s ease; }
.lp-cta:hover .lp-cta__arrow { transform: translateX(4px); }

/* ---------- ticker ---------- */
.lp-ticker {
  background: var(--lc-yellow); color: var(--ink);
  padding: 13px 0; overflow: hidden; white-space: nowrap;
  border-bottom: var(--line);
}
.lp-ticker__run {
  display: inline-block; font-weight: 800; font-size: 13.5px;
  letter-spacing: 0.13em; text-transform: uppercase;
  animation: lp-marquee 34s linear infinite;
}
.lp-ticker__run b { color: var(--lc-red); margin: 0 12px; }

/* ---------- sections ---------- */
.lp-sec { max-width: 1180px; margin: 0 auto; padding: clamp(54px, 7vw, 96px) 24px 0; }
.lp-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.lp-head__link {
  margin-left: auto; color: var(--ink); font-weight: 800; font-size: 13px; text-decoration: none;
  border: var(--line); border-radius: 999px; padding: 8px 16px; background: #fff;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.lp-head__link:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.lp-head__link ~ .lp-head__link { margin-left: 0; }

/* ---------- category chips ---------- */
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 26px; }
.lp-chip {
  font: inherit; font-weight: 800; font-size: 13px; cursor: pointer;
  background: #fff; color: var(--ink); border: var(--line); border-radius: 999px;
  padding: 8px 18px; transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.lp-chip:hover { transform: translate(-1px, -1px); box-shadow: 3px 3px 0 var(--ink); }
.lp-chip[data-on="1"] { background: var(--lc-yellow); box-shadow: 3px 3px 0 var(--ink); }

/* ---------- product rail ---------- */
.lp-rail { display: grid; grid-template-columns: repeat(auto-fill, minmax(236px, 1fr)); gap: 22px; }
.lp-prod {
  text-decoration: none; color: inherit; display: block; background: #fff;
  border: var(--line); animation: lp-up 0.45s both;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.lp-prod:hover { transform: translate(-3px, -3px); box-shadow: var(--pop); }
.lp-prod__img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-bottom: var(--line); background: var(--paper); }
.lp-prod__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-prod__tag {
  position: absolute; top: 10px; left: 10px;
  background: var(--ink); color: #fff; border-radius: 999px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 11px;
}
.lp-prod__name { font-weight: 800; font-size: 15.5px; letter-spacing: -0.02em; padding: 14px 14px 0; }
.lp-prod__meta { display: flex; align-items: center; gap: 10px; padding: 8px 14px 0; }
.lp-prod__rate { font-size: 12px; font-weight: 700; opacity: 0.6; }
.lp-prod__dots { display: inline-flex; gap: 4px; }
.lp-prod__dots i { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(16, 17, 20, 0.34); }
.lp-prod__price { font-size: 13px; opacity: 0.7; padding: 10px 14px 16px; }
.lp-prod__price b { font-size: 16px; font-weight: 800; color: var(--lc-blue); opacity: 1; }

/* ---------- in use: four portrait tiles, two of them moving ---------- */
.lp-inuse { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lp-inuse__item { position: relative; margin: 0; overflow: hidden; border: var(--line); background: var(--paper); }
.lp-inuse__item video,
.lp-inuse__item img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.2, 1);
}
.lp-inuse__item:hover video,
.lp-inuse__item:hover img { transform: scale(1.04); }
.lp-inuse__item figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 12px; color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: -0.01em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}
.lp-inuse__item::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(8, 12, 32, 0.55) 0%, rgba(8, 12, 32, 0) 42%);
}
@media (max-width: 900px) { .lp-inuse { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (prefers-reduced-motion: reduce) { .lp-inuse__item:hover video, .lp-inuse__item:hover img { transform: none; } }

/* ---------- editorial break ---------- */
.lp-shot {
  position: relative; display: block; margin-top: clamp(54px, 7vw, 96px);
  min-height: clamp(360px, 58vh, 620px); overflow: hidden;
  color: #fff; text-decoration: none; background: var(--ink);
  border-top: var(--line); border-bottom: var(--line);
}
.lp-shot img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.65, 0.2, 1);
}
.lp-shot:hover img { transform: scale(1.045); }
.lp-shot__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  max-width: 1180px; margin: 0 auto; padding: 0 24px clamp(28px, 4vw, 48px);
}
/* The photo underneath is bright and busy, so the words sit on their own plate. */
.lp-shot__plate {
  display: inline-block; max-width: 640px; text-align: left;
  background: var(--lc-yellow); color: var(--ink);
  border: var(--line); box-shadow: var(--pop);
  padding: clamp(22px, 2.6vw, 34px) clamp(24px, 3vw, 40px);
}
.lp-shot__plate .lp-kicker { color: var(--lc-red); margin-bottom: 12px; }
.lp-shot__go {
  display: inline-block; margin-top: 18px; font-weight: 800; font-size: 15px;
  border-bottom: 2px solid var(--ink); padding-bottom: 2px;
}
.lp-shot--right .lp-shot__cap { text-align: right; }
.lp-shot--right .lp-shot__plate { text-align: left; }

/* ---------- promises: a blue band of bordered boxes ---------- */
.lp-promises-band {
  margin-top: clamp(54px, 7vw, 96px);
  background: var(--lc-blue); color: #fff;
  border-top: var(--line); border-bottom: var(--line);
  padding: clamp(48px, 6vw, 84px) 0;
}
.lp-promises-band__in { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.lp-promises-band .lp-h2 { margin-bottom: 30px; }
.lp-promises-band .lp-kicker { color: var(--lc-yellow); }
.lp-promises { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.lp-promise { background: #fff; color: var(--ink); border: var(--line); padding: 22px 22px 24px; }
.lp-promise__n { display: block; font-weight: 800; font-size: 13px; letter-spacing: 0.16em; margin-bottom: 10px; }
.lp-promise__t { margin: 0 0 8px; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.lp-promise__b { margin: 0; font-family: var(--lc-font-body, "Pretendard", sans-serif); font-size: 13.5px; line-height: 1.6; opacity: 0.78; }

/* ---------- two-up ---------- */
.lp-duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.lp-duo__item {
  position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden;
  border: var(--line); text-decoration: none; background: var(--paper);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.lp-duo__item:hover { transform: translate(-3px, -3px); box-shadow: var(--pop); }
.lp-duo__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.75s cubic-bezier(0.2, 0.65, 0.2, 1); }
.lp-duo__item:hover img { transform: scale(1.05); }
.lp-duo__cap {
  position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff;
  font-weight: 800; font-size: clamp(15px, 1.7vw, 19px); letter-spacing: -0.015em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.lp-duo__cap b { transition: margin 0.16s ease; }
.lp-duo__item:hover .lp-duo__cap b { margin-left: 5px; }

/* ---------- statement ---------- */
.lp-statement {
  margin-top: clamp(54px, 7vw, 96px);
  background: var(--lc-red); color: #fff; text-align: center;
  border-top: var(--line); border-bottom: var(--line);
  padding: clamp(70px, 10vw, 140px) 24px;
}
.lp-statement .lp-kicker { color: var(--lc-yellow); }
.lp-statement__sub { margin: 26px 0 0; font-weight: 800; font-size: clamp(15px, 1.8vw, 20px); }
.lp-statement__kr { margin: 8px 0 0; font-family: var(--lc-font-body, "Pretendard", sans-serif); font-size: 14px; opacity: 0.82; }

/* ---------- where we ship ---------- */
.lp-search {
  margin-left: auto; font: inherit; font-weight: 700; font-size: 14px;
  background: #fff; border: var(--line); border-radius: 999px; padding: 10px 20px; min-width: 240px; outline: none;
}
.lp-search::placeholder { opacity: 0.5; }
.lp-empty { font-family: var(--lc-font-body, "Pretendard", sans-serif); font-size: 15px; line-height: 1.7; }
.lp-region { margin-bottom: 26px; }
.lp-region__t {
  margin: 0 0 12px; font-size: 11px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--lc-red);
}
.lp-countries { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.lp-country {
  display: flex; align-items: center; gap: 10px; cursor: pointer; text-align: left;
  font: inherit; font-weight: 800; font-size: 14.5px;
  background: #fff; border: var(--line); padding: 13px 16px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.lp-country:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.lp-country[data-on="1"] { background: var(--lc-yellow); box-shadow: 4px 4px 0 var(--ink); }
.lp-country__flag { font-size: 19px; }
.lp-country__name { flex: 1; letter-spacing: -0.015em; }
.lp-country__go { font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.5; }
.lp-country[data-on="1"] .lp-country__go { opacity: 0.85; }

/* ---------- how it arrives ---------- */
.lp-steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 12px; }
.lp-steps li {
  counter-increment: s; position: relative; background: #fff; border: var(--line);
  padding: 20px 22px 20px 66px;
  font-family: var(--lc-font-body, "Pretendard", sans-serif); font-size: 14.5px; line-height: 1.6;
}
.lp-steps li::before {
  content: "0" counter(s); position: absolute; left: 22px; top: 19px;
  font-family: var(--lc-font-display, "Poppins", sans-serif);
  font-weight: 800; font-size: 15px; color: var(--lc-blue);
}
.lp-steps b { font-family: var(--lc-font-display, "Poppins", sans-serif); font-weight: 800; }

/* ---------- sticky ship-to bar ---------- */
.lp-bar {
  position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 140%);
  display: flex; align-items: center; gap: 16px; z-index: 40;
  background: var(--ink); color: #fff; border: var(--line);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.28); border-radius: 999px; padding: 10px 12px 10px 22px;
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
  max-width: calc(100vw - 32px);
}
.lp-bar[data-on="1"] { transform: translate(-50%, 0); }
.lp-bar__txt { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.lp-bar__go {
  background: var(--lc-yellow); color: var(--ink); text-decoration: none; border: var(--line);
  border-radius: 999px; padding: 10px 20px; font-weight: 800; font-size: 14px; white-space: nowrap;
}

/* ---------- motion ---------- */
.lp-in { animation: lp-up 0.6s both; }
@keyframes lp-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes lp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .lp-in, .lp-prod { animation: none; }
  .lp-ticker__run { animation: none; }
}

/* wider cards on desktop: 14 products land as a clean grid */
@media (min-width: 1080px) { .lp-rail { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px) {
  .lp-rail { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .lp-bar { gap: 10px; padding: 8px 8px 8px 16px; }
  .lp-bar__txt { font-size: 12.5px; }
  .lp-bar__go { padding: 9px 14px; font-size: 12.5px; }
}
