/* Corporate site grammar, copied from aboutcoupang.com's render:
     a slim white bar with a wordmark and plain text links; a full-bleed
     photo hero with one big white headline sitting bottom-left; a wide
     intro paragraph set large on white; a "we build" row of photo tiles;
     a full-bleed statement band; light-gray about cards; a photo +
     text pair; a news grid; a plain link-column footer. Black type,
     white ground, no gradients, no decorative color.
   Type: Pretendard Variable (Inter's Latin, self-hosted, three subset
   files that cover every glyph these pages use) so the site renders the
   same on macOS, Windows and Android. */
@font-face{font-family:'Pretendard Variable';font-style:normal;font-weight:45 920;font-display:swap;src:url(/assets/fonts/PretendardVariable.subset.87.woff2) format('woff2-variations');unicode-range:U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c}
@font-face{font-family:'Pretendard Variable';font-style:normal;font-weight:45 920;font-display:swap;src:url(/assets/fonts/PretendardVariable.subset.88.woff2) format('woff2-variations');unicode-range:U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c}
@font-face{font-family:'Pretendard Variable';font-style:normal;font-weight:45 920;font-display:swap;src:url(/assets/fonts/PretendardVariable.subset.91.woff2) format('woff2-variations');unicode-range:U+20-22,U+27-2a,U+2c-39,U+3a-3b,U+3f,U+41-4e,U+4f-5d,U+61-7b,U+7d,U+a0-a1,U+ab,U+ad-ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558}

  :root{
    --font:"Pretendard Variable","Inter",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    --ink:#111;--ink2:#333;--mu:#555;--mu2:#767676;
    --line:#e5e5e5;--gray:#f3f3f4;--gray2:#ececee;
    --live:#0f7a44;
    --w:1240px;--pad:clamp(1.25rem,4vw,3rem);
    --r-photo:8px;--r-card:14px;
    --sec:clamp(2.5rem,1.75rem + 2.5vw,3.75rem);
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{-webkit-text-size-adjust:100%}
  body{background:#fff;color:var(--ink);font-family:var(--font);line-height:1.5;font-kerning:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}
  ::selection{background:var(--ink);color:#fff}
  a{color:inherit;text-decoration:none;transition:color .15s ease}
  img{display:block;max-width:100%;height:auto}
  :focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}
  [id]{scroll-margin-top:84px}
  .nb{white-space:nowrap}
  .wrap{max-width:var(--w);margin-inline:auto;padding-inline:var(--pad)}
  .skip{position:absolute;left:16px;top:-48px;z-index:100;background:var(--ink);color:#fff;padding:10px 14px;border-radius:8px;font-size:.875rem;font-weight:600;transition:top .15s ease}
  .skip:focus-visible{top:12px;outline-offset:2px}

  /* top bar: sticky on desktop only; on phones it takes two rows and would eat the screen */
  .top{background:#fff;border-bottom:1px solid var(--line)}
  @media(min-width:821px){.top{position:sticky;top:0;z-index:50}}
  .top .wrap{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}
  .logo{font-size:23px;font-weight:800;letter-spacing:-.04em;color:var(--ink)}
  .menu{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:500;color:var(--ink2)}
  .menu a:hover,.menu a[aria-current="page"]{color:var(--ink)}
  .menu a[aria-current="page"]{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:8px}
  @media(max-width:820px){.top .wrap{flex-wrap:wrap;height:auto;row-gap:0;padding-top:14px}.logo{line-height:32px;font-size:22px}.menu{flex:0 0 100%;order:3;gap:16px;overflow-x:auto;white-space:nowrap;font-size:14px;padding:6px 28px 12px 0;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent)}.menu::-webkit-scrollbar{display:none}}

  /* hero: the gate sits right of centre so the headline owns the dark left third */
  .hero{position:relative;height:clamp(440px,64vh,660px);overflow:hidden;background:#0d0f1a;isolation:isolate}
  .hero picture,.hero img{position:absolute;inset:0;width:100%;height:100%}
  .hero img{object-fit:cover;object-position:20% 50%}
  .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.02) 45%,rgba(0,0,0,.18) 70%,rgba(0,0,0,.5) 100%)}
  .hero .wrap{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-bottom:clamp(1.75rem,3.2vw,3.25rem)}
  .hero h1{color:#fff;font-size:clamp(2.125rem,1.3rem + 3vw,3.75rem);font-weight:700;letter-spacing:-.028em;line-height:1.04;max-width:19ch;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.35)}
  @media(max-width:1100px){.hero img{object-position:50% 45%}.hero::after{background:linear-gradient(180deg,rgba(0,0,0,0) 28%,rgba(0,0,0,.22) 60%,rgba(0,0,0,.6) 100%)}}
  @media(max-width:700px){.hero{height:clamp(520px,76vh,680px)}}

  /* intro */
  .intro{padding:var(--sec) 0 calc(var(--sec) - .5rem)}
  .intro p{font-size:clamp(1.25rem,1rem + 1.25vw,1.95rem);line-height:1.38;font-weight:450;color:var(--ink);max-width:50ch;letter-spacing:-.015em;text-wrap:pretty}
  .intro p + p{margin-top:.7em}

  /* section heading */
  .rh{display:block;font-size:clamp(1.375rem,1.15rem + .9vw,1.75rem);font-weight:700;letter-spacing:-.022em;line-height:1.2;color:var(--ink);margin-bottom:22px;text-wrap:balance}

  /* photo tiles */
  .tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 16px}
  .tile{display:block;color:inherit}
  .tile .ph{aspect-ratio:1/1;border-radius:var(--r-photo);overflow:hidden;background:var(--gray2)}
  .tile .ph img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
  a.tile:hover .ph img{transform:scale(1.035)}
  .tile h3{font-size:1.0625rem;font-weight:700;letter-spacing:-.015em;line-height:1.3;margin-top:14px}
  .tile p{font-size:.9375rem;color:var(--mu);margin-top:5px;line-height:1.5;text-wrap:pretty}
  .tile .tag{display:inline-flex;align-items:center;gap:7px;margin-top:10px;font-size:.8125rem;font-weight:600;color:var(--mu2);letter-spacing:0}
  .tile .tag::before{content:"";width:7px;height:7px;border-radius:50%;border:1.5px solid currentColor;flex:none}
  .tile .tag--live{color:var(--live)}
  .tile .tag--live::before{border:0;background:var(--live);box-shadow:0 0 0 3px rgba(15,122,68,.14)}
  .tile--next{cursor:default}
  @media(max-width:900px){.tiles{grid-template-columns:repeat(2,1fr);gap:24px 12px}.tiles > .tile:last-child:nth-child(odd){grid-column:1/-1}.tiles > .tile:last-child:nth-child(odd) .ph{aspect-ratio:2/1}}
  .sec{padding:var(--sec) 0}

  /* statement band */
  .band{position:relative;height:clamp(320px,44vh,480px);overflow:hidden;background:#111;margin:var(--sec) 0}
  .band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
  .band::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 45%,rgba(0,0,0,.08) 80%)}
  .band .wrap{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-bottom:clamp(1.5rem,2.5vw,2.5rem)}
  .band h2{color:#fff;font-size:clamp(1.75rem,1.2rem + 2.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.08;max-width:20ch;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.3)}

  /* about cards: the long Data card spans both rows so the block closes on one line */
  .cards{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"about data" "ops data";gap:16px}
  .card{background:var(--gray);border-radius:var(--r-card);padding:clamp(1.5rem,1.2rem + 1.2vw,2.5rem)}
  .card:nth-child(1){grid-area:about}.card:nth-child(2){grid-area:data}.card:nth-child(3){grid-area:ops}
  .card h3{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}
  .card p{font-size:.9375rem;line-height:1.6;color:var(--ink2);max-width:52ch;text-wrap:pretty}
  .card p + p{margin-top:12px}
  @media(max-width:900px){.cards{grid-template-columns:1fr;grid-template-areas:"about" "data" "ops"}}

  /* photo + text pair */
  .pair{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,1rem + 3.5vw,4.5rem);align-items:center}
  .pair .ph{aspect-ratio:4/3;border-radius:var(--r-card);overflow:hidden;background:var(--gray2)}
  .pair .ph img{width:100%;height:100%;object-fit:cover}
  .pair h2{font-size:clamp(1.5rem,1.2rem + 1.5vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.12;text-wrap:balance}
  .pair p{font-size:1rem;line-height:1.6;color:var(--ink2);margin-top:12px;max-width:46ch;text-wrap:pretty}
  .pair h2 + p{margin-top:16px}
  .more{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-size:.9375rem;font-weight:700;color:var(--ink);border-bottom:1.5px solid transparent;transition:border-color .15s ease}
  .more:hover{border-color:var(--ink)}
  .more::after{content:"→";font-weight:500}
  .facts{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 24px;margin-top:26px;max-width:460px}
  .facts > div{padding-top:12px;border-top:1px solid var(--line)}
  .facts b{display:block;font-size:2rem;font-weight:700;letter-spacing:-.035em;font-variant-numeric:tabular-nums;line-height:1}
  .facts span{display:block;font-size:.8125rem;color:var(--mu);margin-top:6px;line-height:1.4}
  @media(max-width:820px){.pair{grid-template-columns:1fr}}

  /* news */
  .news{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 16px}
  .nc{display:block}
  .nc .ph{aspect-ratio:16/10;border-radius:var(--r-photo);overflow:hidden;background:var(--gray2)}
  .nc .ph img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
  .nc:hover .ph img{transform:scale(1.035)}
  .nc .k{display:block;margin-top:14px;font-size:.8125rem;font-weight:600;color:var(--mu2)}
  .nc h3{font-size:1.0625rem;font-weight:700;letter-spacing:-.015em;line-height:1.35;margin-top:6px;text-wrap:pretty}
  .nc p{font-size:.9rem;color:var(--mu);margin-top:6px;line-height:1.5;text-wrap:pretty}
  @media(max-width:820px){.news{grid-template-columns:1fr;gap:28px}}

  /* footer */
  footer{border-top:1px solid var(--line);background:#fff;padding:44px 0 28px;margin-top:var(--sec)}
  .fcols{display:grid;grid-template-columns:1fr 1fr 1.2fr auto;gap:32px}
  .fcols h4{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:14px}
  .fcols ul{list-style:none;display:flex;flex-direction:column;gap:9px;font-size:.875rem;color:var(--ink2)}
  .fcols ul a:hover{color:var(--ink)}
  .legal{margin-top:32px;padding-top:16px;border-top:1px solid var(--line);font-size:.75rem;color:var(--mu2);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;line-height:1.5}
  .legal a:hover{color:var(--ink)}
  @media(max-width:820px){.fcols{grid-template-columns:1fr 1fr}}

  @media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* ---- inner pages (about / data / contact / terms) ---- */
.page{max-width:820px;margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) var(--pad) clamp(3rem,8vw,5rem)}
.page h1{font-size:clamp(2rem,1.5rem + 2.2vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.06;margin:0 0 1.25rem;text-wrap:balance}
.page h1 + p{font-size:clamp(1.125rem,1rem + .7vw,1.5rem);line-height:1.4;color:var(--ink);font-weight:450;letter-spacing:-.012em;max-width:44ch;margin-bottom:1.1rem}
.page h2{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:2.75rem 0 .75rem;text-wrap:balance}
.page p{font-size:1.0625rem;line-height:1.6;color:var(--ink2);margin:0 0 1rem;max-width:66ch;text-wrap:pretty}
.page .mute{color:var(--mu);font-size:.9375rem}
.page ul{padding-left:1.2rem;margin:0 0 1rem}
.page li{font-size:1.0625rem;line-height:1.6;color:var(--ink2);margin:.25rem 0}
.page a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.page a:hover{text-decoration-thickness:1.5px}
.page .facts{margin-top:1.75rem;max-width:none;grid-template-columns:repeat(4,1fr);gap:18px 20px}
@media(max-width:700px){.page .facts{grid-template-columns:repeat(2,1fr)}}
/* product rows on About: name and domain left, one line of what it is right, hairlines between */
.page .plist{list-style:none;padding:0;margin:.25rem 0 1rem;border-top:1px solid var(--line)}
.page .plist li{display:grid;grid-template-columns:176px 1fr;gap:4px 24px;align-items:start;padding:14px 0;margin:0;border-bottom:1px solid var(--line);font-size:1rem;line-height:1.55}
.page .plist div a,.page .plist div b{font-weight:600;color:var(--ink);text-decoration:none}
.page .plist div a:hover{text-decoration:underline;text-underline-offset:3px}
.page .plist small{display:block;font-size:.8125rem;color:var(--mu2);margin-top:1px}
.page .plist span{color:var(--ink2);max-width:60ch}
.page .plist--wide li{grid-template-columns:232px 1fr}
@media(max-width:560px){.page .plist li,.page .plist--wide li{grid-template-columns:1fr;gap:4px}}

/* Footer wordmark: the original two-line DealLabs mark (stacked, tracked caps). */
.foot-mark{display:inline-block;line-height:0}
.foot-mark img{display:block;height:56px;width:auto}

/* Footer: cities not yet live are listed, not linked, with a quiet tag. */
.fcols li.soon{color:var(--mu2);display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.fcols li.soon small{font-size:.5625rem;font-weight:500;color:var(--mu2);border:1px solid var(--line);border-radius:999px;padding:0 5px;line-height:1.5;letter-spacing:0}
