/* ===========================================================================
   GET CHARACTER — bespoke landing styles
   Faithful to design-mockups/getcharacter/v3/ (r1-desktop.png, r1-mobile.png)
   Black gallery ground · bone condensed display · one ember accent · hairlines
   =========================================================================== */

:root { --ember: #FF3B14; --hair: #1E1E22; --bone: #EDEBE6; --mute: #8C8C8E; }

body { background: #08080A; color: var(--bone); font-family: "Archivo", "Helvetica Neue", Arial, sans-serif; font-size: 16px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.gcwrap { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: clamp(20px, 4.4vw, 56px); }

.gcmicro {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--mute); margin: 0;
}
.gcmicro--ember { color: var(--ember); }

/* --- top bar -------------------------------------------------------------- */
.gcbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 8, 10, .82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
}
.gcbar__in {
  width: 100%; max-width: 1320px; margin-inline: auto;
  padding: 0 clamp(20px, 4.4vw, 56px); height: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.gcbar__mark {
  font-weight: 800; font-stretch: 78%; text-transform: uppercase; letter-spacing: .02em;
  font-size: 19px; text-decoration: none; color: var(--bone); white-space: nowrap;
}
.gcbar__nav { display: flex; gap: 38px; }
.gcbar__nav a, .gcbar__cta {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  text-decoration: none; color: var(--mute); transition: color .2s ease;
}
.gcbar__nav a:hover { color: var(--bone); }
.gcbar__cta { color: var(--ember); }
.gcbar__cta:hover { color: var(--bone); }

/* --- hero ----------------------------------------------------------------- */
.gchero { position: relative; display: flex; align-items: center; min-height: min(90vh, 820px); overflow: hidden; }
.gchero__art { position: absolute; inset: 0 0 0 30%; }
.gchero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.gchero__art::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, #08080A 0%, rgba(8, 8, 10, .92) 18%, rgba(8, 8, 10, .35) 52%, rgba(8, 8, 10, 0) 78%),
    linear-gradient(0deg, rgba(8, 8, 10, .85) 0%, rgba(8, 8, 10, 0) 38%);
}
.gchero__copy {
  position: relative; z-index: 2; width: 100%; max-width: 1320px;
  margin-inline: auto; padding: clamp(56px, 8vw, 96px) clamp(20px, 4.4vw, 56px);
}
.gchero__h1 {
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  text-transform: uppercase; letter-spacing: -.022em; line-height: .84;
  font-size: clamp(3.5rem, 8.6vw, 8rem); margin: 18px 0 0; max-width: 12ch;
}
.gchero__lede { max-width: 34ch; color: #C9C7C2; font-size: 16px; line-height: 1.6; margin: 26px 0 32px; }
.gcbtn {
  display: inline-block; background: var(--ember); color: #08080A; text-decoration: none;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  padding: 18px 34px; border: 1px solid var(--ember); transition: background .2s ease, color .2s ease;
}
.gcbtn:hover { background: var(--bone); border-color: var(--bone); }
.gcspec {
  list-style: none; margin: clamp(40px, 7vw, 72px) 0 0; padding: 18px 0 0;
  border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; max-width: 640px;
}
.gcspec li {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute);
  padding: 2px 26px; line-height: 1.7;
}
.gcspec li:first-child { padding-left: 0; }
.gcspec li + li { border-left: 1px solid var(--hair); }

/* --- ticker --------------------------------------------------------------- */
.gcticker { border-block: 1px solid var(--hair); overflow: hidden; background: #0A0A0C; }
.gcticker__track { display: flex; width: max-content; animation: gcticker 52s linear infinite; }
.gcticker__track span {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--mute);
  padding: 13px 34px; white-space: nowrap; position: relative;
}
.gcticker__track span::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px;
  transform: translateY(-50%); background: var(--ember);
}
@keyframes gcticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .gcticker__track { animation: none; } }

/* --- sections ------------------------------------------------------------- */
.gcsection { padding-block: clamp(72px, 9vw, 130px); }
.gcsection--range { border-top: 1px solid var(--hair); }
.gcsection__h2 {
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  text-transform: uppercase; letter-spacing: -.02em; line-height: .88;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem); margin: 0;
}
.gcsection__lede { color: var(--mute); max-width: 46ch; margin: 18px 0 0; font-size: 15.5px; line-height: 1.65; }
.gcsection__head { margin-bottom: clamp(40px, 5vw, 64px); }
.gcsection__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.gcsection__head--row .gcsection__lede { margin: 0 0 6px; text-align: right; }

/* --- process -------------------------------------------------------------- */
.gcsteps { display: grid; grid-template-columns: repeat(3, 1fr); }
.gcsteps .step { padding: 34px 40px 0 0; border-top: 1px solid var(--hair); }
.gcsteps .step + .step { padding-left: 40px; border-left: 1px solid var(--hair); }
.gcsteps .step__n {
  display: block; font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  font-size: clamp(3.2rem, 5.6vw, 4.6rem); line-height: 1; color: transparent;
  -webkit-text-stroke: 1.2px #35353A; margin-bottom: 22px; background: none;
  width: auto; height: auto; border-radius: 0;
}
.gcsteps .step__n::before { content: "0"; }
.gcsteps .step h3 {
  font-family: "Archivo", sans-serif; font-weight: 700; font-stretch: 80%;
  text-transform: uppercase; letter-spacing: .01em; font-size: 1.05rem; margin: 0 0 12px; color: var(--bone);
}
.gcsteps .step p { color: var(--mute); font-size: 14.5px; line-height: 1.7; margin: 0; max-width: 34ch; }

/* --- range grid ----------------------------------------------------------- */
.gcgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); counter-reset: gcitem; }
.gcgrid .product {
  display: flex; flex-direction: column; background: #08080A; text-decoration: none;
  color: var(--bone); border: 0; border-radius: 0; box-shadow: none; overflow: hidden;
  counter-increment: gcitem; transition: background .3s ease;
}
.gcgrid .product:hover { background: #101013; }
.gcgrid .product__art { aspect-ratio: 4 / 5; overflow: hidden; background: #101013; border-radius: 0; }
.gcgrid .product__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .4s ease; filter: saturate(.86) contrast(1.06) brightness(.78); }
.gcgrid .product:hover .product__art img { transform: scale(1.04); filter: saturate(.95) contrast(1.03) brightness(.95); }
.gcgrid .product__body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 8px; }
.gcgrid .product__body::before {
  content: "GC-" counter(gcitem, decimal-leading-zero);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10px; letter-spacing: .2em; color: var(--ember); margin-bottom: 2px;
}
.gcgrid .product__name {
  font-family: "Archivo", sans-serif; font-weight: 700; font-stretch: 80%;
  text-transform: uppercase; font-size: 1.12rem; letter-spacing: .005em; color: var(--bone);
}
.gcgrid .product__note { color: var(--mute); font-size: 13.5px; line-height: 1.55; }
.gcgrid .product__price {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 12px; letter-spacing: .06em; color: var(--bone); margin-top: 6px;
}
.gctile {
  background: #08080A; display: flex; flex-direction: column; gap: 14px; padding: 26px 24px;
  text-decoration: none; color: var(--bone); transition: background .3s ease;
}
.gctile:hover { background: #101013; }
.gctile__h {
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  text-transform: uppercase; font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: .95; margin-top: auto;
}
.gctile__note { color: var(--mute); font-size: 13.5px; line-height: 1.55; }
.gctile__go { color: var(--ember); font-size: 20px; line-height: 1; }

/* --- editorial plate ------------------------------------------------------ */
.gcplate { border-top: 1px solid var(--hair); }
.gcplate__fig { margin: 0; position: relative; }
.gcplate__fig img { width: 100%; height: clamp(340px, 46vw, 600px); object-fit: cover; object-position: center 22%; filter: saturate(.7) contrast(1.1) brightness(.46); }
.gcplate__cap {
  position: absolute; left: 0; bottom: 0; width: 100%;
  padding: 120px clamp(20px, 4.4vw, 56px) clamp(28px, 4vw, 52px);
  background: linear-gradient(0deg, rgba(8, 8, 10, .97) 14%, rgba(8, 8, 10, .55) 55%, rgba(8, 8, 10, 0) 100%);
  display: flex; flex-direction: column; gap: 12px;
}
.gcplate__cap > span:last-child { max-width: 52ch; font-size: 15px; line-height: 1.65; color: #C9C7C2; }

/* --- promise -------------------------------------------------------------- */
.gcpromise { display: grid; grid-template-columns: repeat(3, 1fr); }
.gcpromise .promise__item { border-top: 1px solid var(--hair); padding: 30px 40px 0 0; background: none; border-radius: 0; box-shadow: none; }
.gcpromise .promise__item + .promise__item { padding-left: 40px; border-left: 1px solid var(--hair); }
.gcpromise h3 {
  font-family: "Archivo", sans-serif; font-weight: 700; font-stretch: 80%;
  text-transform: uppercase; font-size: 1.02rem; margin: 0 0 12px; color: var(--bone);
}
.gcpromise p { color: var(--mute); font-size: 14.5px; line-height: 1.7; margin: 0; max-width: 36ch; }

/* --- capture -------------------------------------------------------------- */
.gccapture { border-top: 1px solid var(--hair); padding-block: clamp(64px, 8vw, 110px); }
.gccapture__in { display: flex; align-items: flex-end; justify-content: space-between; gap: clamp(32px, 6vw, 80px); flex-wrap: wrap; }
.gccapture__h2 {
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  text-transform: uppercase; letter-spacing: -.02em; line-height: .9;
  font-size: clamp(2.4rem, 5.4vw, 4.4rem); margin: 0;
}
.gccapture__lede { color: var(--mute); font-size: 15px; margin: 16px 0 0; max-width: 40ch; }
.gccapture__form { flex: 1 1 380px; max-width: 520px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid #3A3A40; padding-bottom: 12px; position: relative; }
.gccapture__form input[type="email"] {
  flex: 1; background: none; border: 0; color: var(--bone); font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 0; outline: none;
}
.gccapture__form input::placeholder { color: #56565C; }
.gccapture__form button {
  background: none; border: 0; color: var(--ember); cursor: pointer;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; padding: 6px 0;
}
.gccapture__form button:hover { color: var(--bone); }
.gccapture__form .capture__msg { position: absolute; top: 100%; left: 0; margin: 10px 0 0; font-size: 12px; color: var(--mute); }
.capture__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* --- footer --------------------------------------------------------------- */
.gcfoot { border-top: 1px solid var(--hair); padding-block: clamp(48px, 6vw, 76px) 28px; }
.gcfoot__grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.gcfoot__brand p { color: var(--mute); font-size: 13.5px; line-height: 1.7; margin: 16px 0 0; max-width: 42ch; }
.gcfoot h3 { margin: 0 0 18px; }
.gcfoot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gcfoot ul a { color: var(--mute); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.gcfoot ul a:hover { color: var(--bone); }
.gcfoot__base {
  margin-top: clamp(40px, 5vw, 68px); padding-top: 22px; border-top: 1px solid var(--hair);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #57575C;
}
.gcfoot__base a { color: var(--mute); text-decoration: none; }
.gcfoot__base a:hover { color: var(--bone); }

/* --- product pages -------------------------------------------------------- */
.gcpdp { padding-block: clamp(40px, 5vw, 72px) clamp(72px, 9vw, 120px); }
.gcpdp__crumb {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: #57575C;
  display: flex; gap: 10px; margin-bottom: clamp(28px, 4vw, 48px); flex-wrap: wrap;
}
.gcpdp__crumb a { color: var(--mute); text-decoration: none; }
.gcpdp__crumb a:hover { color: var(--bone); }
.gcpdp__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.gcpdp__art { margin: 0; border: 1px solid var(--hair); }
.gcpdp__art img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.gcpdp__h1 {
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 76%;
  text-transform: uppercase; letter-spacing: -.02em; line-height: .9;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem); margin: 14px 0 0;
}
.gcpdp__price { font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace; font-size: 19px; margin: 20px 0 0; color: var(--bone); }
.gcpdp__blurb { color: var(--mute); font-size: 15.5px; line-height: 1.7; margin: 20px 0 0; max-width: 48ch; }
.gcpdp__variants { border: 0; padding: 0; margin: 30px 0 0; }
.gcpdp__variants legend { padding: 0; margin-bottom: 14px; }
.vrow { display: flex; flex-wrap: wrap; gap: 10px; }
.vrow label {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  border: 1px solid var(--hair); padding: 13px 18px; transition: border-color .2s ease, background .2s ease;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--mute);
}
.vrow label:hover { border-color: #3A3A40; color: var(--bone); }
.vrow label:has(input:checked) { border-color: var(--ember); color: var(--bone); background: #101013; }
.vrow input { accent-color: var(--ember); margin: 0; }
.vrow .vprice { color: var(--bone); }
.gcpdp__buy { display: flex; gap: 14px; margin: 30px 0 0; flex-wrap: wrap; }
.gcghost {
  display: inline-block; text-decoration: none; color: var(--bone); border: 1px solid #3A3A40;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace; font-size: 11.5px;
  letter-spacing: .2em; text-transform: uppercase; padding: 18px 30px; transition: border-color .2s ease, color .2s ease;
}
.gcghost:hover { border-color: var(--bone); }
.gcpdp__assure { list-style: none; margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid var(--hair); display: grid; gap: 12px; }
.gcpdp__assure li {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace; font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--mute); padding-left: 18px; position: relative;
}
.gcpdp__assure li::before { content: ""; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: var(--ember); }

/* --- legal pages (shared platform template, brand register) --------------- */
.prose h1, .prose h2 { font-stretch: 80%; }
.topbar { border-bottom: 1px solid var(--hair); background: rgba(8, 8, 10, .9); }
.topbar .btn, .footer .btn, .prose .btn {
  border-radius: 0; font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
}
.brandmark { font-stretch: 78%; text-transform: uppercase; letter-spacing: .02em; }
.brandmark__dot { border-radius: 0; width: 8px; height: 8px; background: var(--ember); }
.footer, .topbar__nav a { font-size: 15px; }
.footer__fam a { color: var(--mute); }

/* --- responsive ----------------------------------------------------------- */
@media (max-width: 1080px) {
  .gcgrid { grid-template-columns: repeat(2, 1fr); }
  .gcfoot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .gcbar__nav { display: none; }
  .gchero { display: block; min-height: 0; }
  .gchero__art { position: relative; inset: auto; height: 58vh; min-height: 340px; }
  .gchero__art::after { background: linear-gradient(0deg, #08080A 2%, rgba(8, 8, 10, .1) 60%); }
  .gchero__copy { padding: 28px clamp(20px, 5vw, 32px) 8px; }
  .gchero__h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); max-width: none; }
  .gchero__lede { max-width: none; }
  .gcbtn { display: block; text-align: center; }
  .gcspec { display: block; margin-top: 34px; }
  .gcspec li { display: block; padding: 10px 0; border-left: 0 !important; border-top: 1px solid var(--hair); }
  .gcspec li:first-child { border-top: 0; }
  .gcsteps, .gcpromise { grid-template-columns: 1fr; }
  .gcsteps .step, .gcpromise .promise__item { padding: 26px 0 30px !important; border-left: 0 !important; }
  /* mobile mockup: outlined numeral in a left gutter, copy beside it */
  .gcsteps .step { display: grid; grid-template-columns: 84px 1fr; column-gap: 22px; align-items: start; }
  .gcsteps .step__n { grid-row: 1 / span 2; margin-bottom: 0; font-size: 3.4rem; }
  .gcsteps .step p { max-width: none; }
  .gcsection__head--row .gcsection__lede { text-align: left; margin-top: 16px; }
  .gcpdp__grid { grid-template-columns: 1fr; }
  .gcplate__cap { padding-top: 160px; }
}
@media (max-width: 620px) {
  /* mobile mockup: product rows — square photo left, spec block right */
  .gcgrid { grid-template-columns: 1fr; }
  .gcgrid .product { flex-direction: row; align-items: stretch; }
  .gcgrid .product__art { flex: 0 0 38%; aspect-ratio: 1 / 1; }
  .gcgrid .product__body { flex: 1; justify-content: center; padding: 18px 20px; }
  .gctile { min-height: 190px; }
  .gcfoot__grid { grid-template-columns: 1fr; gap: 34px; }
  .gccapture__in { display: block; }
  .gccapture__form { margin-top: 34px; max-width: none; }
}
