:root {
--teal-900: #071f27;
--teal-800: #0a2f3a;
--teal-700: #10404e;
--teal-600: #277287;
--teal-500: #35899f;
--teal-300: #8fbcc8;
--teal-100: #dfecef;
--teal-50:  #f0f7f8;
--peach-600: #e5825c;
--peach-500: #f19774;
--peach-400: #f6aa8a;
--peach-200: #fbd8c8;
--peach-50:  #fdf1ea;
--indigo: #5d4dff;
--indigo-soft: #efedff;
--surface: #ffffff;
--surface-2: #f7f4f2;
--surface-3: #efe9e5;
--surface-inset: #fbf9f8;
--text: #071f27;
--text-soft: #3d525a;
--text-muted: #5c6f76;
--line: rgba(7, 31, 39, 0.10);
--line-strong: rgba(7, 31, 39, 0.16);
--accent: var(--teal-600);
--accent-contrast: #ffffff;
--shadow-sm: 0 1px 2px rgba(7, 31, 39, 0.05),
0 2px 6px rgba(7, 31, 39, 0.04);
--shadow-md: 0 2px 4px rgba(7, 31, 39, 0.04),
0 8px 20px rgba(7, 31, 39, 0.07);
--shadow-lg: 0 4px 10px rgba(7, 31, 39, 0.05),
0 18px 44px rgba(7, 31, 39, 0.10);
--shadow-xl: 0 8px 20px rgba(7, 31, 39, 0.08),
0 34px 80px rgba(7, 31, 39, 0.16);
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display",
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--font-kr: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR",
var(--font-sans);
--step-display: clamp(2.6rem, 6.4vw, 4.6rem);
--step-h1: clamp(2.2rem, 5vw, 3.4rem);
--step-h2: clamp(1.9rem, 3.9vw, 2.9rem);
--step-h3: clamp(1.15rem, 1.6vw, 1.35rem);
--step-lead: clamp(1.05rem, 1.5vw, 1.25rem);
--step-body: 1.0625rem;
--step-sm: 0.9375rem;
--step-xs: 0.8125rem;
--gutter: clamp(1.25rem, 4vw, 2.5rem);
--section-y: clamp(4.5rem, 9vw, 8.5rem);
--max-w: 74rem;
--max-w-narrow: 46rem;
--r-sm: 10px;
--r-md: 16px;
--r-lg: 24px;
--r-xl: 32px;
--r-pill: 999px;
--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
--nav-h: 5rem;
}
.on-dark {
color: var(--text);
--band: var(--teal-900);
--surface: var(--teal-800);
--surface-2: var(--teal-700);
--surface-3: #16505f;
--surface-inset: rgba(255, 255, 255, 0.04);
--text: #f2f8f9;
--text-soft: #bed4da;
--text-muted: #92aeb6;
--line: rgba(255, 255, 255, 0.12);
--line-strong: rgba(255, 255, 255, 0.2);
--accent: var(--peach-500);
--accent-contrast: var(--teal-900);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
--shadow-md: 0 8px 22px rgba(0, 0, 0, 0.26);
--shadow-lg: 0 18px 48px rgba(0, 0, 0, 0.34);
--shadow-xl: 0 34px 88px rgba(0, 0, 0, 0.42);
color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
:root {
--surface: #08181e;
--surface-2: #0c242c;
--surface-3: #123540;
--surface-inset: #0a1f26;
--text: #eaf3f5;
--text-soft: #b3cbd2;
--text-muted: #88a4ad;
--line: rgba(255, 255, 255, 0.11);
--line-strong: rgba(255, 255, 255, 0.18);
--accent: #63b4cb;
--accent-contrast: #04141a;
--indigo-soft: #1b1a4a;
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
--shadow-md: 0 8px 22px rgba(0, 0, 0, 0.36);
--shadow-lg: 0 18px 48px rgba(0, 0, 0, 0.46);
--shadow-xl: 0 34px 88px rgba(0, 0, 0, 0.55);
}
.on-dark {
--band: #0d2b34;
--surface: #10333d;
--surface-2: #16414d;
--surface-3: #1c4f5d;
}
}
*, *::before, *::after { box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
scroll-padding-top: calc(var(--nav-h) + 1.5rem);
}
body {
margin: 0;
background: var(--surface);
color: var(--text);
font-family: var(--font-sans);
font-size: var(--step-body);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
h1, h2, h3, h4 {
margin: 0;
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.03em;
text-wrap: balance;
}
h1 { font-size: var(--step-h1); }
h2 { font-size: var(--step-h2); }
h3 { font-size: var(--step-h3); letter-spacing: -0.015em; line-height: 1.25; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
img, svg, picture, video { display: block; max-width: 100%; }
img { height: auto; }
ul, ol { margin: 0; padding: 0; }
strong, b { font-weight: 700; }
::selection { background: var(--peach-200); color: var(--teal-900); }
:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 3px;
border-radius: 4px;
}
:focus:not(:focus-visible) { outline: none; }
.wrap {
width: 100%;
max-width: var(--max-w);
margin-inline: auto;
padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--max-w-narrow); }
.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--alt { background: var(--surface-2); }
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin: 0 0 1.1rem;
font-size: var(--step-xs);
font-weight: 700;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--accent);
}
.eyebrow::before {
content: "";
width: 1.6rem;
height: 1px;
background: currentColor;
opacity: 0.55;
}
.lead {
font-size: var(--step-lead);
line-height: 1.6;
color: var(--text-soft);
}
.display { font-size: var(--step-display); letter-spacing: -0.038em; line-height: 1.02; }
.measure { max-width: 38ch; }
.measure-wide { max-width: 52ch; }
.kr { font-family: var(--font-kr); font-weight: 400; }
.muted { color: var(--text-muted); }
.sr-only {
position: absolute;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.skip-link {
position: absolute;
top: 0.5rem;
left: 50%;
translate: -50% -150%;
z-index: 100;
padding: 0.7rem 1.2rem;
border-radius: var(--r-pill);
background: var(--teal-800);
color: #fff;
font-size: var(--step-sm);
font-weight: 600;
text-decoration: none;
transition: translate 0.2s var(--ease);
}
.skip-link:focus { translate: -50% 0; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
.btn {
--btn-bg: var(--teal-800);
--btn-fg: #ffffff;
--btn-border: transparent;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.55rem;
padding: 0.9rem 1.6rem;
border: 1px solid var(--btn-border);
border-radius: var(--r-pill);
background: var(--btn-bg);
color: var(--btn-fg);
font: inherit;
font-size: var(--step-sm);
font-weight: 650;
letter-spacing: -0.005em;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease),
background-color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); box-shadow: var(--shadow-sm); }
.btn--primary {
--btn-bg: var(--peach-500);
--btn-fg: var(--teal-900);
}
.btn--primary:hover { --btn-bg: var(--peach-400); }
.btn--dark { --btn-bg: var(--teal-800); --btn-fg: #fff; }
.btn--dark:hover { --btn-bg: var(--teal-700); }
.btn--ghost {
--btn-bg: transparent;
--btn-fg: var(--text);
--btn-border: var(--line-strong);
}
.btn--ghost:hover { --btn-bg: var(--surface-2); --btn-border: var(--text-muted); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn--sm { padding: 0.6rem 1.15rem; font-size: var(--step-xs); }
.btn__icon { width: 1.05em; height: 1.05em; flex: none; }
.btn .btn__arrow { transition: translate 0.18s var(--ease); }
.btn:hover .btn__arrow { translate: 3px 0; }
.btn-row {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
}
.pill {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.42rem 0.9rem;
border: 1px solid var(--line);
border-radius: var(--r-pill);
background: var(--surface);
color: var(--text-soft);
font-size: var(--step-xs);
font-weight: 600;
letter-spacing: -0.005em;
}
.pill__dot {
width: 0.45rem;
height: 0.45rem;
border-radius: 50%;
background: var(--peach-500);
flex: none;
}
.nav {
position: fixed;
inset: 0 0 auto 0;
z-index: 60;
height: var(--nav-h);
display: flex;
align-items: center;
background: transparent;
border-bottom: 1px solid transparent;
transition: background-color 0.28s var(--ease), border-color 0.28s var(--ease),
backdrop-filter 0.28s var(--ease);
}
.nav.is-stuck {
background: color-mix(in srgb, var(--surface) 85%, transparent);
backdrop-filter: saturate(1.6) blur(14px);
-webkit-backdrop-filter: saturate(1.6) blur(14px);
border-bottom-color: var(--line);
}
.nav__inner {
width: 100%;
max-width: var(--max-w);
margin-inline: auto;
padding-inline: var(--gutter);
display: flex;
align-items: center;
gap: 1rem;
}
.nav__brand {
display: inline-flex;
align-items: center;
flex: none;
margin-right: auto;
text-decoration: none;
border-radius: 6px;
}
.nav__brand img { height: 3rem; width: auto; }
.nav__brand .logo--light { display: none; }
.nav__links {
display: flex;
align-items: center;
gap: 0.35rem;
list-style: none;
}
.nav__link {
display: block;
padding: 0.5rem 0.85rem;
border-radius: var(--r-pill);
color: var(--text-soft);
font-size: var(--step-sm);
font-weight: 550;
text-decoration: none;
transition: color 0.16s var(--ease), background-color 0.16s var(--ease);
}
.nav__link:hover { color: var(--text); background: var(--surface-2); }
.nav__link[aria-current="page"] { color: var(--text); font-weight: 650; }
.nav__cta { margin-left: 0.6rem; flex: none; }
.nav__toggle {
display: none;
width: 2.75rem;
height: 2.75rem;
padding: 0;
align-items: center;
justify-content: center;
border: 1px solid var(--line-strong);
border-radius: var(--r-pill);
background: var(--surface);
color: var(--text);
cursor: pointer;
}
.nav__toggle-bars, .nav__toggle-bars::before, .nav__toggle-bars::after {
display: block;
width: 1.05rem;
height: 1.6px;
border-radius: 2px;
background: currentColor;
transition: transform 0.24s var(--ease), opacity 0.16s var(--ease);
}
.nav__toggle-bars::before, .nav__toggle-bars::after { content: ""; position: absolute; }
.nav__toggle-bars::before { transform: translateY(-5px); }
.nav__toggle-bars::after { transform: translateY(5px); }
.nav__toggle[aria-expanded="true"] .nav__toggle-bars { background: transparent; }
.nav__toggle[aria-expanded="true"] .nav__toggle-bars::before { transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__toggle-bars::after { transform: rotate(-45deg); }
@media (max-width: 60rem) {
.nav__toggle { display: inline-flex; position: relative; }
.nav__menu {
position: fixed;
inset: var(--nav-h) 0 auto 0;
padding: 1rem var(--gutter) 1.5rem;
background: var(--surface);
border-bottom: 1px solid var(--line);
box-shadow: var(--shadow-lg);
display: grid;
gap: 0.15rem;
opacity: 0;
translate: 0 -0.75rem;
pointer-events: none;
visibility: hidden;
transition: opacity 0.22s var(--ease), translate 0.22s var(--ease),
visibility 0.22s;
}
.nav__menu.is-open {
opacity: 1;
translate: 0 0;
pointer-events: auto;
visibility: visible;
}
.nav__links { flex-direction: column; align-items: stretch; gap: 0.1rem; }
.nav__link {
padding: 0.85rem 0.75rem;
border-radius: var(--r-sm);
color: var(--text);
font-size: 1.05rem;
font-weight: 600;
}
.nav__cta { margin-left: 0; margin-top: 0.85rem; width: 100%; }
}
@media (min-width: 60.0625rem) {
.nav__menu { display: contents; }
}
.card {
position: relative;
padding: clamp(1.4rem, 2.4vw, 2rem);
border: 1px solid var(--line);
border-radius: var(--r-lg);
background: var(--surface);
transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease),
border-color 0.24s var(--ease);
}
.card--lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--line-strong);
}
.card__title { margin-bottom: 0.5rem; }
.card__body { color: var(--text-soft); font-size: var(--step-sm); }
.card__icon {
display: grid;
place-items: center;
width: 2.75rem;
height: 2.75rem;
margin-bottom: 1.1rem;
border-radius: 13px;
background: var(--surface-2);
color: var(--accent);
}
.card__icon svg { width: 1.35rem; height: 1.35rem; }
.phone {
--phone-w: 15.5rem;
position: relative;
width: var(--phone-w);
flex: none;
padding: 0.42rem;
border-radius: 2.1rem;
background: linear-gradient(160deg, #2b3d44, #0d2229 55%, #24363d);
box-shadow: var(--shadow-xl),
0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
.phone__screen {
position: relative;
border-radius: 1.75rem;
overflow: hidden;
background: #f3f2f7;
aspect-ratio: 485 / 1046;
}
.phone__screen img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
}
.phone::before {
content: "";
position: absolute;
top: 0.95rem;
left: 50%;
translate: -50% 0;
width: 3.1rem;
height: 0.28rem;
border-radius: var(--r-pill);
background: rgba(255, 255, 255, 0.16);
z-index: 2;
}
.phone--sm { --phone-w: 12.5rem; }
.phone--lg { --phone-w: 17.5rem; }
.pulse-arc {
position: absolute;
color: var(--peach-500);
opacity: 0.5;
pointer-events: none;
}
.footer {
padding-block: clamp(3.5rem, 6vw, 5rem) 2rem;
background: var(--surface);
border-top: 1px solid var(--line);
}
.footer__top {
display: grid;
grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
gap: clamp(2rem, 4vw, 3rem);
}
.footer__brand img { height: 3.4rem; width: auto; margin-bottom: 1.1rem; }
.footer__brand .logo--light { display: none; }
.footer__blurb { font-size: var(--step-sm); color: var(--text-muted); max-width: 30ch; }
.footer__heading {
margin-bottom: 0.9rem;
font-size: var(--step-xs);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text);
}
.footer__list { list-style: none; display: grid; gap: 0.55rem; }
.footer__list a {
color: var(--text-muted);
font-size: var(--step-sm);
text-decoration: none;
}
.footer__list a:hover { color: var(--accent); text-decoration: underline; }
.footer__bottom {
margin-top: clamp(2.5rem, 5vw, 3.5rem);
padding-top: 1.5rem;
border-top: 1px solid var(--line);
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.5rem;
align-items: center;
justify-content: space-between;
font-size: var(--step-xs);
color: var(--text-muted);
}
@media (max-width: 52rem) {
.footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 30rem) {
.footer__top { grid-template-columns: 1fr; gap: 2rem; }
}
@media (prefers-color-scheme: dark) {
.nav__brand .logo--dark, .footer__brand .logo--dark { display: none; }
.nav__brand .logo--light, .footer__brand .logo--light { display: block; }
}
.js .reveal {
opacity: 0;
translate: 0 1.25rem;
transition: opacity 0.7s var(--ease-out), translate 0.7s var(--ease-out);
}
.js .reveal.is-in { opacity: 1; translate: 0 0; }
.js .reveal-delay-1 { transition-delay: 0.08s; }
.js .reveal-delay-2 { transition-delay: 0.16s; }
.js .reveal-delay-3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
.js .reveal { opacity: 1; translate: none; }
}
.hero {
position: relative;
padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 5rem));
padding-bottom: clamp(3.5rem, 7vw, 6rem);
overflow: hidden;
}
.hero::before {
content: "";
position: absolute;
inset: -30% -10% auto -10%;
height: 78%;
background:
radial-gradient(58% 62% at 22% 38%, rgba(39, 114, 135, 0.13), transparent 68%),
radial-gradient(46% 54% at 82% 22%, rgba(241, 151, 116, 0.20), transparent 66%);
pointer-events: none;
z-index: -1;
}
.hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
gap: clamp(2.5rem, 5vw, 4.5rem);
align-items: center;
}
.hero__title {
font-size: var(--step-display);
letter-spacing: -0.04em;
line-height: 1.02;
margin-bottom: 1.35rem;
}
.hero__title em {
font-style: normal;
position: relative;
white-space: nowrap;
}
.hero__title em::after {
content: "";
position: absolute;
left: 0; right: 0; bottom: 0.06em;
height: 0.16em;
border-radius: var(--r-pill);
background: var(--peach-500);
opacity: 0.42;
z-index: -1;
}
@media (prefers-color-scheme: dark) {
.hero__title em::after { background: var(--peach-400); opacity: 0.62; }
}
.hero__lead { margin-bottom: 2rem; max-width: 46ch; }
.hero__actions { margin-bottom: 1.6rem; }
.hero__note {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: var(--step-xs);
color: var(--text-muted);
}
.hero__stage {
position: relative;
display: flex;
justify-content: center;
align-items: flex-end;
min-height: 30rem;
}
.hero__stage .phone { position: relative; }
.hero__phone--main { z-index: 3; --phone-w: 16.5rem; }
.hero__phone--left {
z-index: 2;
--phone-w: 12.8rem;
margin-right: -4.4rem;
margin-bottom: 3.2rem;
rotate: -5deg;
}
.hero__phone--right {
z-index: 1;
--phone-w: 12.8rem;
margin-left: -4.4rem;
margin-bottom: 4.6rem;
rotate: 5deg;
}
@media (prefers-reduced-motion: no-preference) {
.hero__phone--main { animation: float 9s var(--ease) infinite; }
.hero__phone--left { animation: float 11s var(--ease) infinite 0.6s; }
.hero__phone--right { animation: float 10s var(--ease) infinite 1.2s; }
}
@keyframes float {
0%, 100% { translate: 0 0; }
50% { translate: 0 -0.7rem; }
}
.hero__arc { top: -1.5rem; right: 8%; width: 6rem; opacity: 0.35; }
@media (max-width: 62rem) {
.hero__grid { grid-template-columns: 1fr; gap: 3rem; }
.hero__copy { text-align: center; }
.hero__lead { margin-inline: auto; }
.hero__actions, .hero__note { justify-content: center; }
.hero__stage { min-height: 0; }
}
@media (max-width: 34rem) {
.hero__phone--left, .hero__phone--right { display: none; }
.hero__phone--main { --phone-w: min(15rem, 62vw); }
}
.strip {
border-block: 1px solid var(--line);
background: var(--surface-2);
padding-block: clamp(1.5rem, 3vw, 2.25rem);
}
.strip__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.6rem 2.25rem;
list-style: none;
}
.strip__item {
display: flex;
align-items: center;
gap: 0.55rem;
font-size: var(--step-sm);
font-weight: 600;
color: var(--text-soft);
}
.strip__item svg { width: 1.1rem; height: 1.1rem; color: var(--accent); flex: none; }
.hani {
position: relative;
background: var(--band);
overflow: hidden;
}
.hani::before {
content: "";
position: absolute;
inset: auto -20% -55% 30%;
height: 100%;
background: radial-gradient(50% 50% at 50% 50%, rgba(241, 151, 116, 0.22), transparent 70%);
pointer-events: none;
}
.hani__grid {
position: relative;
display: grid;
grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
gap: clamp(2.5rem, 5vw, 4.5rem);
align-items: center;
}
.hani__portrait {
position: relative;
justify-self: center;
width: min(23rem, 100%);
aspect-ratio: 1;
}
.hani__portrait img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
box-shadow: var(--shadow-xl);
}
.hani__ring {
position: absolute;
inset: -6%;
border: 1px solid rgba(241, 151, 116, 0.28);
border-radius: 50%;
pointer-events: none;
}
.hani__ring--2 { inset: -14%; border-color: rgba(241, 151, 116, 0.16); }
.hani__ring--3 { inset: -23%; border-color: rgba(241, 151, 116, 0.08); }
@media (prefers-reduced-motion: no-preference) {
.hani__ring { animation: ripple 6s var(--ease) infinite; }
.hani__ring--2 { animation-delay: 0.9s; }
.hani__ring--3 { animation-delay: 1.8s; }
}
@keyframes ripple {
0%, 100% { opacity: 1; scale: 1; }
50% { opacity: 0.55; scale: 1.035; }
}
.hani__badge {
position: absolute;
right: 2%;
bottom: 8%;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.55rem 1rem;
border-radius: var(--r-pill);
background: var(--peach-500);
color: var(--teal-900);
font-size: var(--step-xs);
font-weight: 700;
box-shadow: var(--shadow-lg);
}
.hani__quotes { display: grid; gap: 0.75rem; margin-top: 2rem; }
.bubble {
max-width: 32ch;
padding: 0.8rem 1.15rem;
border-radius: var(--r-lg);
font-size: var(--step-sm);
line-height: 1.5;
}
.bubble--hani {
background: var(--surface-2);
border: 1px solid var(--line);
border-bottom-left-radius: 0.4rem;
color: var(--text);
}
.bubble--you {
justify-self: end;
background: var(--peach-500);
color: var(--teal-900);
border-bottom-right-radius: 0.4rem;
font-weight: 600;
}
.bubble .kr { display: block; font-size: 1.05rem; margin-bottom: 0.15rem; }
.bubble small { display: block; opacity: 0.72; font-size: 0.8125rem; }
@media (max-width: 62rem) {
.hani__grid { grid-template-columns: 1fr; }
.hani__portrait { width: min(18rem, 72vw); }
.hani__quotes { justify-items: start; }
.bubble--you { justify-self: start; }
}
.steps {
position: relative;
display: grid;
gap: clamp(2rem, 4vw, 3.25rem);
margin-top: clamp(2.5rem, 5vw, 4rem);
}
.step {
position: relative;
display: grid;
grid-template-columns: 4.5rem minmax(0, 1fr);
gap: clamp(1.25rem, 3vw, 2.5rem);
align-items: start;
}
.step__marker {
position: relative;
display: grid;
justify-items: center;
align-content: start;
align-self: stretch;
}
.step__num {
display: grid;
place-items: center;
width: 3.25rem;
height: 3.25rem;
border-radius: 50%;
background: var(--surface);
border: 1px solid var(--line-strong);
color: var(--accent);
font-size: 1.05rem;
font-weight: 800;
font-variant-numeric: tabular-nums;
z-index: 1;
}
.step:not(:last-child) .step__marker::after {
content: "";
position: absolute;
top: 3.25rem;
bottom: calc(-1 * clamp(2rem, 4vw, 3.25rem));
width: 1px;
background: linear-gradient(var(--line-strong), var(--line));
}
.step__title { margin-bottom: 0.45rem; }
.step__body { color: var(--text-soft); max-width: 54ch; }
.step__aside {
margin-top: 1rem;
max-width: 54ch;
padding: 0.85rem 1.1rem;
border-left: 2px solid var(--peach-500);
background: var(--surface-2);
border-radius: 0 var(--r-sm) var(--r-sm) 0;
font-size: var(--step-sm);
color: var(--text-soft);
}
.steps--with-art .step { grid-template-columns: 4.5rem minmax(0, 1fr) auto; }
.step__art { justify-self: end; }
@media (max-width: 60rem) {
.steps--with-art .step { grid-template-columns: 4.5rem minmax(0, 1fr); }
.step__art { display: none; }
}
@media (max-width: 34rem) {
.step { grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; }
.step__num { width: 2.6rem; height: 2.6rem; font-size: 0.95rem; }
.step:not(:last-child) .step__marker::after { top: 2.6rem; }
}
.bento {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: clamp(0.85rem, 1.6vw, 1.25rem);
margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.bento > * { grid-column: span 2; }
.bento__feature { grid-column: span 4; }
.bento__tall { grid-row: span 2; }
.tile {
--tile-pad: clamp(1.35rem, 2.2vw, 1.9rem);
position: relative;
display: flex;
flex-direction: column;
padding: var(--tile-pad);
border: 1px solid var(--line);
border-radius: var(--r-lg);
background: var(--surface);
overflow: hidden;
transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease),
border-color 0.24s var(--ease);
}
.tile:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
border-color: var(--line-strong);
}
.tile__icon {
display: grid;
place-items: center;
width: 2.5rem;
height: 2.5rem;
margin-bottom: 1rem;
border-radius: 12px;
background: var(--surface-2);
color: var(--accent);
flex: none;
}
.tile__icon svg { width: 1.25rem; height: 1.25rem; }
.tile__title { margin-bottom: 0.4rem; }
.tile__body { font-size: var(--step-sm); color: var(--text-soft); }
.tile--dark {
background: var(--teal-800);
border-color: transparent;
color: #f2f8f9;
}
.tile--dark .tile__body { color: #bed4da; }
.tile--dark .tile__icon { background: rgba(255, 255, 255, 0.1); color: var(--peach-400); }
.tile--split {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 1.5rem;
align-items: start;
min-height: 19rem;
padding-bottom: 0;
}
.tile--split .tile__copy { padding-bottom: clamp(1.35rem, 2.2vw, 1.9rem); }
.tile--split .phone {
--phone-w: 10.5rem;
margin-top: 1.75rem;
margin-bottom: -6rem;
}
.tile__screen {
margin: 1.5rem calc(-1 * var(--tile-pad)) calc(-1 * var(--tile-pad));
margin-top: auto;
padding-top: 1.5rem;
border-radius: 0 0 var(--r-lg) var(--r-lg);
overflow: hidden;
}
.tile__screen img {
width: 100%;
height: 9rem;
object-fit: cover;
object-position: top center;
border-top: 1px solid var(--line);
}
@media (max-width: 60rem) {
.bento { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bento__feature { grid-column: span 4; }
.bento__tall { grid-row: auto; grid-column: span 4; }
}
@media (max-width: 44rem) {
.bento { grid-template-columns: 1fr; }
.bento > *, .bento__feature, .bento__tall { grid-column: 1 / -1; }
.tile--split { grid-template-columns: 1fr; padding-bottom: 0; }
.tile--split .phone { justify-self: center; margin-bottom: -2.5rem; }
}
.showcase { background: var(--band); overflow: hidden; }
.showcase__head {
display: flex;
flex-wrap: wrap;
gap: 1.5rem 2.5rem;
align-items: end;
justify-content: space-between;
margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.showcase__rail {
display: flex;
gap: clamp(1rem, 2.5vw, 2rem);
align-items: flex-start;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
padding-inline: max(var(--gutter), calc((100% - var(--max-w)) / 2));
padding-block: 0.5rem 1.5rem;
scrollbar-width: none;
}
.showcase__rail::-webkit-scrollbar { display: none; }
.showcase__item { scroll-snap-align: center; }
.showcase__item {
display: grid;
gap: 1rem;
justify-items: center;
flex: none;
width: 13.5rem;
}
.showcase__item .phone { --phone-w: 13.5rem; }
.showcase__caption { text-align: center; }
.showcase__caption strong {
display: block;
font-size: var(--step-sm);
font-weight: 700;
color: var(--text);
margin-bottom: 0.15rem;
}
.showcase__caption span { font-size: var(--step-xs); color: var(--text-muted); }
.showcase__item:nth-child(even) { margin-top: clamp(1.25rem, 3vw, 2.5rem); }
.why__grid {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
gap: clamp(2.5rem, 5vw, 4.5rem);
align-items: start;
}
.why__sticky { position: sticky; top: calc(var(--nav-h) + 2rem); }
.why__list { list-style: none; display: grid; gap: 0; }
.why__item {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 1.25rem;
padding-block: clamp(1.35rem, 2.5vw, 1.85rem);
border-top: 1px solid var(--line);
}
.why__item:last-child { border-bottom: 1px solid var(--line); }
.why__mark {
display: grid;
place-items: center;
width: 2.1rem;
height: 2.1rem;
margin-top: 0.15rem;
border-radius: 50%;
background: var(--peach-50);
color: var(--peach-600);
flex: none;
}
.why__mark svg { width: 1.05rem; height: 1.05rem; }
.why__item h3 { margin-bottom: 0.3rem; }
.why__item p { font-size: var(--step-sm); color: var(--text-soft); }
@media (prefers-color-scheme: dark) {
.why__mark { background: rgba(241, 151, 116, 0.14); color: var(--peach-400); }
}
@media (max-width: 62rem) {
.why__grid { grid-template-columns: 1fr; }
.why__sticky { position: static; }
}
.cta {
position: relative;
background: var(--band);
overflow: hidden;
text-align: center;
}
.cta::before {
content: "";
position: absolute;
inset: -60% -10% auto -10%;
height: 160%;
background:
radial-gradient(40% 40% at 50% 30%, rgba(241, 151, 116, 0.22), transparent 70%),
radial-gradient(52% 46% at 18% 78%, rgba(39, 114, 135, 0.35), transparent 72%);
pointer-events: none;
}
.cta__inner { position: relative; display: grid; justify-items: center; gap: 1.5rem; }
.cta__title { font-size: var(--step-display); letter-spacing: -0.04em; line-height: 1.03; }
.cta__lead { max-width: 48ch; }
.cta__meta {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem 1.5rem;
margin-top: 0.5rem;
font-size: var(--step-xs);
color: var(--text-muted);
}
.store-btn {
display: inline-flex;
align-items: center;
gap: 0.7rem;
padding: 0.85rem 1.5rem;
border: 1px solid var(--line-strong);
border-radius: var(--r-md);
background: transparent;
color: var(--text);
text-decoration: none;
text-align: left;
transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.store-btn:hover { background: var(--surface-inset); border-color: var(--text-muted); }
.store-btn__icon { width: 1.5rem; height: 1.6875rem; flex: none; }
.store-btn small { display: block; font-size: 0.6875rem; opacity: 0.7; line-height: 1.3; }
.store-btn strong { display: block; font-size: var(--step-sm); font-weight: 650; line-height: 1.3; }
.store-btn[aria-disabled="true"] { opacity: 0.55; cursor: not-allowed; }
.sec-head { max-width: 44rem; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head p { margin-top: 1rem; }
.doc {
padding-top: calc(var(--nav-h) + clamp(2.5rem, 5vw, 4rem));
padding-bottom: clamp(4rem, 8vw, 6rem);
}
.doc__head {
padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
margin-bottom: clamp(2rem, 4vw, 3rem);
border-bottom: 1px solid var(--line);
}
.doc .wrap { max-width: var(--max-w-narrow); }
.doc__body { max-width: var(--max-w-narrow); }
.doc__body h1 { font-size: var(--step-h1); margin-bottom: 0.75rem; }
.doc__body h2 {
font-size: clamp(1.35rem, 2.4vw, 1.7rem);
margin: 2.75rem 0 0.85rem;
padding-top: 0.35rem;
}
.doc__body h3 {
font-size: 1.1rem;
margin: 2rem 0 0.5rem;
}
.doc__body p, .doc__body li { color: var(--text-soft); }
.doc__body p { margin-bottom: 1.05rem; }
.doc__body ul, .doc__body ol { margin: 0 0 1.25rem; padding-left: 1.35rem; }
.doc__body li { margin-bottom: 0.5rem; }
.doc__body li::marker { color: var(--text-muted); }
.doc__body strong { color: var(--text); font-weight: 650; }
.doc__body hr {
border: 0;
border-top: 1px solid var(--line);
margin: 2.75rem 0;
}
.doc__body code {
padding: 0.12em 0.4em;
border-radius: 5px;
background: var(--surface-2);
border: 1px solid var(--line);
font-size: 0.875em;
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}
.doc__body blockquote {
margin: 1.5rem 0;
padding: 0.85rem 1.25rem;
border-left: 2px solid var(--peach-500);
background: var(--surface-2);
border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.doc__body blockquote p:last-child { margin-bottom: 0; }
.tablewrap {
overflow-x: auto;
margin: 1.5rem 0;
border: 1px solid var(--line);
border-radius: var(--r-md);
}
.doc__body table {
border-collapse: collapse;
width: 100%;
min-width: 30rem;
font-size: var(--step-sm);
}
.doc__body th, .doc__body td {
text-align: left;
padding: 0.75rem 1rem;
border-bottom: 1px solid var(--line);
vertical-align: top;
}
.doc__body thead th {
background: var(--surface-2);
color: var(--text);
font-weight: 650;
white-space: nowrap;
}
.doc__body tbody tr:last-child td { border-bottom: 0; }
.doc__body > p:first-of-type em,
.doc__updated {
display: inline-block;
font-style: normal;
font-size: var(--step-xs);
font-weight: 600;
letter-spacing: 0.02em;
color: var(--text-muted);
}
.notice {
display: grid;
place-items: center;
min-height: calc(100svh - var(--nav-h));
padding-block: calc(var(--nav-h) + clamp(2rem, 5vw, 3.5rem)) clamp(3rem, 7vw, 5rem);
}
.notice .wrap { max-width: 34rem; }
.notice__card {
padding: clamp(1.75rem, 4vw, 2.75rem);
border: 1px solid var(--line);
border-radius: var(--r-lg);
background: var(--surface);
box-shadow: var(--shadow-lg);
text-align: center;
}
.notice__badge {
display: grid;
place-items: center;
width: 3.75rem;
height: 3.75rem;
margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
border-radius: var(--r-pill);
}
.notice__badge svg { width: 1.85rem; height: 1.85rem; }
.notice__badge--ok { background: var(--teal-100); color: var(--teal-600); }
.notice__badge--bad { background: var(--peach-50); color: var(--peach-600); }
.notice__eyebrow {
margin-bottom: 0.7rem;
font-size: var(--step-xs);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-muted);
}
.notice__title {
font-size: clamp(1.7rem, 4vw, 2.2rem);
margin-bottom: 0.85rem;
}
.notice__lead {
color: var(--text-soft);
font-size: var(--step-body);
line-height: 1.6;
}
.notice__lead + .notice__lead { margin-top: 0.85rem; }
.notice__lead strong { color: var(--text); font-weight: 650; }
.notice__hint {
margin-top: 1.1rem;
font-size: var(--step-sm);
color: var(--text-muted);
}
.notice__hint a { color: var(--accent); }
.notice__actions {
margin-top: clamp(1.75rem, 3.5vw, 2.25rem);
justify-content: center;
}
.notice[data-state="ok"] .notice__bad,
.notice[data-state="ok"] .notice__badge--bad,
.notice[data-state="error"] .notice__ok,
.notice[data-state="error"] .notice__badge--ok { display: none; }