:root {
  color: #13201a;
  background: #f4f8f5;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.hero,
.registration-hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 24px;
  color: white;
  background-image: url("https://images.unsplash.com/photo-1442512595331-e89e73853f31?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.registration-hero {
  min-height: 72svh;
  background-image:
    linear-gradient(180deg, rgba(11, 18, 14, 0.16), rgba(11, 18, 14, 0.78)),
    url("https://images.unsplash.com/photo-1459755486867-b55449bb39ff?auto=format&fit=crop&w=1800&q=80");
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 14, 0.14), rgba(11, 18, 14, 0.78));
}

.hero__content,
.registration-hero__content,
.nav {
  position: relative;
  z-index: 1;
}

.hero__content,
.registration-hero__content {
  width: min(720px, 100%);
  padding: 12vh 0 8vh;
  animation: rise 700ms ease-out both;
}

.hero h1,
.registration-hero h1,
.section-heading h2,
.phone h2,
.final h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 9vw, 104px);
  line-height: 0.96;
}

.registration-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 7vw, 82px);
  line-height: 0.98;
}

.hero p,
.registration-hero p {
  max-width: 580px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.nav {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
}

.nav__links {
  display: flex;
  gap: 18px;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 850;
}

.brand__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
}

.glass,
.nav,
.partner-form,
.link-preview,
.bean-table,
.phone {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 48px rgba(15, 24, 18, 0.16);
  backdrop-filter: blur(24px);
}

.eyebrow {
  margin: 0 0 10px;
  color: #2f8f68;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.registration-hero .eyebrow {
  color: #91e6bd;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button,
button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 0 18px;
  cursor: pointer;
  font-weight: 850;
}

.button--primary,
button {
  background: #91e6bd;
  color: #0d1b16;
}

.button--ghost {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.band {
  padding: 80px 24px;
}

.band--quiet {
  background: #e8f2ed;
}

.section-heading {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.section-heading h2,
.final h2 {
  max-width: 760px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.04;
}

.section-heading p,
.final p {
  max-width: 620px;
  color: #617168;
  line-height: 1.7;
}

.split {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 18px;
}

.partner-form,
.link-preview,
.bean-table,
.phone {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(19, 32, 26, 0.12);
}

.partner-form {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.form-link {
  width: fit-content;
}

.partner-form h3 {
  margin: 0;
  font-size: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: #617168;
  font-size: 14px;
  font-weight: 850;
}

input {
  min-height: 48px;
  border: 1px solid rgba(19, 32, 26, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0 12px;
  color: #13201a;
}

.link-preview {
  min-height: 320px;
  padding: 24px;
  display: grid;
  align-content: end;
}

.link-preview h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  overflow-wrap: anywhere;
}

.link-preview p {
  color: #617168;
  line-height: 1.7;
}

.partner-flow {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: partner-step;
}

.partner-flow li {
  counter-increment: partner-step;
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(19, 32, 26, 0.14);
  padding-top: 12px;
  color: #13201a;
  font-weight: 850;
}

.partner-flow li::before {
  content: counter(partner-step);
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #91e6bd;
  color: #0d1b16;
  font-size: 13px;
  font-weight: 900;
}

dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0 0;
}

dl div {
  border-top: 1px solid rgba(19, 32, 26, 0.14);
  padding-top: 12px;
}

dt {
  color: #617168;
}

dd {
  margin: 6px 0 0;
  font-size: 34px;
  font-weight: 900;
}

.bean-table {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.bean-table__head,
.bean-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.8fr 1.4fr 1.3fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.bean-table__head {
  color: #617168;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(19, 32, 26, 0.12);
}

.bean-row + .bean-row {
  border-top: 1px solid rgba(19, 32, 26, 0.1);
}

.bean-row strong,
.bean-row small {
  display: block;
}

.bean-row small {
  margin-top: 4px;
  color: #617168;
}

.registration-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.bean-registration-form,
.registration-preview {
  border: 1px solid rgba(19, 32, 26, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 48px rgba(15, 24, 18, 0.12);
  padding: 18px;
}

.bean-registration-form {
  display: grid;
  gap: 18px;
}

.form-grid,
.component-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blend-editor {
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(19, 32, 26, 0.14);
  padding-top: 18px;
}

.blend-editor__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.blend-editor__head strong {
  font-size: 21px;
}

.blend-editor__head p {
  max-width: 580px;
  margin: 6px 0 0;
  color: #617168;
  line-height: 1.6;
}

.blend-editor__head span {
  border-radius: 8px;
  background: #91e6bd;
  color: #0d1b16;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
}

.component-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
}

.component-card {
  display: grid;
  gap: 12px;
  scroll-snap-align: start;
  border: 1px solid rgba(19, 32, 26, 0.12);
  border-radius: 8px;
  background: rgba(244, 248, 245, 0.9);
  padding: 14px;
}

.registration-preview {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
}

.registration-preview h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
}

.preview-components {
  display: grid;
  gap: 10px;
}

.preview-components div {
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(19, 32, 26, 0.14);
  padding-top: 12px;
}

.preview-components span {
  color: #617168;
  line-height: 1.5;
}

.mono-page {
  min-height: 100svh;
  background: #fbfbfa;
  color: #111111;
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    "Segoe UI", "Malgun Gothic", "맑은 고딕", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mono-page .registration-hero {
  min-height: auto;
  display: block;
  overflow: visible;
  padding: 0;
  color: #111111;
  background: #fbfbfa;
}

.mono-page .registration-hero::before,
.mono-page .registration-hero::after {
  content: none;
}

.mono-page .registration-hero__content,
.mono-page .registration-hero .nav {
  z-index: 1;
}

.mono-page .registration-hero h1 {
  max-width: 880px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.mono-page .registration-hero p {
  max-width: 720px;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.mono-page .registration-hero__content {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 34px;
  animation: none;
}

.mono-page .page-icon {
  display: block;
  width: fit-content;
  margin-bottom: 18px;
  font-size: 42px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  line-height: 1;
}

.mono-page .eyebrow,
.mono-page .registration-hero .eyebrow {
  color: #787774;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.mono-page .registration-hero .eyebrow {
  color: #787774;
}

.mono-page .nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-width: 0 0 1px;
  border-color: rgba(55, 53, 47, 0.12);
  border-radius: 0;
  background: rgba(251, 251, 250, 0.86);
  box-shadow: none;
  color: #37352f;
  backdrop-filter: blur(12px);
}

.mono-page .nav__links {
  color: #787774;
  font-weight: 500;
}

.mono-page .brand__mark {
  border-color: rgba(55, 53, 47, 0.18);
}

.mono-page .band {
  padding: 10px 20px 80px;
  background: #fbfbfa;
}

.mono-page .registration-shell {
  width: min(1080px, 100%);
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
}

.mono-page .bean-registration-form,
.mono-page .registration-preview {
  border-color: rgba(55, 53, 47, 0.12);
  background: #ffffff;
  box-shadow: none;
  padding: 0;
}

.mono-page label,
.mono-page .blend-editor__head p,
.mono-page .preview-components span {
  color: #787774;
}

.mono-page label {
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
}

.mono-page input {
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    "Segoe UI", "Malgun Gothic", "맑은 고딕", Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 38px;
  border-color: rgba(55, 53, 47, 0.12);
  background: #f7f7f5;
  color: #37352f;
  padding: 0 10px;
}

.mono-page input:focus {
  outline: 2px solid rgba(35, 131, 226, 0.35);
  outline-offset: 2px;
}

.mono-page .blend-editor {
  margin-top: 0;
  border-top-color: rgba(55, 53, 47, 0.12);
  padding: 22px;
}

.mono-page .blend-editor__head span,
.mono-page button {
  min-height: 34px;
  border-color: rgba(55, 53, 47, 0.14);
  background: #f1f1ef;
  color: #37352f;
  font-size: 13px;
}

.mono-page .form-grid {
  padding: 22px;
}

.mono-page .component-card {
  border-color: rgba(55, 53, 47, 0.12);
  background: #ffffff;
  padding: 12px;
}

.mono-page .registration-preview {
  position: sticky;
  top: 82px;
  align-self: start;
  background: #ffffff;
  color: #37352f;
  padding: 18px;
}

.mono-page .registration-preview .eyebrow,
.mono-page .registration-preview span {
  color: #787774;
}

.mono-page .preview-components div {
  border-top-color: rgba(55, 53, 47, 0.12);
}

.mono-page .registration-preview h2 {
  font-size: 26px;
  font-weight: 650;
}

.mono-page .component-carousel {
  grid-auto-columns: minmax(260px, 340px);
}

.taste-band {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(280px, 1fr);
  gap: 40px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.phone {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(232, 242, 237, 0.88)),
    url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.phone__bar {
  width: 80px;
  height: 6px;
  margin: 0 auto 18px;
  border-radius: 8px;
  background: rgba(19, 32, 26, 0.16);
}

.app-screen {
  display: grid;
  gap: 10px;
}

.app-hero {
  min-height: 150px;
  display: grid;
  align-content: end;
  border-radius: 8px;
  padding: 16px;
  color: white;
  background:
    linear-gradient(180deg, rgba(14, 22, 17, 0.08), rgba(14, 22, 17, 0.62)),
    url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.app-hero p,
.app-hero h2 {
  margin: 0;
}

.app-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.app-hero h2 {
  margin-top: 6px;
  max-width: 240px;
  font-size: 27px;
  line-height: 1.05;
}

.app-panel,
.app-log {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(18px);
  padding: 12px;
}

.app-panel__head,
.app-log div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.app-panel__head span,
.app-log span {
  color: #617168;
  font-size: 13px;
  font-weight: 800;
}

.calendar-strip {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.calendar-strip span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 8px;
  background: rgba(19, 32, 26, 0.08);
  color: #617168;
  font-size: 12px;
  font-weight: 900;
}

.calendar-strip .is-active,
.app-chips span {
  background: #91e6bd;
  color: #0d1b16;
}

.app-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.app-chips span {
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 850;
}

.app-log {
  display: grid;
  gap: 8px;
}

.app-log b {
  font-size: 15px;
}

.app-fab {
  position: absolute;
  top: 318px;
  right: 28px;
  border-radius: 8px;
  background: #13201a;
  color: white;
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(19, 32, 26, 0.22);
}

.note-sheet {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 8px;
  border: 1px solid rgba(19, 32, 26, 0.12);
  background: rgba(244, 248, 245, 0.9);
  backdrop-filter: blur(26px);
  padding: 12px;
  box-shadow: 0 -14px 40px rgba(19, 32, 26, 0.12);
}

.sheet-grabber {
  width: 46px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 8px;
  background: rgba(19, 32, 26, 0.2);
}

.note-sheet h3 {
  margin: 0;
  font-size: 19px;
}

.note-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.note-field {
  display: grid;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid rgba(19, 32, 26, 0.12);
  background: rgba(255, 255, 255, 0.62);
  padding: 10px;
}

.note-field span {
  color: #617168;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.note-field strong {
  color: #13201a;
  font-size: 13px;
  line-height: 1.35;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.chips span {
  border-radius: 8px;
  padding: 9px 11px;
  background: #91e6bd;
  color: #0d1b16;
  font-weight: 850;
}

.final {
  padding: 96px 24px;
  background: #13201a;
  color: white;
}

.final p {
  color: rgba(255, 255, 255, 0.74);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 780px) {
  .hero {
    min-height: 88svh;
    padding: 16px;
  }

  .nav {
    top: 16px;
    left: 16px;
    right: 16px;
  }

  .nav__links {
    gap: 10px;
    font-size: 14px;
  }

  .split,
  .taste-band,
  .registration-shell,
  .form-grid,
  .component-card__grid {
    grid-template-columns: 1fr;
  }

  .bean-table__head {
    display: none;
  }

  .bean-row {
    grid-template-columns: 1fr;
  }

  .mono-page .registration-hero h1 {
    font-size: 34px;
  }
}
